判断就诊人是否有便民门诊挂号
<p><strong>迭代版本:</strong>2.9.29(新增)</p>
<p><strong>简要描述:</strong></p>
<ul>
<li>判断就诊人是否有便民门诊挂号</li>
<li>有数据代表有挂号,无则需要用户去挂号</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>/chronic/hisDrug/queryRegisterInfoBuyDrug</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">hisPatientCardId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">long</td>
<td>就诊卡记录主键</td>
</tr>
<tr>
<td style="text-align: left;">hospitalCode</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>医院code</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"retcode": "0000",
"errMsg": "操作成功",
"body": [
{
"id": null,
"registerId": null,
"scheduleId": null,
"patientId": null,
"realName": null,
"idcard": null,
"patientCard": null,
"hospitalId": null,
"hospitalCode": null,
"hospitalName": null,
"departmentCode": null,
"departmentName": null,
"clinicNo": null,
"doctorCode": null,
"doctorName": null,
"clinicType": null,
"clinicDate": null,
"clinicTime": null,
"clinicFee": null,
"state": null,
"hisOrderNumber": null,
"invoiceNo": null,
"payStatus": null,
"payType": null,
"payTime": null,
"transaction": null,
"remark": null,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"doctorId": null,
"patientCardId": null,
"registerType": null,
"periodScheduleId": null,
"merchantId": null,
"pinKey": null,
"needPay": null,
"refundId": null
}
]
}</code></pre>
<p><strong>返回参数说明:有数据代表有挂号,无则需要用户去挂号</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>