文档中心 > API类目 > 阿里健康公益线API

alibaba.alihealth.pw.gm.detail (同情用药申请单详情接口)

同情用药申请单详情接口,提供给合作方查询申请单详情

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
body DetailForBReq 可选 入参
  • └ apply_unique_code
  • String
  • 必须
  • 111
  • 申请单唯一编码

响应参数

名称 类型 示例值 描述
result ResponseMessage 返回值
  • └ code
  • String
  • 状态码
  • data
  • ApplyDetailResp
  • 数据
  • └ audit_time
  • String
  • 审核时间
  • └ apply_time
  • String
  • 申请时间
  • └ apply_status_desc
  • String
  • 状态文案
  • └ apply_status
  • String
  • 状态
  • └ apply_type
  • String
  • 申请类型
  • apply_info
  • ApplyInfo
  • 申请信息
  • treat_info
  • TreatInfo
  • 就诊信息
  • └ diagnosis_reports
  • String []
  • 诊疗报告
  • └ doctor
  • String
  • 就诊医生
  • └ hospital
  • String
  • 医院
  • └ city
  • String
  • 城市
  • └ disease_name
  • String
  • 疾病名
  • └ drug_name
  • String
  • 药品名称
  • writer_info
  • WriterInfo
  • 填写人信息
  • └ channel
  • String
  • 渠道
  • └ phone
  • String
  • 联系方式
  • └ income
  • String
  • 收入
  • └ relation_ship
  • String
  • 亲属关系
  • patient_info
  • PatientInfo
  • 患者信息
  • └ birthday
  • String
  • 生日
  • └ patient_card
  • String
  • 身份证
  • └ patient_sex
  • String
  • 性别
  • └ patient_name
  • String
  • 姓名
  • └ message
  • String
  • 错误信息

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaAlihealthPwGmDetailRequest req = new AlibabaAlihealthPwGmDetailRequest();
AlibabaAlihealthPwGmDetailRequest.DetailForBReq obj1 = new AlibabaAlihealthPwGmDetailRequest.DetailForBReq();
obj1.setApplyUniqueCode("111");
req.setBody(obj1);
AlibabaAlihealthPwGmDetailResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_alihealth_pw_gm_detail_response>
    <result>
        <code></code>
        <data>
            <audit_time></audit_time>
            <apply_time></apply_time>
            <apply_status_desc></apply_status_desc>
            <apply_status></apply_status>
            <apply_type></apply_type>
            <apply_info>
                <treat_info>
                    <diagnosis_reports>
                        <string></string>
                    </diagnosis_reports>
                    <doctor></doctor>
                    <hospital></hospital>
                    <city></city>
                    <disease_name></disease_name>
                    <drug_name></drug_name>
                </treat_info>
                <writer_info>
                    <channel></channel>
                    <phone></phone>
                    <income></income>
                    <relation_ship></relation_ship>
                </writer_info>
                <patient_info>
                    <birthday></birthday>
                    <patient_card></patient_card>
                    <patient_sex></patient_sex>
                    <patient_name></patient_name>
                </patient_info>
            </apply_info>
        </data>
        <message></message>
    </result>
</alibaba_alihealth_pw_gm_detail_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部