4002.获取待缴费处方明细

4002.获取待缴费处方明细

Request / 说明

参数名
类型
描述
必填
TransCode
文本
ZB4002
必填
TransSerialNo
文本
业务流水号
必填
UserID
文本
用户ID
必填
SeeNo
整型
就诊ID
必填

Request / 示例

``` <Request> <TransCode>ZB4001</TransCode> <TransSerialNo>20200716154711</TransSerialNo> <SeeNo>89257</SeeNo> <UserID>8080</UserID> </Request> ```

Response / 说明

参数名
类型
描述
必填
RepCode
整型
返回值(-1错误0正确)
必填
RepMsg
文本
错误信息
必填
RepData
XML
返回信息
必填
Result
XML
处方明细
必填
RecipeSEQ
文本
处方号
必填
RecipeDate
日期
处方日期
必填
DoctorName
文本
医生姓名
必填
DeptName
文本
科室名称
必填
ItemName
文本
项目名称
必填
Spec
文本
规格
必填
Unit
文本
单位
必填
Price
数值
单价
必填
Quantity
数值
数量
必填
TotalCost
数值
金额
必填
ItemCategory
文本
项目分类
必填

Response / 示例

``` <Response> <RepCode>0</RepCode> <RepMsg></RepMsg> <RepData> <Result> <RecipeSEQ>404495</RecipeSEQ> <RecipeDate>2020-07-24</RecipeDate> <DoctorName>孙**</DoctorName> <DeptName>儿科门诊</DeptName> <ItemName>内科疾病推拿治疗(30分钟)</ItemName> <Spec>200g/瓶<Spec/> <Unit>30分钟/次</Unit> <Price>54.000000</Price> <Quantity>1.0000</Quantity> <TotalCost>54.00</TotalCost> </Result> <Result> <RecipeSEQ>404495</RecipeSEQ> <RecipeDate>2020-07-24</RecipeDate> <DoctorName>孙**</DoctorName> <DeptName>儿科门诊</DeptName> <ItemName>小儿捏脊治疗</ItemName> <Spec>200g/瓶<Spec/> <Unit>次</Unit> <Price>30.000000</Price> <Quantity>1.0000</Quantity> <TotalCost>30.00</TotalCost> </Result> </RepData> </Response> ```