5001.获取在院患者信息

5001.获取在院患者信息

Request / 说明

参数名
类型
描述
必填
TransCode
文本
ZB5001
必填
TransSerialNo
文本
业务流水号
必填
UserID
文本
用户ID
必填
PatientID
整型
患者ID
必填

Request / 示例

``` <Request> <TransCode>ZB5001</TransCode> <TransSerialNo>20200923131338</TransSerialNo> <PatientID>57452</PatientID> <UserID>8080</UserID> </Request> ```

Response / 说明

参数名
类型
描述
必填
RepCode
整型
返回值(-1错误0正确)
必填
RepMsg
文本
错误信息
必填
RepData
XML
返回信息
必填
Result
XML
住院信息
必填
PatientID
整型
患者ID
必填
PatientName
文本
姓名
必填
PatientType
文本
患者类别
必填
HospitalNo
文本
住院号
必填
SeeNo
整型
就诊ID
必填
InDate
日期
入院日期
必填
DoctorID
整型
医生ID
必填
DeptName
文本
医生姓名
必填
DeptID
整型
科室ID
必填
DeptName
文本
科室名称
必填
AreaID
整型
病区ID
必填
AreaName
文本
病区名称
必填
Bed
文本
床位号
必填
TotalCost
数值
住院费用
必填
Amount
数值
押金总额
必填
Balance
数值
账户余额
必填

Response / 示例

``` <Response> <RepCode>0</RepCode> <RepMsg></RepMsg> <RepData> <Result> <PatientID>57452</PatientID> <PatientName>唐**</PatientName> <PatientType>市医保</PatientType> <HospitalNo>202004408</HospitalNo> <SeeNo>5972</SeeNo> <InDate>2020-07-24 11:02:41</InDate> <DoctorID>000083</DoctorID> <DoctorName>王*</DoctorName> <DeptID>12</DeptID> <DeptName>心肺病一疗区</DeptName> <AreaID>36</AreaID> <AreaName>6楼护士站</AreaName> <Bed>609-1</Bed> <TotalCost>573.9400</TotalCost> <Amount>500.0000</Amount> <Balance>-73.9400</Balance> </Result> </RepData> </Response> ```