- 住院病历质控
- 病案首页质控
- 病案问题全量分析
- 病案列表
- 病历质量分析
- 漏诊检测分析
- 人工质控追踪
- 病历规则配置
- 数据总览POST
- 病案首页患者列表POST
- 门诊病历质控
- 客户端
- 任务管理
- 对外接口
- 人工质控追踪
- 客户端消息示例GET
切换病历时查询病历内容及质控列表
开发中
GET
http://172.30.11.16/gateway/qc-medical-manager/v1/pt/qcMedical/switchMedicalRecords
最后修改时间:2023-11-07 09:46:35
责任人:未设置
请求参数
Query 参数
admsnNo
string
可选
示例值:
1699341958050
elecId
string
可选
示例值:
1699341958050
isAppeal
string
可选
示例值:
0
isMap
string
可选
示例值:
0
docCategory
string
可选
示例值:
4
isVirtual
string
可选
示例值:
0
Header 参数
X-Appcode
string
必需
默认值:
qc
Cookie
string
必需
默认值:
SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0
X-Token
string
必需
默认值:
13f1d97929514552ab659c5ab78c7464
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://172.30.11.16/gateway/qc-medical-manager/v1/pt/qcMedical/switchMedicalRecords' \
--header 'X-Appcode;' \
--header 'X-Token;' \
--header 'Cookie: SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0'
返回响应
🟢200成功
application/json
Body
code
string
必需
msg
string
必需
error
string
必需
data
object
必需
listCode
string
必需
medicalRecordName
string
必需
elecId
string
必需
content
null
必需
contentJson
string
必需
controlResultDetailVos
array [object {22}]
必需
hosAdmsnInfoVo
object
必需
opUser
null
必需
opTime
null
必需
message
string
必需
示例
{
"code": "string",
"msg": "string",
"error": "string",
"data": {
"listCode": "string",
"medicalRecordName": "string",
"elecId": "string",
"content": null,
"contentJson": "string",
"controlResultDetailVos": [
{
"id": "string",
"controlDetailCode": "string",
"type": 0,
"grade": 0,
"extendGrade": 0,
"ruleCode": "string",
"ruleName": "string",
"content": null,
"appealStatus": 0,
"operation": "string",
"createTime": "string",
"appealReviews": [
"string"
],
"deductionPoints": "string",
"validData": 0,
"extractContent": null,
"detailType": 0,
"rectifyStatus": null,
"extractJson": null,
"controlSourceType": 0,
"logicExecuteTime": "string",
"deadlineWriteTime": "string",
"actualWriteTime": null
}
],
"hosAdmsnInfoVo": {
"id": "string",
"admsnNo": "string",
"caseNo": null,
"patientId": "string",
"patientName": "string",
"patientSex": "string",
"birthday": "string",
"currentBed": "string",
"admitDate": "string",
"deptCode": "string",
"deptName": "string",
"inpatState": "string",
"surgeonCode": "string",
"surgeonName": "string",
"dischargeDate": "string",
"medicalStatus": 0,
"qualityControlStatus": 0,
"checkNum": 0,
"valid": 0,
"homePageValid": 0,
"createTime": "string",
"updateTime": "string",
"latestCommitListName": "string",
"latestCommitTime": "string",
"latestManualQcTime": null,
"archiveTime": null,
"dscgDiag": null,
"adssDiag": "string",
"isMedicalRecord": 0,
"isVeto": 0,
"homePageCheckNum": 0,
"homeMedicalTime": null,
"signForTime": null,
"homeMedicalLatestCommitTime": null,
"deptDirector": null,
"attendingPhys": null,
"residentPhys": null,
"ageView": "string",
"birthplace": null,
"nationName": null,
"patientMaritalStatus": null,
"orgCode": "string",
"orgName": "string",
"professional": null
},
"opUser": null,
"opTime": null
},
"message": "string"
}
修改于 2023-11-07 09:46:35