美文网首页
医院就诊卡接口规范(业务:004)

医院就诊卡接口规范(业务:004)

作者: 曦航老袁 | 来源:发表于2019-07-22 14:55 被阅读0次

业务编号:004
业务说明:门诊医生信息查询
存储过程:ykt_get_ghys
文档整理:曦航老袁
发布日期:2019-07-22


一、简要说明

通过输入参数内容查询门诊某一科室的所有医生或指定编号的单一医生的详细信息

二、输入参数

<Request>
    <TradeCode>业务编号</TradeCode>
    <Date>交易日期(yyyy-MM-dd)</Date>
    <Time>交易时间(HH:mm:ss)</Time>
    <Operator>操作员编号或终端设备编号</Operator>
    <DoctID>医生编号</DoctID>
    <DeptID>科室编号</DeptID>
</Request>

三、输出参数

<Response>
    <TradeCode>业务编号</TradeCode>
    <Result>返回值:0成功,其他失败</Result>
    <Err>错误描述信息</Err>
    <HospitalTransNO>本次业务流水</HospitalTransNO>
    <Docts>
        <Doct>
            <DoctCode>医生编号</DoctCode>
            <DeptCode>科室编号</DeptCode>
            <DoctName>医生姓名</DoctName>
            <DeptName>科室名称</DeptName>
            <DoctLevelCode>挂号级别编码</DoctLevelCode>
            <DoctLevelName>挂号级别名称</DoctLevelName>
            <DoctLevelPrice>挂号级别单价</DoctLevelPrice>
            <SpellCode>拼音简码</SpellCode>
            <Explain>医生擅长说明</Explain>
        </Doct>
        ………
    </Docts>
</Response>

相关文章

网友评论

      本文标题:医院就诊卡接口规范(业务:004)

      本文链接:https://www.haomeiwen.com/subject/djhwlctx.html