文档
测试

查询病人身份

POST
/patMasterIndex/getPatVisitHistroy

接口描述

查询病人身份

说明 / 示例

## 传参 ``` patientId 病人ID(必传) inpNo 住院号 ``` ## 返回 ``` name 名字 sex 性别 dateOfBirth 出生日期 patientId 病人ID inpNo 住院号 patVisit:{ admissionDateTime 入院时间 deptAdmissionToName 入院科室 dischargeDateTime 出院时间 deptDischargeFromName 出院科室 cataLoger(判断是否编目,返回为null则未编目) } diagnosis{ diagnosisTypeName 诊断类别名 diagnosisDesc 诊断描述 treatResult 治疗结果 treatDays 治疗天数 diagnosisDate诊断日期 } operations{ operationDesc 手术名称 anaesthesiaMethod 麻醉方法 operator 手术医师 operatingDate 手术日期(开始) operatingEndDate 手术日期(结束) } ``` ![image.png](https://cos.easydoc.net/75404686/files/kkp2pk73.png)