3357 lines
132 KiB
HTML
Executable File
3357 lines
132 KiB
HTML
Executable File
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<title>接口文档</title>
|
||
</head>
|
||
<body>
|
||
<div>
|
||
<style>
|
||
.txt-lf{text-align: left}
|
||
</style>
|
||
<div style="width: 50%;margin: 0 auto;color: red;text-align: center;">
|
||
<div class="txt-lf">文档说明:</div>
|
||
<div class="txt-lf">1、如果没有明确说明,提交请求均使用post</div>
|
||
<div class="txt-lf">2、此接口文档不包含websocket接口</div>
|
||
<div class="txt-lf">3、接口参数之间使用“/”符号隔开</div>
|
||
<div class="txt-lf">4、此文档接口测试功能只针对普通post、get接口,不能测试文件上传或文件流</div>
|
||
<div class="txt-lf">5、功能模块按照颜色分组</div>
|
||
<div class="txt-lf" style="color: black;">清理缓存:
|
||
<a href='JavaScript:;' onclick="CacheObj.clearCache()">
|
||
点击清理
|
||
</a><span style="color: gray;font-size: 12px;">(由于接口数据可能会被缓存,发现数据没变化或需要时,可清理缓存)</span>
|
||
</div>
|
||
</div><div id="api_common_getUniqueId" style="background-color: #dda0dd;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:唯一id
|
||
* 参数:无
|
||
*
|
||
* api/Common/getUniqueId
|
||
*
|
||
* author:wh
|
||
* api/common/getUniqueId
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_common_getUniqueId_textarea" cols="100" rows="3">/api/common/getUniqueId</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_common_getUniqueId()">测试</a>
|
||
</div>
|
||
<div class="api_common_getUniqueId_response_result"></div>
|
||
|
||
</div><div id="api_common_getSayToken" style="background-color: #dda0dd;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取对话token,在听译对话开始之前调用,用于隔离聊天记录
|
||
* 参数:无
|
||
*
|
||
* api/Common/getSayToken
|
||
*
|
||
* author:wh
|
||
* api/common/getSayToken
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_common_getSayToken_textarea" cols="100" rows="3">/api/common/getSayToken</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_common_getSayToken()">测试</a>
|
||
</div>
|
||
<div class="api_common_getSayToken_response_result"></div>
|
||
|
||
</div><div id="api_drugsimagesmedicaltasknotify_notify" style="background-color: #f8f8ff;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:药品,CT,病例上传AI分析任务回调地址
|
||
*
|
||
* 回调地址会在请求ai接口时传递:
|
||
*(参考):
|
||
* 线上域名:https://ybx_prediagnosis.excn.top
|
||
* /api/Drugsimagesmedicaltasknotify/notify
|
||
*
|
||
* method: post
|
||
*
|
||
* 数据结构建议:
|
||
* {
|
||
* "code":200,//500(失败、异常、错误),可以是其它有意义的值
|
||
* "msg":'提示信息',//eg:处理成功、请求失败,处理中等
|
||
* "data":[],//该值可以是任意数据,eg:数组、字符串等
|
||
* }
|
||
*
|
||
* author:wh
|
||
* api/drugsimagesmedicaltasknotify/notify
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_drugsimagesmedicaltasknotify_notify_textarea" cols="100" rows="3">/api/drugsimagesmedicaltasknotify/notify</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_drugsimagesmedicaltasknotify_notify()">测试</a>
|
||
</div>
|
||
<div class="api_drugsimagesmedicaltasknotify_notify_response_result"></div>
|
||
|
||
</div><div id="api_drugsimagesmedicalupload_uploadDrugsImagesMedical" style="background-color: #f5f5dc;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 药品、影像、病历上传(多文件)
|
||
*
|
||
* 流程:前端上传图片,发给ai,不等待分析结果,异步查询结果
|
||
*
|
||
* 参数:
|
||
* phone 患者手机号码
|
||
*
|
||
* 文件上传控件name值设置为:file_upload,否则无法上传
|
||
*
|
||
* 返回task_id,前端手机号查询处理任务列表
|
||
*
|
||
* /api/Drugsimagesmedicalupload/uploadDrugsImagesMedical
|
||
* api/drugsimagesmedicalupload/uploadDrugsImagesMedical
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_drugsimagesmedicalupload_uploadDrugsImagesMedical_textarea" cols="100" rows="3">/api/drugsimagesmedicalupload/uploadDrugsImagesMedical</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_drugsimagesmedicalupload_uploadDrugsImagesMedical()">测试</a>
|
||
</div>
|
||
<div class="api_drugsimagesmedicalupload_uploadDrugsImagesMedical_response_result"></div>
|
||
|
||
</div><div id="api_drugsimagesmedicalupload_queryDrugsImagesMedicalTask" style="background-color: #f5f5dc;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 消费者队列【wh专用】
|
||
*
|
||
* /api/Drugsimagesmedicalupload/queryDrugsImagesMedicalTask
|
||
* api/drugsimagesmedicalupload/queryDrugsImagesMedicalTask
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_drugsimagesmedicalupload_queryDrugsImagesMedicalTask_textarea" cols="100" rows="3">/api/drugsimagesmedicalupload/queryDrugsImagesMedicalTask</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_drugsimagesmedicalupload_queryDrugsImagesMedicalTask()">测试</a>
|
||
</div>
|
||
<div class="api_drugsimagesmedicalupload_queryDrugsImagesMedicalTask_response_result"></div>
|
||
|
||
</div><div id="api_drugsimagesmedicalupload_queryDrugsImagesMedicalReportId" style="background-color: #f5f5dc;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 根据报告id查询附件
|
||
*
|
||
* 参数:
|
||
* reportid 数字人报告id
|
||
* type 类型,如:影像报告 病历报告
|
||
*
|
||
* api/drugsimagesmedicalupload/queryDrugsImagesMedicalReportId
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_drugsimagesmedicalupload_queryDrugsImagesMedicalReportId_textarea" cols="100" rows="3">/api/drugsimagesmedicalupload/queryDrugsImagesMedicalReportId</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_drugsimagesmedicalupload_queryDrugsImagesMedicalReportId()">测试</a>
|
||
</div>
|
||
<div class="api_drugsimagesmedicalupload_queryDrugsImagesMedicalReportId_response_result"></div>
|
||
|
||
</div><div id="api_drugsimagesmedicalupload_querySaveTaskProcessByTaskId" style="background-color: #f5f5dc;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:查询并更新ai分析结果
|
||
* author:wh
|
||
*
|
||
* api/Drugsimagesmedicalupload/querySaveTaskProcessByTaskId
|
||
* api/drugsimagesmedicalupload/querySaveTaskProcessByTaskId
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_drugsimagesmedicalupload_querySaveTaskProcessByTaskId_textarea" cols="100" rows="3">/api/drugsimagesmedicalupload/querySaveTaskProcessByTaskId</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_drugsimagesmedicalupload_querySaveTaskProcessByTaskId()">测试</a>
|
||
</div>
|
||
<div class="api_drugsimagesmedicalupload_querySaveTaskProcessByTaskId_response_result"></div>
|
||
|
||
</div><div id="api_guliangqarecord_guliangSessionDeal" style="background-color: #f0fff0;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:估量,量表会话记录ai处理
|
||
*
|
||
* api/Guliangqarecord/guliangSessionDeal
|
||
* 参数:
|
||
* sessionid 会话id
|
||
* phone 手机
|
||
* name 姓名
|
||
*
|
||
* author:wh
|
||
* api/guliangqarecord/guliangSessionDeal
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_guliangqarecord_guliangSessionDeal_textarea" cols="100" rows="3">/api/guliangqarecord/guliangSessionDeal</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_guliangqarecord_guliangSessionDeal()">测试</a>
|
||
</div>
|
||
<div class="api_guliangqarecord_guliangSessionDeal_response_result"></div>
|
||
|
||
</div><div id="api_guliangqarecord_addGuliangqarecord" style="background-color: #f0fff0;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 新增估量-问答记录
|
||
*
|
||
* 参数:
|
||
* sessionid 会话id
|
||
* gulianguser_id 估量-用户ID
|
||
* name 用户姓名
|
||
* phone 手机号
|
||
* guliangquestion 用户选择的问题
|
||
* choose 可选项
|
||
* answer 回答选项(逗号隔开)
|
||
* api/Guliangqarecord/addGuliangqarecord
|
||
* api/guliangqarecord/addGuliangqarecord
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_guliangqarecord_addGuliangqarecord_textarea" cols="100" rows="3">/api/guliangqarecord/addGuliangqarecord</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_guliangqarecord_addGuliangqarecord()">测试</a>
|
||
</div>
|
||
<div class="api_guliangqarecord_addGuliangqarecord_response_result"></div>
|
||
|
||
</div><div id="api_guliangqarecord_getGuliangqarecordList" style="background-color: #f0fff0;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取估量-问答记录
|
||
*
|
||
* api/Guliangqarecord/getGuliangqarecordList
|
||
*
|
||
* 参数:
|
||
* 带分页
|
||
* current_page 当前页码
|
||
* list_rows 每页显示条数 默认15
|
||
* guliangquestion 用户选择的问题
|
||
* gulianguser_id 估量-用户ID
|
||
* guliangquestion 用户选择的问题
|
||
* name 姓名
|
||
* phone 手机号
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* gulianguser_id 估量-用户ID
|
||
* guliangquestion 用户选择的问题
|
||
* choose 回答选项
|
||
* answer 回答选项(逗号隔开)
|
||
* name 姓名
|
||
* phone 手机号
|
||
* create_time 创建时间
|
||
|
||
* author:wh
|
||
* api/guliangqarecord/getGuliangqarecordList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_guliangqarecord_getGuliangqarecordList_textarea" cols="100" rows="3">/api/guliangqarecord/getGuliangqarecordList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_guliangqarecord_getGuliangqarecordList()">测试</a>
|
||
</div>
|
||
<div class="api_guliangqarecord_getGuliangqarecordList_response_result"></div>
|
||
|
||
</div><div id="api_guliangquestion_getGuliangquestionList" style="background-color: #fff0f5;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取估量-问答配置
|
||
*
|
||
* api/Guliangquestion/getGuliangquestionList
|
||
*
|
||
* 参数:
|
||
* 带分页
|
||
* current_page 当前页码
|
||
* list_rows 每页显示条数 默认15
|
||
* name 问题
|
||
* answer 答案
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* name 问题
|
||
* answer 答案
|
||
|
||
* author:wh
|
||
* api/guliangquestion/getGuliangquestionList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_guliangquestion_getGuliangquestionList_textarea" cols="100" rows="3">/api/guliangquestion/getGuliangquestionList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_guliangquestion_getGuliangquestionList()">测试</a>
|
||
</div>
|
||
<div class="api_guliangquestion_getGuliangquestionList_response_result"></div>
|
||
|
||
</div><div id="api_gulianguser_addGulianguser" style="background-color: #f8f8ff;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 新增估量-用户
|
||
*
|
||
* 参数:
|
||
* name 姓名 【必须】
|
||
* phone 手机号 【必须】
|
||
* api/Gulianguser/addGulianguser
|
||
* api/gulianguser/addGulianguser
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_gulianguser_addGulianguser_textarea" cols="100" rows="3">/api/gulianguser/addGulianguser</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_gulianguser_addGulianguser()">测试</a>
|
||
</div>
|
||
<div class="api_gulianguser_addGulianguser_response_result"></div>
|
||
|
||
</div><div id="api_gulianguser_getGulianguserList" style="background-color: #f8f8ff;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取估量-用户
|
||
*
|
||
* api/Gulianguser/getGulianguserList
|
||
*
|
||
* 参数:
|
||
* name 姓名
|
||
* phone 手机号
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* name 姓名
|
||
* phone 手机号
|
||
|
||
* author:wh
|
||
* api/gulianguser/getGulianguserList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_gulianguser_getGulianguserList_textarea" cols="100" rows="3">/api/gulianguser/getGulianguserList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_gulianguser_getGulianguserList()">测试</a>
|
||
</div>
|
||
<div class="api_gulianguser_getGulianguserList_response_result"></div>
|
||
|
||
</div><div id="api_hdradmin_adminLogin" style="background-color: #f0fff0;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:管理员登录
|
||
* api/Hdradmin/adminLogin
|
||
* author:wh
|
||
* api/hdradmin/adminLogin
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdradmin_adminLogin_textarea" cols="100" rows="3">/api/hdradmin/adminLogin</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdradmin_adminLogin()">测试</a>
|
||
</div>
|
||
<div class="api_hdradmin_adminLogin_response_result"></div>
|
||
|
||
</div><div id="api_hdrdepartment_getHdrdepartmentList" style="background-color: #ffdead;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取科室
|
||
*
|
||
* api/Hdrdepartment/getHdrdepartmentList
|
||
*
|
||
* 参数:
|
||
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* name 科室名称
|
||
|
||
* author:wh
|
||
* api/hdrdepartment/getHdrdepartmentList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrdepartment_getHdrdepartmentList_textarea" cols="100" rows="3">/api/hdrdepartment/getHdrdepartmentList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrdepartment_getHdrdepartmentList()">测试</a>
|
||
</div>
|
||
<div class="api_hdrdepartment_getHdrdepartmentList_response_result"></div>
|
||
|
||
</div><div id="api_hdrdoctorusers_addHdrdoctorusers" style="background-color: #f0ffff;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 新增医生账户信息
|
||
*
|
||
* 参数:
|
||
* doctor 医生昵称(杨教授) 医生昵称(杨教授) 必须
|
||
* username 用户名(手机号) 用户名(手机号) 必须
|
||
* hdrdepartment_id 科室 科室 必须
|
||
* name 姓名(杨玉环) 姓名(杨玉环) 必须
|
||
* password 密码a123456 密码a123456 必须
|
||
* api/Hdrdoctorusers/addHdrdoctorusers
|
||
* api/hdrdoctorusers/addHdrdoctorusers
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrdoctorusers_addHdrdoctorusers_textarea" cols="100" rows="3">/api/hdrdoctorusers/addHdrdoctorusers</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrdoctorusers_addHdrdoctorusers()">测试</a>
|
||
</div>
|
||
<div class="api_hdrdoctorusers_addHdrdoctorusers_response_result"></div>
|
||
|
||
</div><div id="api_hdrdoctorusers_updateHdrdoctorusers" style="background-color: #f0ffff;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 修改医生账户信息
|
||
* 参数:
|
||
* id ID ID 必须
|
||
* doctor 医生昵称(杨教授)
|
||
* username 用户名(手机号)
|
||
* hdrdepartment_id 科室
|
||
* name 姓名(杨玉环)
|
||
* password 密码a123456
|
||
* sex 性别
|
||
* age 年龄
|
||
* address 住址
|
||
* api/Hdrdoctorusers/updateHdrdoctorusers
|
||
* api/hdrdoctorusers/updateHdrdoctorusers
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrdoctorusers_updateHdrdoctorusers_textarea" cols="100" rows="3">/api/hdrdoctorusers/updateHdrdoctorusers</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrdoctorusers_updateHdrdoctorusers()">测试</a>
|
||
</div>
|
||
<div class="api_hdrdoctorusers_updateHdrdoctorusers_response_result"></div>
|
||
|
||
</div><div id="api_hdrdoctorusers_getHdrdoctorusersList" style="background-color: #f0ffff;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取医生账户信息
|
||
*
|
||
* api/Hdrdoctorusers/getHdrdoctorusersList
|
||
*
|
||
* 参数:
|
||
* 带分页
|
||
* current_page 当前页码
|
||
* list_rows 每页显示条数 默认15
|
||
* doctor 医生昵称(杨教授)
|
||
* name 姓名(杨玉环)
|
||
* doctor 医生昵称(杨教授)
|
||
* username 用户名(手机号)
|
||
* hdrdepartment_id 科室
|
||
* name 姓名(杨玉环)
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* doctor 医生昵称(杨教授)
|
||
* username 用户名(手机号)
|
||
* hdrdepartment_id 科室
|
||
* name 姓名(杨玉环)
|
||
* password 密码a123456
|
||
* sex 性别
|
||
* age 年龄
|
||
* type 用户类型:user=用户,doc=医生
|
||
* address 住址
|
||
* clientid 客户端ID
|
||
* expires 有效期
|
||
* ticket 票据
|
||
* create_time 创建时间
|
||
|
||
* author:wh
|
||
* api/hdrdoctorusers/getHdrdoctorusersList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrdoctorusers_getHdrdoctorusersList_textarea" cols="100" rows="3">/api/hdrdoctorusers/getHdrdoctorusersList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrdoctorusers_getHdrdoctorusersList()">测试</a>
|
||
</div>
|
||
<div class="api_hdrdoctorusers_getHdrdoctorusersList_response_result"></div>
|
||
|
||
</div><div id="api_hdrfollowup_del" style="background-color: #ffe4e1;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 删除随访
|
||
* 参数:
|
||
* id ID
|
||
* api/Hdrfollowup/del
|
||
* api/hdrfollowup/del
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrfollowup_del_textarea" cols="100" rows="3">/api/hdrfollowup/del</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrfollowup_del()">测试</a>
|
||
</div>
|
||
<div class="api_hdrfollowup_del_response_result"></div>
|
||
|
||
</div><div id="api_hdrfollowup_getHdrfollowupList" style="background-color: #ffe4e1;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取统一随访记录
|
||
*
|
||
* api/Hdrfollowup/getHdrfollowupList
|
||
*
|
||
* 参数:
|
||
* 带分页
|
||
* current_page 当前页码
|
||
* list_rows 每页显示条数 默认15
|
||
* id ID
|
||
* report_dataid 报告ID
|
||
* hdruserbaseinfo_id 统一基本信息
|
||
* userbaseid 基本信息ID
|
||
* name 姓名
|
||
* phone 电话
|
||
* status 状态:0=待发送,1=已发送
|
||
* hdrfollowuptemplate_id 随访模板ID
|
||
* flow 诊断流程:0=初诊,1=复诊
|
||
* send_time 发送时间
|
||
* create_time 创建时间
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* report_dataid 报告ID
|
||
* hdruserbaseinfo_id 统一基本信息
|
||
* userbaseid 基本信息ID
|
||
* name 姓名
|
||
* phone 电话
|
||
* content 随访内容
|
||
* status 状态:0=待发送,1=已发送
|
||
* hdrfollowuptemplate_id 随访模板ID
|
||
* flow 诊断流程:0=初诊,1=复诊
|
||
* send_time 发送时间
|
||
* create_time 创建时间
|
||
|
||
* author:wh
|
||
* api/hdrfollowup/getHdrfollowupList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrfollowup_getHdrfollowupList_textarea" cols="100" rows="3">/api/hdrfollowup/getHdrfollowupList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrfollowup_getHdrfollowupList()">测试</a>
|
||
</div>
|
||
<div class="api_hdrfollowup_getHdrfollowupList_response_result"></div>
|
||
|
||
</div><div id="api_hdrfollowup_addHdrfollowup" style="background-color: #ffe4e1;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 新增统一随访记录
|
||
*
|
||
* 参数:
|
||
* hdruserbaseinfo_id 统一基本信息 统一基本信息 必须
|
||
* name 姓名 姓名 必须
|
||
* phone 电话 电话 必须
|
||
* content 随访内容 随访内容 必须
|
||
* hdrfollowuptemplate_id 随访模板ID 随访模板ID 必须
|
||
* send_time 发送时间
|
||
* api/Hdrfollowup/addHdrfollowup
|
||
* api/hdrfollowup/addHdrfollowup
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrfollowup_addHdrfollowup_textarea" cols="100" rows="3">/api/hdrfollowup/addHdrfollowup</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrfollowup_addHdrfollowup()">测试</a>
|
||
</div>
|
||
<div class="api_hdrfollowup_addHdrfollowup_response_result"></div>
|
||
|
||
</div><div id="api_hdrfollowup_updateHdrfollowup" style="background-color: #ffe4e1;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 修改统一随访记录
|
||
* 参数:
|
||
* id ID ID 必须
|
||
* hdruserbaseinfo_id 统一基本信息
|
||
* name 姓名
|
||
* phone 电话
|
||
* content 随访内容
|
||
* status 状态:0=待发送,1=已发送
|
||
* hdrfollowuptemplate_id 随访模板ID
|
||
* flow 诊断流程:0=初诊,1=复诊
|
||
* send_time 发送时间
|
||
* api/Hdrfollowup/updateHdrfollowup
|
||
* api/hdrfollowup/updateHdrfollowup
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrfollowup_updateHdrfollowup_textarea" cols="100" rows="3">/api/hdrfollowup/updateHdrfollowup</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrfollowup_updateHdrfollowup()">测试</a>
|
||
</div>
|
||
<div class="api_hdrfollowup_updateHdrfollowup_response_result"></div>
|
||
|
||
</div><div id="api_hdrfollowuptemplate_addHdrfollowuptemplate" style="background-color: #faebd7;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 新增随访模板
|
||
*
|
||
* 参数:
|
||
* name 模板名称 模板名称 必须
|
||
* content 模板内容 模板内容 必须
|
||
* api/Hdrfollowuptemplate/addHdrfollowuptemplate
|
||
* api/hdrfollowuptemplate/addHdrfollowuptemplate
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrfollowuptemplate_addHdrfollowuptemplate_textarea" cols="100" rows="3">/api/hdrfollowuptemplate/addHdrfollowuptemplate</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrfollowuptemplate_addHdrfollowuptemplate()">测试</a>
|
||
</div>
|
||
<div class="api_hdrfollowuptemplate_addHdrfollowuptemplate_response_result"></div>
|
||
|
||
</div><div id="api_hdrfollowuptemplate_updateHdrfollowuptemplate" style="background-color: #faebd7;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 修改随访模板
|
||
* 参数:
|
||
* id ID ID 必须
|
||
* name 模板名称
|
||
* content 模板内容
|
||
* api/Hdrfollowuptemplate/updateHdrfollowuptemplate
|
||
* api/hdrfollowuptemplate/updateHdrfollowuptemplate
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrfollowuptemplate_updateHdrfollowuptemplate_textarea" cols="100" rows="3">/api/hdrfollowuptemplate/updateHdrfollowuptemplate</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrfollowuptemplate_updateHdrfollowuptemplate()">测试</a>
|
||
</div>
|
||
<div class="api_hdrfollowuptemplate_updateHdrfollowuptemplate_response_result"></div>
|
||
|
||
</div><div id="api_hdrfollowuptemplate_getHdrfollowuptemplateList" style="background-color: #faebd7;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取随访模板
|
||
*
|
||
* api/Hdrfollowuptemplate/getHdrfollowuptemplateList
|
||
*
|
||
* 参数:
|
||
* 带分页
|
||
* current_page 当前页码
|
||
* list_rows 每页显示条数 默认15
|
||
* id ID
|
||
* name 模板名称
|
||
* content 模板内容
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* name 模板名称
|
||
* content 模板内容
|
||
|
||
* author:wh
|
||
* api/hdrfollowuptemplate/getHdrfollowuptemplateList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrfollowuptemplate_getHdrfollowuptemplateList_textarea" cols="100" rows="3">/api/hdrfollowuptemplate/getHdrfollowuptemplateList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrfollowuptemplate_getHdrfollowuptemplateList()">测试</a>
|
||
</div>
|
||
<div class="api_hdrfollowuptemplate_getHdrfollowuptemplateList_response_result"></div>
|
||
|
||
</div><div id="api_hdrfollowuptemplate_del" style="background-color: #faebd7;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 删除模板
|
||
*
|
||
* api/Hdrfollowuptemplate/del
|
||
* 参数:
|
||
* id ID ID 必须
|
||
* api/hdrfollowuptemplate/del
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrfollowuptemplate_del_textarea" cols="100" rows="3">/api/hdrfollowuptemplate/del</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrfollowuptemplate_del()">测试</a>
|
||
</div>
|
||
<div class="api_hdrfollowuptemplate_del_response_result"></div>
|
||
|
||
</div><div id="api_hdrhealthinsight_getHdrhealthinsightList" style="background-color: #eee8aa;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取患者健康洞察
|
||
*
|
||
* api/Hdrhealthinsight/getHdrhealthinsightList
|
||
*
|
||
* 参数:
|
||
* 带分页
|
||
* current_page 当前页码
|
||
* list_rows 每页显示条数 默认15
|
||
* id ID
|
||
* hdruserbaseinfo_id 统一基本信息 【必须】
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* hdruserbaseinfo_id 统一基本信息
|
||
* content 洞察内容
|
||
|
||
* author:wh
|
||
* api/hdrhealthinsight/getHdrhealthinsightList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrhealthinsight_getHdrhealthinsightList_textarea" cols="100" rows="3">/api/hdrhealthinsight/getHdrhealthinsightList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrhealthinsight_getHdrhealthinsightList()">测试</a>
|
||
</div>
|
||
<div class="api_hdrhealthinsight_getHdrhealthinsightList_response_result"></div>
|
||
|
||
</div><div id="api_hdrquestionnaireanswer_getHdrquestionnaireanswerList" style="background-color: #f0fff0;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取科室问卷答案
|
||
*
|
||
* api/Hdrquestionnaireanswer/getHdrquestionnaireanswerList
|
||
*
|
||
* 参数:
|
||
* 带分页
|
||
* current_page 当前页码
|
||
* list_rows 每页显示条数 默认15
|
||
* id ID
|
||
* hdrquestionnairequestion_id 问卷问题ID
|
||
* answer 问卷答案
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* hdrquestionnairequestion_id 问卷问题ID
|
||
* answer 问卷答案
|
||
* create_time 创建时间
|
||
* update_time 更新时间
|
||
|
||
* author:wh
|
||
* api/hdrquestionnaireanswer/getHdrquestionnaireanswerList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrquestionnaireanswer_getHdrquestionnaireanswerList_textarea" cols="100" rows="3">/api/hdrquestionnaireanswer/getHdrquestionnaireanswerList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrquestionnaireanswer_getHdrquestionnaireanswerList()">测试</a>
|
||
</div>
|
||
<div class="api_hdrquestionnaireanswer_getHdrquestionnaireanswerList_response_result"></div>
|
||
|
||
</div><div id="api_hdrquestionnaireanswer_addHdrquestionnaireanswer" style="background-color: #f0fff0;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 新增一个问卷答案
|
||
*
|
||
* 参数:
|
||
* hdrquestionnairequestion_id 问卷问题ID 问卷问题ID 必须
|
||
* answer 问卷答案 问卷答案 必须
|
||
* api/Hdrquestionnaireanswer/addHdrquestionnaireanswer
|
||
* api/hdrquestionnaireanswer/addHdrquestionnaireanswer
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrquestionnaireanswer_addHdrquestionnaireanswer_textarea" cols="100" rows="3">/api/hdrquestionnaireanswer/addHdrquestionnaireanswer</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrquestionnaireanswer_addHdrquestionnaireanswer()">测试</a>
|
||
</div>
|
||
<div class="api_hdrquestionnaireanswer_addHdrquestionnaireanswer_response_result"></div>
|
||
|
||
</div><div id="api_hdrquestionnaireanswer_updateHdrquestionnaireanswer" style="background-color: #f0fff0;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 修改科室问卷答案
|
||
* 参数:
|
||
* id ID ID 必须
|
||
* hdrquestionnairequestion_id 问卷问题ID
|
||
* answer 问卷答案
|
||
* api/Hdrquestionnaireanswer/updateHdrquestionnaireanswer
|
||
* api/hdrquestionnaireanswer/updateHdrquestionnaireanswer
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrquestionnaireanswer_updateHdrquestionnaireanswer_textarea" cols="100" rows="3">/api/hdrquestionnaireanswer/updateHdrquestionnaireanswer</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrquestionnaireanswer_updateHdrquestionnaireanswer()">测试</a>
|
||
</div>
|
||
<div class="api_hdrquestionnaireanswer_updateHdrquestionnaireanswer_response_result"></div>
|
||
|
||
</div><div id="api_hdrquestionnaireanswer_del" style="background-color: #f0fff0;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc: 删除科室问卷答案
|
||
* author:wh
|
||
*
|
||
* 参数:
|
||
* id 数据id 必须
|
||
* api/Hdrquestionnaireanswer/del
|
||
* api/hdrquestionnaireanswer/del
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrquestionnaireanswer_del_textarea" cols="100" rows="3">/api/hdrquestionnaireanswer/del</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrquestionnaireanswer_del()">测试</a>
|
||
</div>
|
||
<div class="api_hdrquestionnaireanswer_del_response_result"></div>
|
||
|
||
</div><div id="api_hdrquestionnairequestion_addHdrquestionnairequestion" style="background-color: #ffe4e1;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 新增科室问卷问题(一个问题对应多个答案)
|
||
*
|
||
* 参数:
|
||
* hdrdepartment_id 所属科室 所属科室 必须
|
||
* question 问卷问题 问卷问题 必须
|
||
* is_common 是否通用:yes=是,no=否 是否通用:yes=是,no=否 必须
|
||
* is_only_boy 只适合男:yes=是,no=否 只适合男:yes=是,no=否 必须
|
||
* is_only_girl 只适合女:yes=是,no=否 只适合女:yes=是,no=否 必须
|
||
* type 选项类型:one=单选,more=多选 选项类型:one=单选,more=多选 必须
|
||
* api/Hdrquestionnairequestion/addHdrquestionnairequestion
|
||
* api/hdrquestionnairequestion/addHdrquestionnairequestion
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrquestionnairequestion_addHdrquestionnairequestion_textarea" cols="100" rows="3">/api/hdrquestionnairequestion/addHdrquestionnairequestion</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrquestionnairequestion_addHdrquestionnairequestion()">测试</a>
|
||
</div>
|
||
<div class="api_hdrquestionnairequestion_addHdrquestionnairequestion_response_result"></div>
|
||
|
||
</div><div id="api_hdrquestionnairequestion_updateHdrquestionnairequestion" style="background-color: #ffe4e1;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 修改科室问卷问题(一个问题对应多个答案)
|
||
* 参数:
|
||
* id ID ID 必须
|
||
* hdrdepartment_id 所属科室
|
||
* question 问卷问题
|
||
* is_common 是否通用:yes=是,no=否
|
||
* is_only_boy 只适合男:yes=是,no=否
|
||
* is_only_girl 只适合女:yes=是,no=否
|
||
* type 选项类型:one=单选,more=多选
|
||
* api/Hdrquestionnairequestion/updateHdrquestionnairequestion
|
||
* api/hdrquestionnairequestion/updateHdrquestionnairequestion
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrquestionnairequestion_updateHdrquestionnairequestion_textarea" cols="100" rows="3">/api/hdrquestionnairequestion/updateHdrquestionnairequestion</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrquestionnairequestion_updateHdrquestionnairequestion()">测试</a>
|
||
</div>
|
||
<div class="api_hdrquestionnairequestion_updateHdrquestionnairequestion_response_result"></div>
|
||
|
||
</div><div id="api_hdrquestionnairequestion_del" style="background-color: #ffe4e1;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc: 删除科室问卷问题(一个问题对应多个答案)
|
||
* author:wh
|
||
*
|
||
* 参数:
|
||
* id 数据id 必须
|
||
*
|
||
* api/Hdrquestionnairequestion/del
|
||
* api/hdrquestionnairequestion/del
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrquestionnairequestion_del_textarea" cols="100" rows="3">/api/hdrquestionnairequestion/del</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrquestionnairequestion_del()">测试</a>
|
||
</div>
|
||
<div class="api_hdrquestionnairequestion_del_response_result"></div>
|
||
|
||
</div><div id="api_hdrquestionnairequestion_getHdrquestionnairequestionList" style="background-color: #ffe4e1;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取科室问卷问题(一个问题对应多个答案)
|
||
*
|
||
* api/Hdrquestionnairequestion/getHdrquestionnairequestionList
|
||
*
|
||
* 参数:
|
||
* 带分页
|
||
* current_page 当前页码
|
||
* list_rows 每页显示条数 默认15
|
||
* id ID
|
||
* hdrdepartment_id 所属科室 【必须】
|
||
* group 题目分组
|
||
* question 问卷问题
|
||
* is_common 是否通用:yes=是,no=否
|
||
* is_only_boy 只适合男:yes=是,no=否
|
||
* is_only_girl 只适合女:yes=是,no=否
|
||
* type 选项类型:one=单选,more=多选
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* hdrdepartment_id 所属科室
|
||
* question 问卷问题
|
||
* is_common 是否通用:yes=是,no=否
|
||
* is_only_boy 只适合男:yes=是,no=否
|
||
* is_only_girl 只适合女:yes=是,no=否
|
||
* type 选项类型:one=单选,more=多选
|
||
* create_time 创建时间
|
||
* update_time 更新时间
|
||
|
||
* author:wh
|
||
* api/hdrquestionnairequestion/getHdrquestionnairequestionList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrquestionnairequestion_getHdrquestionnairequestionList_textarea" cols="100" rows="3">/api/hdrquestionnairequestion/getHdrquestionnairequestionList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrquestionnairequestion_getHdrquestionnairequestionList()">测试</a>
|
||
</div>
|
||
<div class="api_hdrquestionnairequestion_getHdrquestionnairequestionList_response_result"></div>
|
||
|
||
</div><div id="api_hdrquestionnairequestion_getHdrQuestionTotal" style="background-color: #ffe4e1;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:查询总数
|
||
* *
|
||
* api/Hdrquestionnairequestion/getHdrQuestionTotal
|
||
*
|
||
* 参数与查询裂变接口保持一致
|
||
*
|
||
* 返回总数
|
||
*
|
||
* author:wh
|
||
* api/hdrquestionnairequestion/getHdrQuestionTotal
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrquestionnairequestion_getHdrQuestionTotal_textarea" cols="100" rows="3">/api/hdrquestionnairequestion/getHdrQuestionTotal</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrquestionnairequestion_getHdrQuestionTotal()">测试</a>
|
||
</div>
|
||
<div class="api_hdrquestionnairequestion_getHdrQuestionTotal_response_result"></div>
|
||
|
||
</div><div id="api_hdrquestionnairequestion_findQuestionById" style="background-color: #ffe4e1;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:根据id查询问题
|
||
*
|
||
* api/Hdrquestionnairequestion/findQuestionById
|
||
*
|
||
* 参数:id 问题id
|
||
*
|
||
* author:wh
|
||
* api/hdrquestionnairequestion/findQuestionById
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrquestionnairequestion_findQuestionById_textarea" cols="100" rows="3">/api/hdrquestionnairequestion/findQuestionById</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrquestionnairequestion_findQuestionById()">测试</a>
|
||
</div>
|
||
<div class="api_hdrquestionnairequestion_findQuestionById_response_result"></div>
|
||
|
||
</div><div id="api_hdrregister_addHdrregister" style="background-color: #f0fff0;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 新增患者挂号列表(可重复挂号)
|
||
*
|
||
* 参数:
|
||
* date 挂号日期
|
||
* name 患者姓名(可重复挂号)
|
||
* doctor_name 医生名称
|
||
* age 病人年龄
|
||
* gender 病人性别
|
||
* phone 手机号
|
||
* qa_type 问答类型(患者定):1=自由问答,2=固定问答,3=健康问答
|
||
* ticket 对话凭据(便于查询)
|
||
* api/Hdrregister/addHdrregister
|
||
* api/hdrregister/addHdrregister
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrregister_addHdrregister_textarea" cols="100" rows="3">/api/hdrregister/addHdrregister</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrregister_addHdrregister()">测试</a>
|
||
</div>
|
||
<div class="api_hdrregister_addHdrregister_response_result"></div>
|
||
|
||
</div><div id="api_hdrregister_getHdrregisterList" style="background-color: #f0fff0;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取患者挂号列表(可重复挂号)
|
||
*
|
||
* api/Hdrregister/getHdrregisterList
|
||
*
|
||
* 参数:
|
||
* name 患者姓名(可重复挂号)
|
||
* phone 手机号
|
||
* id ID
|
||
* date 挂号日期
|
||
* name 患者姓名(可重复挂号)
|
||
* gender 病人性别
|
||
* phone 手机号
|
||
* status 状态:0=挂号中,1=结束诊断
|
||
* qa_type 问答类型(患者定):1=自由问答,2=固定问答,3=健康问答
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* date 挂号日期
|
||
* name 患者姓名(可重复挂号)
|
||
* doctor_name 医生名称
|
||
* age 病人年龄
|
||
* gender 病人性别
|
||
* phone 手机号
|
||
* create_time 创建时间
|
||
* status 状态:0=挂号中,1=结束诊断
|
||
* qa_type 问答类型(患者定):1=自由问答,2=固定问答,3=健康问答
|
||
* ticket 对话凭据(便于查询)
|
||
|
||
* author:wh
|
||
* api/hdrregister/getHdrregisterList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdrregister_getHdrregisterList_textarea" cols="100" rows="3">/api/hdrregister/getHdrregisterList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdrregister_getHdrregisterList()">测试</a>
|
||
</div>
|
||
<div class="api_hdrregister_getHdrregisterList_response_result"></div>
|
||
|
||
</div><div id="api_hdruserbaseinfo_getHdruserbaseinfoList" style="background-color: #f0fff0;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取统一问诊用户基本信息列表(后台病历管理列表)
|
||
*
|
||
* api/Hdruserbaseinfo/getHdruserbaseinfoList
|
||
*
|
||
* 参数:
|
||
* 带分页
|
||
* current_page 当前页码
|
||
* list_rows 每页显示条数 默认15
|
||
* doctor 所属医生
|
||
* id ID
|
||
* date 日期
|
||
* doctor 所属医生
|
||
* hdrdepartment_id 科室
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊
|
||
* name 病人姓名
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* date 日期
|
||
* doctor 所属医生
|
||
* hdrdepartment_id 科室
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊
|
||
* name 病人姓名
|
||
* gender 病人性别
|
||
* age 病人年龄
|
||
* edu 教育程度
|
||
* career_year 职业及年限
|
||
* power 体力要求
|
||
* satisfaction 经济满意度
|
||
* old_career_year 过往职业及年限
|
||
* old_career_power 过往职业体力要求
|
||
* support 社会支持度
|
||
* marriage 婚姻状况
|
||
* live 居住情况
|
||
* home 家庭关系
|
||
* address 地址
|
||
* phone 联系方式
|
||
* wechat_no 微信号
|
||
* ticket 对话票据(数据隔离)
|
||
* create_time 创建时间
|
||
* is_flow 是否接受随访:yes=是,no=否
|
||
|
||
* author:wh
|
||
* api/hdruserbaseinfo/getHdruserbaseinfoList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdruserbaseinfo_getHdruserbaseinfoList_textarea" cols="100" rows="3">/api/hdruserbaseinfo/getHdruserbaseinfoList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdruserbaseinfo_getHdruserbaseinfoList()">测试</a>
|
||
</div>
|
||
<div class="api_hdruserbaseinfo_getHdruserbaseinfoList_response_result"></div>
|
||
|
||
</div><div id="api_hdruserbaseinfo_getHdruserbaseinfoDetailById" style="background-color: #f0fff0;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取统一问诊用户基本信息详情(后台病历管理详情)
|
||
*
|
||
* api/Hdruserbaseinfo/getHdruserbaseinfoDetailById
|
||
*
|
||
* 参数:
|
||
* id ID ID 必须
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* date 日期
|
||
* doctor 所属医生
|
||
* hdrdepartment_id 科室
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊
|
||
* name 病人姓名
|
||
* gender 病人性别
|
||
* age 病人年龄
|
||
* edu 教育程度
|
||
* career_year 职业及年限
|
||
* power 体力要求
|
||
* satisfaction 经济满意度
|
||
* old_career_year 过往职业及年限
|
||
* old_career_power 过往职业体力要求
|
||
* support 社会支持度
|
||
* marriage 婚姻状况
|
||
* live 居住情况
|
||
* home 家庭关系
|
||
* address 地址
|
||
* phone 联系方式
|
||
* wechat_no 微信号
|
||
* ticket 对话票据(数据隔离)
|
||
* create_time 创建时间
|
||
* is_flow 是否接受随访:yes=是,no=否
|
||
|
||
* author:wh
|
||
* api/hdruserbaseinfo/getHdruserbaseinfoDetailById
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdruserbaseinfo_getHdruserbaseinfoDetailById_textarea" cols="100" rows="3">/api/hdruserbaseinfo/getHdruserbaseinfoDetailById</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdruserbaseinfo_getHdruserbaseinfoDetailById()">测试</a>
|
||
</div>
|
||
<div class="api_hdruserbaseinfo_getHdruserbaseinfoDetailById_response_result"></div>
|
||
|
||
</div><div id="api_hdruserbaseinfo_updateHdruserbaseinfoById" style="background-color: #f0fff0;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 根据id修改统一问诊用户基本信息
|
||
* 参数:
|
||
* id ID 【必须】
|
||
* name 病人姓名
|
||
* gender 病人性别
|
||
* age 病人年龄
|
||
* edu 教育程度
|
||
* career_year 职业及年限
|
||
* power 体力要求
|
||
* satisfaction 经济满意度
|
||
* old_career_year 过往职业及年限
|
||
* old_career_power 过往职业体力要求
|
||
* support 社会支持度
|
||
* marriage 婚姻状况
|
||
* live 居住情况
|
||
* home 家庭关系
|
||
* address 地址
|
||
* phone 联系方式
|
||
* wechat_no 微信号
|
||
* api/Hdruserbaseinfo/updateHdruserbaseinfoById
|
||
* api/hdruserbaseinfo/updateHdruserbaseinfoById
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdruserbaseinfo_updateHdruserbaseinfoById_textarea" cols="100" rows="3">/api/hdruserbaseinfo/updateHdruserbaseinfoById</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdruserbaseinfo_updateHdruserbaseinfoById()">测试</a>
|
||
</div>
|
||
<div class="api_hdruserbaseinfo_updateHdruserbaseinfoById_response_result"></div>
|
||
|
||
</div><div id="api_hdruserbaseinfo_addHdruserbaseinfo" style="background-color: #f0fff0;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 新增统一问诊用户基本信息
|
||
*
|
||
* 参数:
|
||
* date 日期 【必须】
|
||
* doctor 所属医生 【必须】
|
||
* hdrdepartment_id 科室 【必须】
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊,doc_add=医生添加 【必须】
|
||
* name 病人姓名 【必须】
|
||
* gender 病人性别 【必须】
|
||
* age 病人年龄 【必须】
|
||
* edu 教育程度
|
||
* career_year 职业及年限
|
||
* power 体力要求
|
||
* satisfaction 经济满意度
|
||
* old_career_year 过往职业及年限
|
||
* old_career_power 过往职业体力要求
|
||
* support 社会支持度
|
||
* marriage 婚姻状况
|
||
* live 居住情况
|
||
* home 家庭关系
|
||
* address 地址
|
||
* phone 联系方式 【必须】
|
||
* wechat_no 微信号
|
||
* ticket 对话票据(数据隔离)
|
||
* diagnosis 诊断
|
||
* api/hdruserbaseinfo/addHdruserbaseinfo
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdruserbaseinfo_addHdruserbaseinfo_textarea" cols="100" rows="3">/api/hdruserbaseinfo/addHdruserbaseinfo</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdruserbaseinfo_addHdruserbaseinfo()">测试</a>
|
||
</div>
|
||
<div class="api_hdruserbaseinfo_addHdruserbaseinfo_response_result"></div>
|
||
|
||
</div><div id="api_hdruserbaseinfo_saveBaseinfo" style="background-color: #f0fff0;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:保存用户基本信息,没有就新增
|
||
*
|
||
* * 参数:
|
||
* doctor 所属医生 【必须】
|
||
* hdrdepartment_id 科室 【必须】
|
||
* name 病人姓名 【必须】
|
||
* gender 病人性别 【必须】
|
||
* age 病人年龄 【必须】
|
||
* phone 图片识别联系方式
|
||
* user_phone 当前用户登录的手机号 【必须】
|
||
*
|
||
*
|
||
* author:wh
|
||
* api/hdruserbaseinfo/saveBaseinfo
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdruserbaseinfo_saveBaseinfo_textarea" cols="100" rows="3">/api/hdruserbaseinfo/saveBaseinfo</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdruserbaseinfo_saveBaseinfo()">测试</a>
|
||
</div>
|
||
<div class="api_hdruserbaseinfo_saveBaseinfo_response_result"></div>
|
||
|
||
</div><div id="api_hdruserbaseinfo_getHdruserbaseinfoByPhone" style="background-color: #f0fff0;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:根据手机号码获取统一问诊用户基本信息,查询最新的一条数据
|
||
*
|
||
* api/Hdruserbaseinfo/getHdruserbaseinfoByPhone
|
||
*
|
||
* 参数:
|
||
* phone 联系方式 【必须】
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* hdrdepartment_id 科室
|
||
* hdrdepartment 科室名称
|
||
* name 病人姓名
|
||
* gender 病人性别
|
||
* age 病人年龄
|
||
* phone 联系方式
|
||
|
||
* author:wh
|
||
* api/hdruserbaseinfo/getHdruserbaseinfoByPhone
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdruserbaseinfo_getHdruserbaseinfoByPhone_textarea" cols="100" rows="3">/api/hdruserbaseinfo/getHdruserbaseinfoByPhone</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdruserbaseinfo_getHdruserbaseinfoByPhone()">测试</a>
|
||
</div>
|
||
<div class="api_hdruserbaseinfo_getHdruserbaseinfoByPhone_response_result"></div>
|
||
|
||
</div><div id="api_hdruserbaseinfo_getBaseInfoUploadRead" style="background-color: #f0fff0;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 基本信息读取
|
||
* 基本信息读取接口(传图片地址)
|
||
*
|
||
* 参数:
|
||
* phone 患者手机号码
|
||
*
|
||
* 文件上传控件name值设置为:file_upload,否则无法上传
|
||
*
|
||
* api/hdruserbaseinfo/getBaseInfoUploadRead
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdruserbaseinfo_getBaseInfoUploadRead_textarea" cols="100" rows="3">/api/hdruserbaseinfo/getBaseInfoUploadRead</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdruserbaseinfo_getBaseInfoUploadRead()">测试</a>
|
||
</div>
|
||
<div class="api_hdruserbaseinfo_getBaseInfoUploadRead_response_result"></div>
|
||
|
||
</div><div id="api_hdruserinfotingyi_getHdruserbaseinfoList" style="background-color: #fffafa;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取统一问诊用户基本信息列表(后台病历管理列表)
|
||
*
|
||
* api/Hdruserinfotingyi/getHdruserbaseinfoList
|
||
*
|
||
* 参数:
|
||
* 带分页
|
||
* current_page 当前页码
|
||
* list_rows 每页显示条数 默认15
|
||
* doctor 所属医生
|
||
* id ID
|
||
* date 日期
|
||
* doctor 所属医生
|
||
* hdrdepartment_id 科室
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊
|
||
* name 病人姓名
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* date 日期
|
||
* doctor 所属医生
|
||
* hdrdepartment_id 科室
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊
|
||
* name 病人姓名
|
||
* gender 病人性别
|
||
* age 病人年龄
|
||
* edu 教育程度
|
||
* career_year 职业及年限
|
||
* power 体力要求
|
||
* satisfaction 经济满意度
|
||
* old_career_year 过往职业及年限
|
||
* old_career_power 过往职业体力要求
|
||
* support 社会支持度
|
||
* marriage 婚姻状况
|
||
* live 居住情况
|
||
* home 家庭关系
|
||
* address 地址
|
||
* phone 联系方式
|
||
* wechat_no 微信号
|
||
* ticket 对话票据(数据隔离)
|
||
* create_time 创建时间
|
||
* is_flow 是否接受随访:yes=是,no=否
|
||
|
||
* author:wh
|
||
* api/hdruserinfotingyi/getHdruserbaseinfoList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdruserinfotingyi_getHdruserbaseinfoList_textarea" cols="100" rows="3">/api/hdruserinfotingyi/getHdruserbaseinfoList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdruserinfotingyi_getHdruserbaseinfoList()">测试</a>
|
||
</div>
|
||
<div class="api_hdruserinfotingyi_getHdruserbaseinfoList_response_result"></div>
|
||
|
||
</div><div id="api_hdruserinfotingyi_getHdruserbaseinfoDetailById" style="background-color: #fffafa;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取统一问诊用户基本信息详情(后台病历管理详情)
|
||
*
|
||
* api/Hdruserinfotingyi/getHdruserbaseinfoDetailById
|
||
*
|
||
* 参数:
|
||
* id ID ID 必须
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* date 日期
|
||
* doctor 所属医生
|
||
* hdrdepartment_id 科室
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊
|
||
* name 病人姓名
|
||
* gender 病人性别
|
||
* age 病人年龄
|
||
* edu 教育程度
|
||
* career_year 职业及年限
|
||
* power 体力要求
|
||
* satisfaction 经济满意度
|
||
* old_career_year 过往职业及年限
|
||
* old_career_power 过往职业体力要求
|
||
* support 社会支持度
|
||
* marriage 婚姻状况
|
||
* live 居住情况
|
||
* home 家庭关系
|
||
* address 地址
|
||
* phone 联系方式
|
||
* wechat_no 微信号
|
||
* ticket 对话票据(数据隔离)
|
||
* create_time 创建时间
|
||
* is_flow 是否接受随访:yes=是,no=否
|
||
|
||
* author:wh
|
||
* api/hdruserinfotingyi/getHdruserbaseinfoDetailById
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdruserinfotingyi_getHdruserbaseinfoDetailById_textarea" cols="100" rows="3">/api/hdruserinfotingyi/getHdruserbaseinfoDetailById</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdruserinfotingyi_getHdruserbaseinfoDetailById()">测试</a>
|
||
</div>
|
||
<div class="api_hdruserinfotingyi_getHdruserbaseinfoDetailById_response_result"></div>
|
||
|
||
</div><div id="api_hdruserinfotingyi_updateHdruserbaseinfoById" style="background-color: #fffafa;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 根据id修改统一问诊用户基本信息
|
||
* 参数:
|
||
* id ID 【必须】
|
||
* name 病人姓名
|
||
* gender 病人性别
|
||
* age 病人年龄
|
||
* edu 教育程度
|
||
* career_year 职业及年限
|
||
* power 体力要求
|
||
* satisfaction 经济满意度
|
||
* old_career_year 过往职业及年限
|
||
* old_career_power 过往职业体力要求
|
||
* support 社会支持度
|
||
* marriage 婚姻状况
|
||
* live 居住情况
|
||
* home 家庭关系
|
||
* address 地址
|
||
* phone 联系方式
|
||
* wechat_no 微信号
|
||
* api/Hdruserinfotingyi/updateHdruserbaseinfoById
|
||
* api/hdruserinfotingyi/updateHdruserbaseinfoById
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdruserinfotingyi_updateHdruserbaseinfoById_textarea" cols="100" rows="3">/api/hdruserinfotingyi/updateHdruserbaseinfoById</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdruserinfotingyi_updateHdruserbaseinfoById()">测试</a>
|
||
</div>
|
||
<div class="api_hdruserinfotingyi_updateHdruserbaseinfoById_response_result"></div>
|
||
|
||
</div><div id="api_hdruserinfotingyi_addHdruserbaseinfo" style="background-color: #fffafa;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 新增统一问诊用户基本信息
|
||
*
|
||
* 参数:
|
||
* date 日期 【必须】
|
||
* doctor 所属医生 【必须】
|
||
* hdrdepartment_id 科室 【必须】
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊,doc_add=医生添加 【必须】
|
||
* name 病人姓名 【必须】
|
||
* gender 病人性别 【必须】
|
||
* age 病人年龄 【必须】
|
||
* edu 教育程度
|
||
* career_year 职业及年限
|
||
* power 体力要求
|
||
* satisfaction 经济满意度
|
||
* old_career_year 过往职业及年限
|
||
* old_career_power 过往职业体力要求
|
||
* support 社会支持度
|
||
* marriage 婚姻状况
|
||
* live 居住情况
|
||
* home 家庭关系
|
||
* address 地址
|
||
* phone 联系方式 【必须】
|
||
* wechat_no 微信号
|
||
* ticket 对话票据(数据隔离)
|
||
* diagnosis 诊断
|
||
* api/hdruserinfotingyi/addHdruserbaseinfo
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdruserinfotingyi_addHdruserbaseinfo_textarea" cols="100" rows="3">/api/hdruserinfotingyi/addHdruserbaseinfo</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdruserinfotingyi_addHdruserbaseinfo()">测试</a>
|
||
</div>
|
||
<div class="api_hdruserinfotingyi_addHdruserbaseinfo_response_result"></div>
|
||
|
||
</div><div id="api_hdruserinfotingyi_saveBaseinfo" style="background-color: #fffafa;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:保存用户基本信息,没有就新增
|
||
*
|
||
* * 参数:
|
||
* doctor 所属医生 【必须】
|
||
* hdrdepartment_id 科室 【必须】
|
||
* name 病人姓名 【必须】
|
||
* gender 病人性别 【必须】
|
||
* age 病人年龄 【必须】
|
||
* phone 图片识别联系方式
|
||
* user_phone 当前用户登录的手机号 【必须】
|
||
*
|
||
*
|
||
* author:wh
|
||
* api/hdruserinfotingyi/saveBaseinfo
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdruserinfotingyi_saveBaseinfo_textarea" cols="100" rows="3">/api/hdruserinfotingyi/saveBaseinfo</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdruserinfotingyi_saveBaseinfo()">测试</a>
|
||
</div>
|
||
<div class="api_hdruserinfotingyi_saveBaseinfo_response_result"></div>
|
||
|
||
</div><div id="api_hdruserinfotingyi_getHdruserbaseinfoByPhone" style="background-color: #fffafa;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:根据手机号码获取统一问诊用户基本信息,查询最新的一条数据
|
||
*
|
||
* api/Hdruserinfotingyi/getHdruserbaseinfoByPhone
|
||
*
|
||
* 参数:
|
||
* phone 联系方式 【必须】
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* hdrdepartment_id 科室
|
||
* hdrdepartment 科室名称
|
||
* name 病人姓名
|
||
* gender 病人性别
|
||
* age 病人年龄
|
||
* phone 联系方式
|
||
|
||
* author:wh
|
||
* api/hdruserinfotingyi/getHdruserbaseinfoByPhone
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdruserinfotingyi_getHdruserbaseinfoByPhone_textarea" cols="100" rows="3">/api/hdruserinfotingyi/getHdruserbaseinfoByPhone</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdruserinfotingyi_getHdruserbaseinfoByPhone()">测试</a>
|
||
</div>
|
||
<div class="api_hdruserinfotingyi_getHdruserbaseinfoByPhone_response_result"></div>
|
||
|
||
</div><div id="api_hdruserinfotingyi_getBaseInfoUploadRead" style="background-color: #fffafa;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 基本信息读取
|
||
* 基本信息读取接口(传图片地址)
|
||
*
|
||
* 参数:
|
||
* phone 患者手机号码
|
||
*
|
||
* 文件上传控件name值设置为:file_upload,否则无法上传
|
||
*
|
||
* api/hdruserinfotingyi/getBaseInfoUploadRead
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_hdruserinfotingyi_getBaseInfoUploadRead_textarea" cols="100" rows="3">/api/hdruserinfotingyi/getBaseInfoUploadRead</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_hdruserinfotingyi_getBaseInfoUploadRead()">测试</a>
|
||
</div>
|
||
<div class="api_hdruserinfotingyi_getBaseInfoUploadRead_response_result"></div>
|
||
|
||
</div><div id="api_reporth5_createReport" style="background-color: #ffe4e1;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:h5-数字人-生成听诊报告(同时提交固定问答聊天记录)
|
||
*
|
||
* api/Reporth5/createReport
|
||
*
|
||
* name 病人姓名
|
||
gender 病人性别
|
||
age 病人年龄
|
||
edu 教育程度
|
||
career_year 职业及年限
|
||
power 体力要求
|
||
satisfaction 经济满意度
|
||
old_career_year 过往职业及年限
|
||
support 社会支持度
|
||
marriage 婚姻状况
|
||
live 居住情况
|
||
home 家庭关系
|
||
address 地址
|
||
phone 联系方式
|
||
wechat_no 微信号
|
||
ticket 登录票据
|
||
hdrdepartment_id 科室
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊
|
||
*
|
||
* content 对话内容;格式:
|
||
* $content = [
|
||
["role" => "user", "content" => '医生说:xxxxx'],
|
||
["role" => "user", "content" => '患者说:xxxxx'],
|
||
];
|
||
* author:wh
|
||
* api/reporth5/createReport
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_reporth5_createReport_textarea" cols="100" rows="3">/api/reporth5/createReport</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_reporth5_createReport()">测试</a>
|
||
</div>
|
||
<div class="api_reporth5_createReport_response_result"></div>
|
||
|
||
</div><div id="api_reporth5_getReportById" style="background-color: #ffe4e1;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:查询报告详情
|
||
*
|
||
* api/Reporth5/getReportById
|
||
* 参数:dataid 报告id
|
||
* ticket:用户ticket
|
||
* author:wh
|
||
* api/reporth5/getReportById
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_reporth5_getReportById_textarea" cols="100" rows="3">/api/reporth5/getReportById</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_reporth5_getReportById()">测试</a>
|
||
</div>
|
||
<div class="api_reporth5_getReportById_response_result"></div>
|
||
|
||
</div><div id="api_reporth5_getReportList" style="background-color: #ffe4e1;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:查询报告列表
|
||
*
|
||
* api/Reporth5/getReportList
|
||
* 参数:username
|
||
* ticket:用户ticket
|
||
*
|
||
* author:wh
|
||
* api/reporth5/getReportList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_reporth5_getReportList_textarea" cols="100" rows="3">/api/reporth5/getReportList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_reporth5_getReportList()">测试</a>
|
||
</div>
|
||
<div class="api_reporth5_getReportList_response_result"></div>
|
||
|
||
</div><div id="api_reporth5_editReport" style="background-color: #ffe4e1;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 修改报告
|
||
* api/Reporth5/editReport
|
||
* 参数:dataid 报告数据id
|
||
name 病人姓名
|
||
gender 病人性别: M=男性, F=女性
|
||
age 病人年龄
|
||
main_complaint 主诉
|
||
medical_history 病史
|
||
past_history 既往史
|
||
allergy_history 过敏史
|
||
family_history 家族史
|
||
personal_history 个人史
|
||
menstrual_marital_history 月经婚育史
|
||
diagnosis 诊断
|
||
treatment 医嘱
|
||
* api/reporth5/editReport
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_reporth5_editReport_textarea" cols="100" rows="3">/api/reporth5/editReport</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_reporth5_editReport()">测试</a>
|
||
</div>
|
||
<div class="api_reporth5_editReport_response_result"></div>
|
||
|
||
</div><div id="api_reporttt_createReport" style="background-color: #fff0f5;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:疼痛科-数字人-生成听诊报告(同时提交固定问答聊天记录)
|
||
*
|
||
* api/Reporttt/createReport
|
||
* username 用户名
|
||
*
|
||
* name 病人姓名
|
||
gender 病人性别
|
||
age 病人年龄
|
||
edu 教育程度
|
||
career_year 职业及年限
|
||
power 体力要求
|
||
satisfaction 经济满意度
|
||
old_career_year 过往职业及年限
|
||
support 社会支持度
|
||
marriage 婚姻状况
|
||
live 居住情况
|
||
home 家庭关系
|
||
address 地址
|
||
phone 联系方式
|
||
wechat_no 微信号
|
||
ticket 对话票据
|
||
hdrdepartment_id 科室
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊
|
||
* hdrdepartment 科室名称
|
||
*
|
||
* content 对话内容;格式:
|
||
* $content = [
|
||
["role" => "user", "content" => '医生说:xxxxx'],
|
||
["role" => "user", "content" => '患者说:xxxxx'],
|
||
];
|
||
* author:wh
|
||
* api/reporttt/createReport
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_reporttt_createReport_textarea" cols="100" rows="3">/api/reporttt/createReport</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_reporttt_createReport()">测试</a>
|
||
</div>
|
||
<div class="api_reporttt_createReport_response_result"></div>
|
||
|
||
</div><div id="api_reporttt_getReportById" style="background-color: #fff0f5;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:查询报告详情
|
||
*
|
||
* api/Reporttt/getReportById
|
||
* 参数:dataid 报告id
|
||
* ticket:用户ticket
|
||
* author:wh
|
||
* api/reporttt/getReportById
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_reporttt_getReportById_textarea" cols="100" rows="3">/api/reporttt/getReportById</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_reporttt_getReportById()">测试</a>
|
||
</div>
|
||
<div class="api_reporttt_getReportById_response_result"></div>
|
||
|
||
</div><div id="api_reporttt_getReportList" style="background-color: #fff0f5;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:查询报告列表
|
||
*
|
||
* api/Reporttt/getReportList
|
||
* 参数:phone
|
||
*
|
||
* author:wh
|
||
* api/reporttt/getReportList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_reporttt_getReportList_textarea" cols="100" rows="3">/api/reporttt/getReportList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_reporttt_getReportList()">测试</a>
|
||
</div>
|
||
<div class="api_reporttt_getReportList_response_result"></div>
|
||
|
||
</div><div id="api_reportty_createReport" style="background-color: #ffe4e1;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:听译-生成听诊报告
|
||
*
|
||
* api/Reportty/createReport
|
||
* 参数:ticket
|
||
* from 来源
|
||
* client_id
|
||
*
|
||
* author:wh
|
||
* api/reportty/createReport
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_reportty_createReport_textarea" cols="100" rows="3">/api/reportty/createReport</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_reportty_createReport()">测试</a>
|
||
</div>
|
||
<div class="api_reportty_createReport_response_result"></div>
|
||
|
||
</div><div id="api_reportty_getReportById" style="background-color: #ffe4e1;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:查询报告详情
|
||
*
|
||
* api/Reportty/getReportById
|
||
* 参数:dataid 报告id
|
||
* ticket:用户ticket
|
||
* author:wh
|
||
* api/reportty/getReportById
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_reportty_getReportById_textarea" cols="100" rows="3">/api/reportty/getReportById</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_reportty_getReportById()">测试</a>
|
||
</div>
|
||
<div class="api_reportty_getReportById_response_result"></div>
|
||
|
||
</div><div id="api_reportty_getReportList" style="background-color: #ffe4e1;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:查询报告列表
|
||
*
|
||
* api/Reportty/getReportList
|
||
* 参数:phone
|
||
*
|
||
*
|
||
* author:wh
|
||
* api/reportty/getReportList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_reportty_getReportList_textarea" cols="100" rows="3">/api/reportty/getReportList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_reportty_getReportList()">测试</a>
|
||
</div>
|
||
<div class="api_reportty_getReportList_response_result"></div>
|
||
|
||
</div><div id="api_reportty_editReport" style="background-color: #ffe4e1;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 修改报告
|
||
* api/Reportty/editReport
|
||
* 参数:dataid 报告数据id
|
||
* username 医生登录账号(必须)
|
||
name 病人姓名
|
||
gender 病人性别: M=男性, F=女性
|
||
age 病人年龄
|
||
main_complaint 主诉
|
||
medical_history 病史
|
||
past_history 既往史
|
||
allergy_history 过敏史
|
||
family_history 家族史
|
||
personal_history 个人史
|
||
menstrual_marital_history 月经婚育史
|
||
diagnosis 诊断
|
||
treatment 医嘱
|
||
ticket 对话票据
|
||
hdrdepartment_id 科室
|
||
* api/reportty/editReport
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_reportty_editReport_textarea" cols="100" rows="3">/api/reportty/editReport</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_reportty_editReport()">测试</a>
|
||
</div>
|
||
<div class="api_reportty_editReport_response_result"></div>
|
||
|
||
</div><div id="api_service_azurettsAudio" style="background-color: #f0ffff;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:文本转语音
|
||
*
|
||
* 语音转换服务
|
||
*
|
||
* api/Service/azurettsAudio
|
||
*
|
||
* 参数:
|
||
* text: 文本内容
|
||
*
|
||
* author:wh
|
||
* api/service/azurettsAudio
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_service_azurettsAudio_textarea" cols="100" rows="3">/api/service/azurettsAudio</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_service_azurettsAudio()">测试</a>
|
||
</div>
|
||
<div class="api_service_azurettsAudio_response_result"></div>
|
||
|
||
</div><div id="api_sms_send" style="background-color: #ffdead;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:发送短信验证码
|
||
* 参数:
|
||
* mobile 手机号
|
||
* event 发送场景
|
||
*
|
||
* api/sms/send
|
||
* author:wh
|
||
* api/sms/send
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_sms_send_textarea" cols="100" rows="3">/api/sms/send</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_sms_send()">测试</a>
|
||
</div>
|
||
<div class="api_sms_send_response_result"></div>
|
||
|
||
</div><div id="api_tingyiueassistant_chatTy" style="background-color: #f8f8ff;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:听译助手对话,优医助手
|
||
*
|
||
* 参数:
|
||
* type:助手类型,选择助手类型:如疼痛科指导医师【必须】
|
||
* question :问题【必须】
|
||
* phone 患者手机号【必须】
|
||
* doctor 医生手机号【必须】
|
||
* sessionid 会话id【必须】 从getSayToken接口获得,每次对话之前生成,用于区分不同会话
|
||
*
|
||
* 注意:回答完成之后再保存回答记录
|
||
*
|
||
* author:wh
|
||
* api/tingyiueassistant/chatTy
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_tingyiueassistant_chatTy_textarea" cols="100" rows="3">/api/tingyiueassistant/chatTy</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_tingyiueassistant_chatTy()">测试</a>
|
||
</div>
|
||
<div class="api_tingyiueassistant_chatTy_response_result"></div>
|
||
|
||
</div><div id="api_tingyiueassistant_saveAnswer" style="background-color: #f8f8ff;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 保存回答记录
|
||
*
|
||
* 参数:
|
||
* record_id:记录id
|
||
* answer:回答
|
||
* phone:患者手机号
|
||
*
|
||
* author:wh
|
||
* api/tingyiueassistant/saveAnswer
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_tingyiueassistant_saveAnswer_textarea" cols="100" rows="3">/api/tingyiueassistant/saveAnswer</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_tingyiueassistant_saveAnswer()">测试</a>
|
||
</div>
|
||
<div class="api_tingyiueassistant_saveAnswer_response_result"></div>
|
||
|
||
</div><div id="api_ttchathistory_getTtchathistoryList" style="background-color: #f0ffff;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取疼痛科聊天历史
|
||
*
|
||
* api/Ttchathistory/getTtchathistoryList
|
||
*
|
||
* 参数:
|
||
* 带分页
|
||
* current_page 当前页码
|
||
* list_rows 每页显示条数 默认15
|
||
* hdruserbaseinfo_id 统一基本信息 统一基本信息 必须
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* username 用户
|
||
* type 聊天角色
|
||
* chat_msg 问诊内容
|
||
* ticket 对话票据(用于隔离用户聊天历史记录)
|
||
* userbaseinfo_id 基本信息ID
|
||
* create_time 创建时间
|
||
* hdruserbaseinfo_id 统一基本信息
|
||
|
||
* author:wh
|
||
* api/ttchathistory/getTtchathistoryList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_ttchathistory_getTtchathistoryList_textarea" cols="100" rows="3">/api/ttchathistory/getTtchathistoryList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_ttchathistory_getTtchathistoryList()">测试</a>
|
||
</div>
|
||
<div class="api_ttchathistory_getTtchathistoryList_response_result"></div>
|
||
|
||
</div><div id="api_ttmedicalreport_getTtmedicalreportDetail" style="background-color: #ffdead;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取疼痛科病历报告(一个基本信息对应一个报告)
|
||
*
|
||
* api/Ttmedicalreport/getTtmedicalreportDetail
|
||
*
|
||
* 参数:
|
||
* hdruserbaseinfo_id 统一基本信息 统一基本信息 必须
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* userbaseid 基本信息ID
|
||
* doctor 所属医生
|
||
* username 病人
|
||
* report_content 报告内容
|
||
* name 病人姓名
|
||
* phone 病人电话
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊
|
||
* create_time 生成时间
|
||
* ticket 对话票据(数据隔离)
|
||
* hdruserbaseinfo_id 统一基本信息
|
||
|
||
* author:wh
|
||
* api/ttmedicalreport/getTtmedicalreportDetail
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_ttmedicalreport_getTtmedicalreportDetail_textarea" cols="100" rows="3">/api/ttmedicalreport/getTtmedicalreportDetail</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_ttmedicalreport_getTtmedicalreportDetail()">测试</a>
|
||
</div>
|
||
<div class="api_ttmedicalreport_getTtmedicalreportDetail_response_result"></div>
|
||
|
||
</div><div id="api_ttmedicalreport_getTtmedicalreportDetailbyId" style="background-color: #ffdead;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:根据id查询报告
|
||
*
|
||
* reportid 报告id
|
||
*
|
||
* api/Ttmedicalreport/getTtmedicalreportDetailbyId
|
||
* author:wh
|
||
* api/ttmedicalreport/getTtmedicalreportDetailbyId
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_ttmedicalreport_getTtmedicalreportDetailbyId_textarea" cols="100" rows="3">/api/ttmedicalreport/getTtmedicalreportDetailbyId</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_ttmedicalreport_getTtmedicalreportDetailbyId()">测试</a>
|
||
</div>
|
||
<div class="api_ttmedicalreport_getTtmedicalreportDetailbyId_response_result"></div>
|
||
|
||
</div><div id="api_ttmedicalreport_getTtmedicalreportList" style="background-color: #ffdead;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取疼痛科病历报告(听译问诊)(一个基本信息对应一个报告)
|
||
*
|
||
* api/Ttmedicalreport/getTtmedicalreportList
|
||
*
|
||
* 参数:
|
||
* 带分页
|
||
* current_page 当前页码
|
||
* list_rows 每页显示条数 默认15
|
||
* userbaseid 基本信息ID
|
||
* doctor 所属医生
|
||
* username 病人
|
||
* report_content 报告内容
|
||
* name 病人姓名
|
||
* phone 病人电话
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊
|
||
* hdruserbaseinfo_id 统一基本信息
|
||
* hdrdepartment_id 科室
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* userbaseid 基本信息ID
|
||
* doctor 所属医生
|
||
* username 病人
|
||
* report_content 报告内容
|
||
* name 病人姓名
|
||
* phone 病人电话
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊
|
||
* create_time 生成时间
|
||
* ticket 对话票据(数据隔离)
|
||
* hdruserbaseinfo_id 统一基本信息
|
||
* hdrdepartment_id 科室
|
||
|
||
* author:wh
|
||
* api/ttmedicalreport/getTtmedicalreportList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_ttmedicalreport_getTtmedicalreportList_textarea" cols="100" rows="3">/api/ttmedicalreport/getTtmedicalreportList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_ttmedicalreport_getTtmedicalreportList()">测试</a>
|
||
</div>
|
||
<div class="api_ttmedicalreport_getTtmedicalreportList_response_result"></div>
|
||
|
||
</div><div id="api_ttmedicalreport_addTtmedicalreport" style="background-color: #ffdead;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 新增疼痛科病历报告(听译问诊)(一个基本信息对应一个报告)
|
||
*
|
||
* 参数:
|
||
* userbaseid 基本信息ID
|
||
* doctor 所属医生 【必须】
|
||
* username 医生电话(账号) 【必须】
|
||
* report_content 报告内容
|
||
* name 病人姓名 【必须】
|
||
* phone 病人电话 【必须】
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊,doc_add=医生添加 【必须】
|
||
* ticket 对话票据(数据隔离) 【必须】
|
||
* qa_type 问答模式:free=自由问答,fix=固定问答 【必须】
|
||
* hdruserbaseinfo_id 统一基本信息 【必须】
|
||
* hdrdepartment_id 科室 【必须】
|
||
* uniqueid 唯一ID 【必须】
|
||
* api/Ttmedicalreport/addTtmedicalreport
|
||
* api/ttmedicalreport/addTtmedicalreport
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_ttmedicalreport_addTtmedicalreport_textarea" cols="100" rows="3">/api/ttmedicalreport/addTtmedicalreport</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_ttmedicalreport_addTtmedicalreport()">测试</a>
|
||
</div>
|
||
<div class="api_ttmedicalreport_addTtmedicalreport_response_result"></div>
|
||
|
||
</div><div id="api_ttmedicalreport_updateTtReportById" style="background-color: #ffdead;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 根据报告ID修改报告
|
||
* 参数:
|
||
* id ID 【必须】
|
||
* doctor 所属医生
|
||
* username 医生电话(账号)
|
||
* report_content 报告内容
|
||
* name 病人姓名
|
||
* phone 病人电话
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊,doc_add=医生添加
|
||
* qa_type 问答模式:free=自由问答,fix=固定问答
|
||
* hdruserbaseinfo_id 统一基本信息
|
||
* hdrdepartment_id 科室
|
||
* hdrdepartment 科室名称
|
||
* gender 病人性别
|
||
* age 病人年龄
|
||
* edu 教育程度
|
||
* career_year 职业及年限
|
||
* power 体力要求
|
||
* satisfaction 经济满意度
|
||
* old_career_year 过往职业及年限
|
||
* old_career_power 过往职业体力要求
|
||
* support 社会支持度
|
||
* marriage 婚姻状况
|
||
* live 居住情况
|
||
* home 家庭关系
|
||
* address 地址
|
||
* wechat_no 微信号
|
||
* is_flow 是否接受随访:yes=是,no=否
|
||
* diagnosis 诊断
|
||
* main_complaint 主诉
|
||
* medical_history 病史
|
||
* past_history 既往史
|
||
* allergy_history 过敏史
|
||
* family_history 家族史
|
||
* personal_history 个人史
|
||
* menstrual_marital_history 月经婚育史
|
||
* treatment 医嘱
|
||
* api/Ttmedicalreport/updateTtReportById
|
||
*
|
||
* api/ttmedicalreport/updateTtReportById
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_ttmedicalreport_updateTtReportById_textarea" cols="100" rows="3">/api/ttmedicalreport/updateTtReportById</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_ttmedicalreport_updateTtReportById()">测试</a>
|
||
</div>
|
||
<div class="api_ttmedicalreport_updateTtReportById_response_result"></div>
|
||
|
||
</div><div id="api_ttuserbaseinfo_getTtuserbaseinfoDetail" style="background-color: #f0fff0;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取疼痛科用户基本信息
|
||
*
|
||
* api/Ttuserbaseinfo/getTtuserbaseinfoDetail
|
||
*
|
||
* 参数:
|
||
* id ID ID 必须
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* date 日期
|
||
* doctor 所属医生
|
||
* name 病人姓名
|
||
* gender 病人性别
|
||
* age 病人年龄
|
||
* edu 教育程度
|
||
* career_year 职业及年限
|
||
* power 体力要求
|
||
* satisfaction 经济满意度
|
||
* old_career_year 过往职业及年限
|
||
* old_career_power 过往职业体力要求
|
||
* support 社会支持度
|
||
* marriage 婚姻状况
|
||
* live 居住情况
|
||
* home 家庭关系
|
||
* address 地址
|
||
* phone 联系方式
|
||
* wechat_no 微信号
|
||
* create_time 创建时间
|
||
* is_flow 是否接受随访:yes=是,no=否
|
||
* ticket 对话票据(数据隔离)
|
||
* hdrdepartment_id 科室
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊
|
||
|
||
* author:wh
|
||
* api/ttuserbaseinfo/getTtuserbaseinfoDetail
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_ttuserbaseinfo_getTtuserbaseinfoDetail_textarea" cols="100" rows="3">/api/ttuserbaseinfo/getTtuserbaseinfoDetail</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_ttuserbaseinfo_getTtuserbaseinfoDetail()">测试</a>
|
||
</div>
|
||
<div class="api_ttuserbaseinfo_getTtuserbaseinfoDetail_response_result"></div>
|
||
|
||
</div><div id="api_tychathistory_getTychathistoryList" style="background-color: #f0f8ff;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取听译-聊天历史
|
||
*
|
||
* api/Tychathistory/getTychathistoryList
|
||
*
|
||
* 参数:
|
||
* 带分页
|
||
* current_page 当前页码
|
||
* list_rows 每页显示条数 默认15
|
||
* hdruserbaseinfo_id 统一基本信息 统一基本信息 必须
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* username 用户
|
||
* type 聊天角色
|
||
* chat_msg 问诊内容
|
||
* ticket 对话票据(数据隔离)
|
||
* create_time 创建时间
|
||
* hdruserbaseinfo_id 统一基本信息
|
||
|
||
* author:wh
|
||
* api/tychathistory/getTychathistoryList
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_tychathistory_getTychathistoryList_textarea" cols="100" rows="3">/api/tychathistory/getTychathistoryList</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_tychathistory_getTychathistoryList()">测试</a>
|
||
</div>
|
||
<div class="api_tychathistory_getTychathistoryList_response_result"></div>
|
||
|
||
</div><div id="api_tyfollowup_getTyfollowupDetail" style="background-color: #f5f5f5;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取随访记录(听译助手)
|
||
*
|
||
* api/Tyfollowup/getTyfollowupDetail
|
||
*
|
||
* 参数:
|
||
* report_dataid 报告ID 报告ID 必须
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* report_dataid 报告ID
|
||
* name 姓名
|
||
* phone 电话
|
||
* content 随访内容
|
||
* create_time 随访时间
|
||
|
||
* author:wh
|
||
* api/tyfollowup/getTyfollowupDetail
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_tyfollowup_getTyfollowupDetail_textarea" cols="100" rows="3">/api/tyfollowup/getTyfollowupDetail</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_tyfollowup_getTyfollowupDetail()">测试</a>
|
||
</div>
|
||
<div class="api_tyfollowup_getTyfollowupDetail_response_result"></div>
|
||
|
||
</div><div id="api_tymedicalreport_getTymedicalreportDetail" style="background-color: #ffe4c4;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:获取听译-病历报告(听译问诊)(一个基本信息对应一个报告)
|
||
*
|
||
* api/Tymedicalreport/getTymedicalreportDetail
|
||
*
|
||
* 参数:
|
||
* hdruserbaseinfo_id 统一基本信息 统一基本信息 必须
|
||
*
|
||
* 所有字段说明<span style="color: gray">(可能有部分额外字段未在此体现)</span>:
|
||
* id ID
|
||
* userbaseid 听译病历ID
|
||
* doctor 所属医生
|
||
* username 病人
|
||
* report_content 报告内容
|
||
* name 病人姓名
|
||
* gender 病人性别
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊
|
||
* ticket 对话票据(数据隔离)
|
||
* diagnostic_result 诊断结果
|
||
* create_time 生成时间
|
||
* hdruserbaseinfo_id 统一基本信息
|
||
|
||
* author:wh
|
||
* api/tymedicalreport/getTymedicalreportDetail
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_tymedicalreport_getTymedicalreportDetail_textarea" cols="100" rows="3">/api/tymedicalreport/getTymedicalreportDetail</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_tymedicalreport_getTymedicalreportDetail()">测试</a>
|
||
</div>
|
||
<div class="api_tymedicalreport_getTymedicalreportDetail_response_result"></div>
|
||
|
||
</div><div id="api_tymedicalreport_updateTymedicalreportById" style="background-color: #ffe4c4;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 修改听译-病历报告(听译问诊)(一个基本信息对应一个报告)
|
||
* 参数:
|
||
* id ID 【必须】
|
||
* userbaseid 听译病历ID
|
||
* doctor 所属医生
|
||
* username 病人
|
||
* report_content 报告内容
|
||
* name 病人姓名
|
||
* gender 病人性别
|
||
* from 来源:num_per=数智人,ty=听译助手,h5=h5网页问诊
|
||
* ticket 对话票据(数据隔离)
|
||
* diagnostic_result 诊断结果
|
||
* hdruserbaseinfo_id 统一基本信息
|
||
* create_time 生成时间
|
||
* age 病人年龄
|
||
* main_complaint 主诉
|
||
* medical_history 病史
|
||
* past_history 既往史
|
||
* allergy_history 过敏史
|
||
* family_history 家族史
|
||
* personal_history 个人史
|
||
* menstrual_marital_history 月经婚育史
|
||
* diagnosis 诊断
|
||
* treatment 医嘱
|
||
* phone 联系方式
|
||
* status 问诊状态
|
||
* user_phone 登录手机号
|
||
* date 日期
|
||
* hdrdepartment 科室名称
|
||
* hdrdepartment_id 科室
|
||
* edu 教育程度
|
||
* career_year 职业及年限
|
||
* power 体力要求
|
||
* satisfaction 经济满意度
|
||
* old_career_year 过往职业及年限
|
||
* old_career_power 过往职业体力要求
|
||
* support 社会支持度
|
||
* marriage 婚姻状况
|
||
* live 居住情况
|
||
* home 家庭关系
|
||
* address 地址
|
||
* wechat_no 微信号
|
||
* api/Tymedicalreport/updateTymedicalreportById
|
||
* api/tymedicalreport/updateTymedicalreportById
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_tymedicalreport_updateTymedicalreportById_textarea" cols="100" rows="3">/api/tymedicalreport/updateTymedicalreportById</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_tymedicalreport_updateTymedicalreportById()">测试</a>
|
||
</div>
|
||
<div class="api_tymedicalreport_updateTymedicalreportById_response_result"></div>
|
||
|
||
</div><div id="api_usersh5_checkLogin" style="background-color: #fff0f5;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 检查登录
|
||
* api/usersh5/checkLogin
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_usersh5_checkLogin_textarea" cols="100" rows="3">/api/usersh5/checkLogin</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_usersh5_checkLogin()">测试</a>
|
||
</div>
|
||
<div class="api_usersh5_checkLogin_response_result"></div>
|
||
|
||
</div><div id="api_usersh5_login" style="background-color: #fff0f5;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:h5-授权,登录
|
||
*
|
||
* /api/Usersh5/login
|
||
*
|
||
* 参数:
|
||
* username 用户名(手机号)
|
||
* code 验证码
|
||
*
|
||
* author:wh
|
||
* api/usersh5/login
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_usersh5_login_textarea" cols="100" rows="3">/api/usersh5/login</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_usersh5_login()">测试</a>
|
||
</div>
|
||
<div class="api_usersh5_login_response_result"></div>
|
||
|
||
</div><div id="api_usersh5_getUserById" style="background-color: #fff0f5;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:h5-根据id查询用户
|
||
* api/Usersh5/getUserById
|
||
* 参数:
|
||
* dataid 用户id
|
||
* author:wh
|
||
* api/usersh5/getUserById
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_usersh5_getUserById_textarea" cols="100" rows="3">/api/usersh5/getUserById</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_usersh5_getUserById()">测试</a>
|
||
</div>
|
||
<div class="api_usersh5_getUserById_response_result"></div>
|
||
|
||
</div><div id="api_userstt_getUserById" style="background-color: #f0f8ff;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:疼痛科-根据id查询用户
|
||
* api/Userstt/getUserById
|
||
* 参数:
|
||
* dataid 用户id
|
||
* author:wh
|
||
* api/userstt/getUserById
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_userstt_getUserById_textarea" cols="100" rows="3">/api/userstt/getUserById</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_userstt_getUserById()">测试</a>
|
||
</div>
|
||
<div class="api_userstt_getUserById_response_result"></div>
|
||
|
||
</div><div id="api_userstt_login" style="background-color: #f0f8ff;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:疼痛科-授权,登录
|
||
*
|
||
* /api/Userstt/login
|
||
*
|
||
* 参数:clientid 客户端标识
|
||
* username 用户名
|
||
* password 密码
|
||
*
|
||
* author:wh
|
||
* api/userstt/login
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_userstt_login_textarea" cols="100" rows="3">/api/userstt/login</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_userstt_login()">测试</a>
|
||
</div>
|
||
<div class="api_userstt_login_response_result"></div>
|
||
|
||
</div><div id="api_userstt_saveChatHistory" style="background-color: #f0f8ff;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:疼痛科-保存聊天记录
|
||
*
|
||
* api/Userstt/saveChatHistory
|
||
*
|
||
* author:wh
|
||
* api/userstt/saveChatHistory
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_userstt_saveChatHistory_textarea" cols="100" rows="3">/api/userstt/saveChatHistory</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_userstt_saveChatHistory()">测试</a>
|
||
</div>
|
||
<div class="api_userstt_saveChatHistory_response_result"></div>
|
||
|
||
</div><div id="api_userstt_editBaseinfo" style="background-color: #f0f8ff;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 疼痛科-修改基本信息
|
||
* api/Userstt/editBaseinfo
|
||
* 参数:ticket
|
||
*
|
||
name 病人姓名
|
||
gender 病人性别
|
||
age 病人年龄
|
||
edu 教育程度
|
||
caree职业及年限r_year
|
||
power体力要求
|
||
satisfaction 经济满意度
|
||
old_car过往职业及年限eer_year
|
||
support 社会支持度
|
||
marriage 婚姻状况
|
||
live 居住情况
|
||
home 家庭关系
|
||
addres地址s
|
||
phone 联系方式
|
||
wechat_no微信号
|
||
* api/userstt/editBaseinfo
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_userstt_editBaseinfo_textarea" cols="100" rows="3">/api/userstt/editBaseinfo</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_userstt_editBaseinfo()">测试</a>
|
||
</div>
|
||
<div class="api_userstt_editBaseinfo_response_result"></div>
|
||
|
||
</div><div id="api_userstt_subFreeQuestionAnswerRecord" style="background-color: #f0f8ff;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:提交自由问答记录(后台需要单独列出来,对话时前端缓存在本地,对话结束提交)
|
||
*
|
||
* 参数:
|
||
* ticket 对话票据(结束问诊时重新生成)
|
||
* username 用户名
|
||
* content 对话内容,格式:
|
||
* content = [
|
||
["role" => "user", "content" => '1'],
|
||
["role" => "user", "content" => '2'],
|
||
["role" => "user", "content" => '3'],
|
||
];
|
||
*
|
||
* api/Userstt/subFreeQuestionAnswerRecord
|
||
*
|
||
* author:wh
|
||
* api/userstt/subFreeQuestionAnswerRecord
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_userstt_subFreeQuestionAnswerRecord_textarea" cols="100" rows="3">/api/userstt/subFreeQuestionAnswerRecord</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_userstt_subFreeQuestionAnswerRecord()">测试</a>
|
||
</div>
|
||
<div class="api_userstt_subFreeQuestionAnswerRecord_response_result"></div>
|
||
|
||
</div><div id="api_userstt_diagFinish" style="background-color: #f0f8ff;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 诊断完成
|
||
* api/Userstt/diagFinish
|
||
* 参数:report_id 报告id
|
||
* api/userstt/diagFinish
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_userstt_diagFinish_textarea" cols="100" rows="3">/api/userstt/diagFinish</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_userstt_diagFinish()">测试</a>
|
||
</div>
|
||
<div class="api_userstt_diagFinish_response_result"></div>
|
||
|
||
</div><div id="api_usersty_login" style="background-color: #f5fffa;margin-top: 50px;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* desc:听译-授权,登录
|
||
*
|
||
* /api/Usersty/login
|
||
*
|
||
* 参数:clientid 客户端标识
|
||
* username 用户名
|
||
* password 密码
|
||
*
|
||
* author:wh
|
||
* api/usersty/login
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_usersty_login_textarea" cols="100" rows="3">/api/usersty/login</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_usersty_login()">测试</a>
|
||
</div>
|
||
<div class="api_usersty_login_response_result"></div>
|
||
|
||
</div><div id="api_usersty_getTips" style="background-color: #f5fffa;">
|
||
<div class="markdown_content">
|
||
***
|
||
```
|
||
/**
|
||
* 医生问诊提示
|
||
*
|
||
* 请求类型:post
|
||
* 请求地址:/api/Usersty/getTips
|
||
* 参数:
|
||
* hdruserbaseinfo_id 基本信息id
|
||
* api/usersty/getTips
|
||
*/
|
||
```
|
||
</div>
|
||
<div>
|
||
按需填写其它接口参数:
|
||
<textarea name="" id="api_usersty_getTips_textarea" cols="100" rows="3">/api/usersty/getTips</textarea>
|
||
<a href='JavaScript:;' onclick="DocObject.api_usersty_getTips()">测试</a>
|
||
</div>
|
||
<div class="api_usersty_getTips_response_result"></div>
|
||
|
||
</div>
|
||
</div>
|
||
</body>
|
||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||
<script src="/webautocodestatic/marked.min.js"></script>
|
||
<script src="/webautocodestatic/plugs/layui-v2.9.2/layui.js"></script>
|
||
<script>
|
||
$(function() {
|
||
|
||
//加载markdown
|
||
DocObject.markdown_content();
|
||
});
|
||
|
||
let CacheObj = {
|
||
clearCache: function () {
|
||
let url = '/index/test/clearCache';
|
||
$.post(url,{},function(res) {
|
||
layer.msg('清理成功')
|
||
},'json');
|
||
}
|
||
};
|
||
|
||
let DocObject = {
|
||
markdown_content(){
|
||
$('.markdown_content').each(function(k,ele) {
|
||
$(ele).html(marked.parse($(ele).html()));
|
||
});
|
||
},
|
||
api_common_getUniqueId(){
|
||
let url = $('#api_common_getUniqueId_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_common_getUniqueId_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_common_getUniqueId_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_common_getSayToken(){
|
||
let url = $('#api_common_getSayToken_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_common_getSayToken_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_common_getSayToken_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_drugsimagesmedicaltasknotify_notify(){
|
||
let url = $('#api_drugsimagesmedicaltasknotify_notify_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_drugsimagesmedicaltasknotify_notify_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_drugsimagesmedicaltasknotify_notify_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_drugsimagesmedicalupload_uploadDrugsImagesMedical(){
|
||
let url = $('#api_drugsimagesmedicalupload_uploadDrugsImagesMedical_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_drugsimagesmedicalupload_uploadDrugsImagesMedical_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_drugsimagesmedicalupload_uploadDrugsImagesMedical_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_drugsimagesmedicalupload_queryDrugsImagesMedicalTask(){
|
||
let url = $('#api_drugsimagesmedicalupload_queryDrugsImagesMedicalTask_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_drugsimagesmedicalupload_queryDrugsImagesMedicalTask_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_drugsimagesmedicalupload_queryDrugsImagesMedicalTask_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_drugsimagesmedicalupload_queryDrugsImagesMedicalReportId(){
|
||
let url = $('#api_drugsimagesmedicalupload_queryDrugsImagesMedicalReportId_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_drugsimagesmedicalupload_queryDrugsImagesMedicalReportId_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_drugsimagesmedicalupload_queryDrugsImagesMedicalReportId_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_drugsimagesmedicalupload_querySaveTaskProcessByTaskId(){
|
||
let url = $('#api_drugsimagesmedicalupload_querySaveTaskProcessByTaskId_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_drugsimagesmedicalupload_querySaveTaskProcessByTaskId_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_drugsimagesmedicalupload_querySaveTaskProcessByTaskId_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_guliangqarecord_guliangSessionDeal(){
|
||
let url = $('#api_guliangqarecord_guliangSessionDeal_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_guliangqarecord_guliangSessionDeal_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_guliangqarecord_guliangSessionDeal_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_guliangqarecord_addGuliangqarecord(){
|
||
let url = $('#api_guliangqarecord_addGuliangqarecord_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_guliangqarecord_addGuliangqarecord_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_guliangqarecord_addGuliangqarecord_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_guliangqarecord_getGuliangqarecordList(){
|
||
let url = $('#api_guliangqarecord_getGuliangqarecordList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_guliangqarecord_getGuliangqarecordList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_guliangqarecord_getGuliangqarecordList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_guliangquestion_getGuliangquestionList(){
|
||
let url = $('#api_guliangquestion_getGuliangquestionList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_guliangquestion_getGuliangquestionList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_guliangquestion_getGuliangquestionList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_gulianguser_addGulianguser(){
|
||
let url = $('#api_gulianguser_addGulianguser_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_gulianguser_addGulianguser_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_gulianguser_addGulianguser_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_gulianguser_getGulianguserList(){
|
||
let url = $('#api_gulianguser_getGulianguserList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_gulianguser_getGulianguserList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_gulianguser_getGulianguserList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdradmin_adminLogin(){
|
||
let url = $('#api_hdradmin_adminLogin_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdradmin_adminLogin_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdradmin_adminLogin_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrdepartment_getHdrdepartmentList(){
|
||
let url = $('#api_hdrdepartment_getHdrdepartmentList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrdepartment_getHdrdepartmentList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrdepartment_getHdrdepartmentList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrdoctorusers_addHdrdoctorusers(){
|
||
let url = $('#api_hdrdoctorusers_addHdrdoctorusers_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrdoctorusers_addHdrdoctorusers_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrdoctorusers_addHdrdoctorusers_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrdoctorusers_updateHdrdoctorusers(){
|
||
let url = $('#api_hdrdoctorusers_updateHdrdoctorusers_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrdoctorusers_updateHdrdoctorusers_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrdoctorusers_updateHdrdoctorusers_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrdoctorusers_getHdrdoctorusersList(){
|
||
let url = $('#api_hdrdoctorusers_getHdrdoctorusersList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrdoctorusers_getHdrdoctorusersList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrdoctorusers_getHdrdoctorusersList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrfollowup_del(){
|
||
let url = $('#api_hdrfollowup_del_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrfollowup_del_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrfollowup_del_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrfollowup_getHdrfollowupList(){
|
||
let url = $('#api_hdrfollowup_getHdrfollowupList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrfollowup_getHdrfollowupList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrfollowup_getHdrfollowupList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrfollowup_addHdrfollowup(){
|
||
let url = $('#api_hdrfollowup_addHdrfollowup_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrfollowup_addHdrfollowup_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrfollowup_addHdrfollowup_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrfollowup_updateHdrfollowup(){
|
||
let url = $('#api_hdrfollowup_updateHdrfollowup_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrfollowup_updateHdrfollowup_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrfollowup_updateHdrfollowup_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrfollowuptemplate_addHdrfollowuptemplate(){
|
||
let url = $('#api_hdrfollowuptemplate_addHdrfollowuptemplate_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrfollowuptemplate_addHdrfollowuptemplate_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrfollowuptemplate_addHdrfollowuptemplate_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrfollowuptemplate_updateHdrfollowuptemplate(){
|
||
let url = $('#api_hdrfollowuptemplate_updateHdrfollowuptemplate_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrfollowuptemplate_updateHdrfollowuptemplate_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrfollowuptemplate_updateHdrfollowuptemplate_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrfollowuptemplate_getHdrfollowuptemplateList(){
|
||
let url = $('#api_hdrfollowuptemplate_getHdrfollowuptemplateList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrfollowuptemplate_getHdrfollowuptemplateList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrfollowuptemplate_getHdrfollowuptemplateList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrfollowuptemplate_del(){
|
||
let url = $('#api_hdrfollowuptemplate_del_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrfollowuptemplate_del_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrfollowuptemplate_del_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrhealthinsight_getHdrhealthinsightList(){
|
||
let url = $('#api_hdrhealthinsight_getHdrhealthinsightList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrhealthinsight_getHdrhealthinsightList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrhealthinsight_getHdrhealthinsightList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrquestionnaireanswer_getHdrquestionnaireanswerList(){
|
||
let url = $('#api_hdrquestionnaireanswer_getHdrquestionnaireanswerList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrquestionnaireanswer_getHdrquestionnaireanswerList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrquestionnaireanswer_getHdrquestionnaireanswerList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrquestionnaireanswer_addHdrquestionnaireanswer(){
|
||
let url = $('#api_hdrquestionnaireanswer_addHdrquestionnaireanswer_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrquestionnaireanswer_addHdrquestionnaireanswer_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrquestionnaireanswer_addHdrquestionnaireanswer_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrquestionnaireanswer_updateHdrquestionnaireanswer(){
|
||
let url = $('#api_hdrquestionnaireanswer_updateHdrquestionnaireanswer_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrquestionnaireanswer_updateHdrquestionnaireanswer_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrquestionnaireanswer_updateHdrquestionnaireanswer_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrquestionnaireanswer_del(){
|
||
let url = $('#api_hdrquestionnaireanswer_del_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrquestionnaireanswer_del_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrquestionnaireanswer_del_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrquestionnairequestion_addHdrquestionnairequestion(){
|
||
let url = $('#api_hdrquestionnairequestion_addHdrquestionnairequestion_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrquestionnairequestion_addHdrquestionnairequestion_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrquestionnairequestion_addHdrquestionnairequestion_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrquestionnairequestion_updateHdrquestionnairequestion(){
|
||
let url = $('#api_hdrquestionnairequestion_updateHdrquestionnairequestion_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrquestionnairequestion_updateHdrquestionnairequestion_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrquestionnairequestion_updateHdrquestionnairequestion_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrquestionnairequestion_del(){
|
||
let url = $('#api_hdrquestionnairequestion_del_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrquestionnairequestion_del_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrquestionnairequestion_del_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrquestionnairequestion_getHdrquestionnairequestionList(){
|
||
let url = $('#api_hdrquestionnairequestion_getHdrquestionnairequestionList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrquestionnairequestion_getHdrquestionnairequestionList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrquestionnairequestion_getHdrquestionnairequestionList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrquestionnairequestion_getHdrQuestionTotal(){
|
||
let url = $('#api_hdrquestionnairequestion_getHdrQuestionTotal_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrquestionnairequestion_getHdrQuestionTotal_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrquestionnairequestion_getHdrQuestionTotal_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrquestionnairequestion_findQuestionById(){
|
||
let url = $('#api_hdrquestionnairequestion_findQuestionById_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrquestionnairequestion_findQuestionById_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrquestionnairequestion_findQuestionById_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrregister_addHdrregister(){
|
||
let url = $('#api_hdrregister_addHdrregister_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrregister_addHdrregister_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrregister_addHdrregister_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdrregister_getHdrregisterList(){
|
||
let url = $('#api_hdrregister_getHdrregisterList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdrregister_getHdrregisterList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdrregister_getHdrregisterList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdruserbaseinfo_getHdruserbaseinfoList(){
|
||
let url = $('#api_hdruserbaseinfo_getHdruserbaseinfoList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdruserbaseinfo_getHdruserbaseinfoList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdruserbaseinfo_getHdruserbaseinfoList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdruserbaseinfo_getHdruserbaseinfoDetailById(){
|
||
let url = $('#api_hdruserbaseinfo_getHdruserbaseinfoDetailById_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdruserbaseinfo_getHdruserbaseinfoDetailById_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdruserbaseinfo_getHdruserbaseinfoDetailById_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdruserbaseinfo_updateHdruserbaseinfoById(){
|
||
let url = $('#api_hdruserbaseinfo_updateHdruserbaseinfoById_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdruserbaseinfo_updateHdruserbaseinfoById_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdruserbaseinfo_updateHdruserbaseinfoById_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdruserbaseinfo_addHdruserbaseinfo(){
|
||
let url = $('#api_hdruserbaseinfo_addHdruserbaseinfo_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdruserbaseinfo_addHdruserbaseinfo_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdruserbaseinfo_addHdruserbaseinfo_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdruserbaseinfo_saveBaseinfo(){
|
||
let url = $('#api_hdruserbaseinfo_saveBaseinfo_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdruserbaseinfo_saveBaseinfo_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdruserbaseinfo_saveBaseinfo_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdruserbaseinfo_getHdruserbaseinfoByPhone(){
|
||
let url = $('#api_hdruserbaseinfo_getHdruserbaseinfoByPhone_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdruserbaseinfo_getHdruserbaseinfoByPhone_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdruserbaseinfo_getHdruserbaseinfoByPhone_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdruserbaseinfo_getBaseInfoUploadRead(){
|
||
let url = $('#api_hdruserbaseinfo_getBaseInfoUploadRead_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdruserbaseinfo_getBaseInfoUploadRead_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdruserbaseinfo_getBaseInfoUploadRead_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdruserinfotingyi_getHdruserbaseinfoList(){
|
||
let url = $('#api_hdruserinfotingyi_getHdruserbaseinfoList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdruserinfotingyi_getHdruserbaseinfoList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdruserinfotingyi_getHdruserbaseinfoList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdruserinfotingyi_getHdruserbaseinfoDetailById(){
|
||
let url = $('#api_hdruserinfotingyi_getHdruserbaseinfoDetailById_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdruserinfotingyi_getHdruserbaseinfoDetailById_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdruserinfotingyi_getHdruserbaseinfoDetailById_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdruserinfotingyi_updateHdruserbaseinfoById(){
|
||
let url = $('#api_hdruserinfotingyi_updateHdruserbaseinfoById_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdruserinfotingyi_updateHdruserbaseinfoById_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdruserinfotingyi_updateHdruserbaseinfoById_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdruserinfotingyi_addHdruserbaseinfo(){
|
||
let url = $('#api_hdruserinfotingyi_addHdruserbaseinfo_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdruserinfotingyi_addHdruserbaseinfo_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdruserinfotingyi_addHdruserbaseinfo_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdruserinfotingyi_saveBaseinfo(){
|
||
let url = $('#api_hdruserinfotingyi_saveBaseinfo_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdruserinfotingyi_saveBaseinfo_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdruserinfotingyi_saveBaseinfo_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdruserinfotingyi_getHdruserbaseinfoByPhone(){
|
||
let url = $('#api_hdruserinfotingyi_getHdruserbaseinfoByPhone_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdruserinfotingyi_getHdruserbaseinfoByPhone_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdruserinfotingyi_getHdruserbaseinfoByPhone_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_hdruserinfotingyi_getBaseInfoUploadRead(){
|
||
let url = $('#api_hdruserinfotingyi_getBaseInfoUploadRead_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_hdruserinfotingyi_getBaseInfoUploadRead_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_hdruserinfotingyi_getBaseInfoUploadRead_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_reporth5_createReport(){
|
||
let url = $('#api_reporth5_createReport_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_reporth5_createReport_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_reporth5_createReport_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_reporth5_getReportById(){
|
||
let url = $('#api_reporth5_getReportById_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_reporth5_getReportById_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_reporth5_getReportById_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_reporth5_getReportList(){
|
||
let url = $('#api_reporth5_getReportList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_reporth5_getReportList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_reporth5_getReportList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_reporth5_editReport(){
|
||
let url = $('#api_reporth5_editReport_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_reporth5_editReport_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_reporth5_editReport_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_reporttt_createReport(){
|
||
let url = $('#api_reporttt_createReport_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_reporttt_createReport_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_reporttt_createReport_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_reporttt_getReportById(){
|
||
let url = $('#api_reporttt_getReportById_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_reporttt_getReportById_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_reporttt_getReportById_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_reporttt_getReportList(){
|
||
let url = $('#api_reporttt_getReportList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_reporttt_getReportList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_reporttt_getReportList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_reportty_createReport(){
|
||
let url = $('#api_reportty_createReport_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_reportty_createReport_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_reportty_createReport_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_reportty_getReportById(){
|
||
let url = $('#api_reportty_getReportById_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_reportty_getReportById_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_reportty_getReportById_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_reportty_getReportList(){
|
||
let url = $('#api_reportty_getReportList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_reportty_getReportList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_reportty_getReportList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_reportty_editReport(){
|
||
let url = $('#api_reportty_editReport_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_reportty_editReport_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_reportty_editReport_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_service_azurettsAudio(){
|
||
let url = $('#api_service_azurettsAudio_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_service_azurettsAudio_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_service_azurettsAudio_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_sms_send(){
|
||
let url = $('#api_sms_send_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_sms_send_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_sms_send_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_tingyiueassistant_chatTy(){
|
||
let url = $('#api_tingyiueassistant_chatTy_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_tingyiueassistant_chatTy_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_tingyiueassistant_chatTy_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_tingyiueassistant_saveAnswer(){
|
||
let url = $('#api_tingyiueassistant_saveAnswer_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_tingyiueassistant_saveAnswer_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_tingyiueassistant_saveAnswer_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_ttchathistory_getTtchathistoryList(){
|
||
let url = $('#api_ttchathistory_getTtchathistoryList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_ttchathistory_getTtchathistoryList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_ttchathistory_getTtchathistoryList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_ttmedicalreport_getTtmedicalreportDetail(){
|
||
let url = $('#api_ttmedicalreport_getTtmedicalreportDetail_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_ttmedicalreport_getTtmedicalreportDetail_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_ttmedicalreport_getTtmedicalreportDetail_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_ttmedicalreport_getTtmedicalreportDetailbyId(){
|
||
let url = $('#api_ttmedicalreport_getTtmedicalreportDetailbyId_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_ttmedicalreport_getTtmedicalreportDetailbyId_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_ttmedicalreport_getTtmedicalreportDetailbyId_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_ttmedicalreport_getTtmedicalreportList(){
|
||
let url = $('#api_ttmedicalreport_getTtmedicalreportList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_ttmedicalreport_getTtmedicalreportList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_ttmedicalreport_getTtmedicalreportList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_ttmedicalreport_addTtmedicalreport(){
|
||
let url = $('#api_ttmedicalreport_addTtmedicalreport_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_ttmedicalreport_addTtmedicalreport_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_ttmedicalreport_addTtmedicalreport_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_ttmedicalreport_updateTtReportById(){
|
||
let url = $('#api_ttmedicalreport_updateTtReportById_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_ttmedicalreport_updateTtReportById_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_ttmedicalreport_updateTtReportById_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_ttuserbaseinfo_getTtuserbaseinfoDetail(){
|
||
let url = $('#api_ttuserbaseinfo_getTtuserbaseinfoDetail_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_ttuserbaseinfo_getTtuserbaseinfoDetail_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_ttuserbaseinfo_getTtuserbaseinfoDetail_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_tychathistory_getTychathistoryList(){
|
||
let url = $('#api_tychathistory_getTychathistoryList_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_tychathistory_getTychathistoryList_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_tychathistory_getTychathistoryList_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_tyfollowup_getTyfollowupDetail(){
|
||
let url = $('#api_tyfollowup_getTyfollowupDetail_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_tyfollowup_getTyfollowupDetail_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_tyfollowup_getTyfollowupDetail_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_tymedicalreport_getTymedicalreportDetail(){
|
||
let url = $('#api_tymedicalreport_getTymedicalreportDetail_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_tymedicalreport_getTymedicalreportDetail_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_tymedicalreport_getTymedicalreportDetail_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_tymedicalreport_updateTymedicalreportById(){
|
||
let url = $('#api_tymedicalreport_updateTymedicalreportById_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_tymedicalreport_updateTymedicalreportById_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_tymedicalreport_updateTymedicalreportById_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_usersh5_checkLogin(){
|
||
let url = $('#api_usersh5_checkLogin_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_usersh5_checkLogin_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_usersh5_checkLogin_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_usersh5_login(){
|
||
let url = $('#api_usersh5_login_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_usersh5_login_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_usersh5_login_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_usersh5_getUserById(){
|
||
let url = $('#api_usersh5_getUserById_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_usersh5_getUserById_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_usersh5_getUserById_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_userstt_getUserById(){
|
||
let url = $('#api_userstt_getUserById_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_userstt_getUserById_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_userstt_getUserById_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_userstt_login(){
|
||
let url = $('#api_userstt_login_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_userstt_login_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_userstt_login_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_userstt_saveChatHistory(){
|
||
let url = $('#api_userstt_saveChatHistory_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_userstt_saveChatHistory_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_userstt_saveChatHistory_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_userstt_editBaseinfo(){
|
||
let url = $('#api_userstt_editBaseinfo_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_userstt_editBaseinfo_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_userstt_editBaseinfo_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_userstt_subFreeQuestionAnswerRecord(){
|
||
let url = $('#api_userstt_subFreeQuestionAnswerRecord_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_userstt_subFreeQuestionAnswerRecord_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_userstt_subFreeQuestionAnswerRecord_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_userstt_diagFinish(){
|
||
let url = $('#api_userstt_diagFinish_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_userstt_diagFinish_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_userstt_diagFinish_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_usersty_login(){
|
||
let url = $('#api_usersty_login_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_usersty_login_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_usersty_login_response_result').attr('style','color:green');
|
||
},'json');
|
||
}, api_usersty_getTips(){
|
||
let url = $('#api_usersty_getTips_textarea').val();
|
||
$.post(url,{},function(res) {
|
||
$('.api_usersty_getTips_response_result').html(JSON.stringify(res, null, "\t"));
|
||
$('.api_usersty_getTips_response_result').attr('style','color:green');
|
||
},'json');
|
||
},
|
||
}
|
||
|
||
</script>
|
||
</html> |