查询患者档案,三端
<p><strong>简要描述:</strong></p>
<ul>
<li>查询患者档案信息,三端通用</li>
<li>家属端多了几个属性</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>/chronic/medicalRecordFiles/selectMedicalRecord</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">patientId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>用户id,患者端选填,其它端必填</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"retcode": "0000",
"errMsg": "操作成功",
"body": {
"medicalFiles": { //电子病历 MR-病历 CR-检查单 DR-诊断报告 OR-其他
"MR": [
{
"id": 23,
"patientId": 4182,
"filePath": "https://aikangcloudtest-new.oss-cn-qingdao.aliyuncs.com/oss/imag/2019/8/326572602586066944.jpg",
"fileSize": null,
"fileType": null,
"remark": null,
"type": "MR",
"state": 1,
"createTime": "2019-08-28 14:09:50",
"createBy": "4314"
}
],
"DR": [
{
"id": 24,
"patientId": 4182,
"filePath": "https://aikangcloudtest-new.oss-cn-qingdao.aliyuncs.com/oss/imag/2019/8/326572669225168898.jpg",
"fileSize": null,
"fileType": null,
"remark": null,
"type": "DR",
"state": 1,
"createTime": "2019-08-28 14:10:05",
"createBy": "4314"
},
{
"id": 25,
"patientId": 14,
"filePath": "https://aikangcloudtest-new.oss-cn-qingdao.aliyuncs.com/oss/imag/2019/8/326572602586066944.jpg",
"fileSize": null,
"fileType": null,
"remark": null,
"type": "DR",
"state": 1,
"createTime": "2019-09-23 19:42:48",
"createBy": "2"
}
]
},
"doctorInfo": { //最早一个医生的信息,家属端才有
"type": "ADMIN",
"doctorId": 4230,
"doctorName": "易能",
"doctorSex": null,
"phone": "18571703807",
"hospitalId": 3,
"hospitalName": "社区集团",
"childHospId": null,
"childHospName": null,
"department": "内科",
"jobTitle": "医士",
"headPic": "https://aikangcloudtest-new.oss-cn-qingdao.aliyuncs.com/oss/imag/2019/5/293283060450095106.png",
"clientId": null,
"gzhOpenid": "oiL-81fAyiNSExISWPPZbYQtAt8M",
"joinTime": "2019-05-31 18:29:24.0",
"medicalFreq": null,
"medicalCompliance": null,
"groupDoctorCount": 1
},
"patientInfo": { //患者信息
"patientId": 14,
"patientName": "谢患者",
"patientSex": "M",
"headImage": "http://thirdwx.qlogo.cn/mmopen/eWiagGkVW27PWXz7QOnkovoNvDibEXrOtq7jEPD0t4gS6jRiasTqDvUQj0pQAzjFMlzQZ6poibkOqBmh8DOSL7tj3V0RscZOQS4ic/132",
"birthdate": "1986-03-19",
"idcardNo": null,
"mobile": "18271410061",
"familyMobile": null,
"checkState": null,
"createTime": "2019-03-19 18:30:25",
"createBy": null,
"state": 1,
"tags": null,
"weight": null,
"height": null,
"workIntensity": null,
"age": 33,
"joinTime": null,
"vipFlag": null,
"attention": null,
"roleId": null,
"videoOpenid": "ofNbT5JsKnR7BAocmvLd8DUTLyMA",
"videoSessionKey": "gYxLF51kZnsIIjnq/dVY8Q==",
"perDiseaseHis": "高血压 2年 中度,糖尿病 3年", //个人病史
"patientTags": null,
"famDiseaseHis": "高血压",
"herDisease":"A病,B病", //遗传病
"bloodType": "A",
"bloodRH": "阴",
"houseHold": "户籍",
"national": "汉",
"education": "博士",
"economy": "中等",
"profession": "公务员",
"allergyDrugs": null,
"deformity": "视力残疾,听力残疾",
"remark": "啊啊啊",
"relation": null,
"openid": null
},
"relation": "丈夫",// 家属端才有这个属性
"tags": [
{
"tagId": 111,
"tagName": "高血压",
"duration": 2,
"danger": "中度",
"patientId": 14,
"doctorId": 2,
"hot": null
},
{
"tagId": 112,
"tagName": "糖尿病",
"duration": 3,
"danger": "轻度",
"patientId": 14,
"doctorId": 2,
"hot": null
}
]
"sportAssessment":{
"id":1,
"patientId":2,
"patientSex":1,
"hisNo":12,
"departmentName":"病区:13",
"assessmentType":1,
"perDiseaseHis":"这是病史",
"doctorDiagnosis":"这是诊断",
"doctorId":12,
"nurseId":23,
"healthDoctorId":34,
"treatmentId":45,
"createTime":"2020-08-07 12:23:36",
"state":1
}
}
}</code></pre>
<p><strong>返回参数说明</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong></p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>