查询检查预约列表信息
<h5>简要描述</h5>
<ul>
<li>获取号源</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://192.168.14.98:8300/api/WWW/getAppointmentList</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">healthCardNo</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>患者健康卡号码</td>
</tr>
<tr>
<td style="text-align: left;">patientId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>患者唯一ID</td>
</tr>
<tr>
<td style="text-align: left;">queryStartTime</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>查询开始日期 格式:YYYY-MM-DD</td>
</tr>
<tr>
<td style="text-align: left;">queryEndTime</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>查询结束日期 格式:YYYY-MM-DD</td>
</tr>
<tr>
<td style="text-align: left;">idCardNo</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>患者身份证号码</td>
</tr>
<tr>
<td style="text-align: left;">patientName</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>患者名称</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code><?xml version="1.0" encoding="UTF-8"?>
<req>
<healthCardNo>513723198101242597</healthCardNo>
<patientId>2021092200013681</patientId>
<identificationNo>513723198101242597</identificationNo>
<queryStartTime>2021-10-18</queryStartTime>
<queryEndTime>2021-10-18</queryEndTime>
<idCardNo></idCardNo>
<patientName></patientName>
</req></code></pre>
<h5>返回示例</h5>
<pre><code><?xml version="1.0" encoding="UTF-8"?>
<res>
<resultCode>0</resultCode>
<resultDesc>成功</resultDesc>
<orderInfo>
<orderNo>20211018000351</orderNo>
<healthCardNo>513723198101242597</healthCardNo>
<patientName>徐瑞</patientName>
<status>0</status>
<refuseAppointReason></refuseAppointReason>
<refuseModifyReason></refuseModifyReason>
<createTime>2021-10-18 11:27:40</createTime>
<payTime>2021-10-18 11:33:18</payTime>
<payment>675.0000</payment>
<detailNotice></detailNotice>
<identificationNo>513723198101242597</identificationNo>
<checkItem>
<checkItemId>ZL2099</checkItemId>
<checkItemName>X线计算机体层(CT)平扫</checkItemName>
<hospitalId>0001</hospitalId>
<hospitalName>本院</hospitalName>
<deptId>2072</deptId>
<deptName>CT室</deptName>
<needToKnow></needToKnow>
<appointDate>2021-10-18 11:27:40</appointDate>
<startTime></startTime>
<endTime></endTime>
<reportUrlType></reportUrlType>
<reportUrl></reportUrl>
<hospitalInfo>
<ableHospitalId>0001</ableHospitalId>
<ableHospitalName>本院</ableHospitalName>
<deptInfo>
<ableDeptId>2072</ableDeptId>
<ableDeptName>CT室</ableDeptName>
<parentId>2021092200013681</parentId>
<description></description>
<sequence></sequence>
</deptInfo>
</hospitalInfo>
</checkItem>
<checkItem>
<checkItemId>ZL2101</checkItemId>
<checkItemName>螺旋CT平扫</checkItemName>
<hospitalId>0001</hospitalId>
<hospitalName>本院</hospitalName>
<deptId>2072</deptId>
<deptName>CT室</deptName>
<needToKnow></needToKnow>
<appointDate>2021-10-18 11:27:40</appointDate>
<startTime></startTime>
<endTime></endTime>
<reportUrlType></reportUrlType>
<reportUrl></reportUrl>
<hospitalInfo>
<ableHospitalId>0001</ableHospitalId>
<ableHospitalName>本院</ableHospitalName>
<deptInfo>
<ableDeptId>2072</ableDeptId>
<ableDeptName>CT室</ableDeptName>
<parentId>2021092200013681</parentId>
<description></description>
<sequence></sequence>
</deptInfo>
</hospitalInfo>
</checkItem>
<checkItem>
<checkItemId>ZL2103</checkItemId>
<checkItemName>三维重建</checkItemName>
<hospitalId>0001</hospitalId>
<hospitalName>本院</hospitalName>
<deptId>2072</deptId>
<deptName>CT室</deptName>
<needToKnow></needToKnow>
<appointDate>2021-10-18 11:27:40</appointDate>
<startTime></startTime>
<endTime></endTime>
<reportUrlType></reportUrlType>
<reportUrl></reportUrl>
<hospitalInfo>
<ableHospitalId>0001</ableHospitalId>
<ableHospitalName>本院</ableHospitalName>
<deptInfo>
<ableDeptId>2072</ableDeptId>
<ableDeptName>CT室</ableDeptName>
<parentId>2021092200013681</parentId>
<description></description>
<sequence></sequence>
</deptInfo>
</hospitalInfo>
</checkItem>
<checkItem>
<checkItemId>ZL2104</checkItemId>
<checkItemName>使用心电或呼吸门控设备</checkItemName>
<hospitalId>0001</hospitalId>
<hospitalName>本院</hospitalName>
<deptId>2072</deptId>
<deptName>CT室</deptName>
<needToKnow></needToKnow>
<appointDate>2021-10-18 11:27:40</appointDate>
<startTime></startTime>
<endTime></endTime>
<reportUrlType></reportUrlType>
<reportUrl></reportUrl>
<hospitalInfo>
<ableHospitalId>0001</ableHospitalId>
<ableHospitalName>本院</ableHospitalName>
<deptInfo>
<ableDeptId>2072</ableDeptId>
<ableDeptName>CT室</ableDeptName>
<parentId>2021092200013681</parentId>
<description></description>
<sequence></sequence>
</deptInfo>
</hospitalInfo>
</checkItem>
<checkItem>
<checkItemId>ZL2108</checkItemId>
<checkItemName>X线计算机体层(CT)增强扫描</checkItemName>
<hospitalId>0001</hospitalId>
<hospitalName>本院</hospitalName>
<deptId>2072</deptId>
<deptName>CT室</deptName>
<needToKnow></needToKnow>
<appointDate>2021-10-18 11:27:40</appointDate>
<startTime></startTime>
<endTime></endTime>
<reportUrlType></reportUrlType>
<reportUrl></reportUrl>
<hospitalInfo>
<ableHospitalId>0001</ableHospitalId>
<ableHospitalName>本院</ableHospitalName>
<deptInfo>
<ableDeptId>2072</ableDeptId>
<ableDeptName>CT室</ableDeptName>
<parentId>2021092200013681</parentId>
<description></description>
<sequence></sequence>
</deptInfo>
</hospitalInfo>
</checkItem>
<checkItem>
<checkItemId>ZL2113</checkItemId>
<checkItemName>X线计算机体层(CT)成象</checkItemName>
<hospitalId>0001</hospitalId>
<hospitalName>本院</hospitalName>
<deptId>2072</deptId>
<deptName>CT室</deptName>
<needToKnow></needToKnow>
<appointDate>2021-10-18 11:27:40</appointDate>
<startTime></startTime>
<endTime></endTime>
<reportUrlType></reportUrlType>
<reportUrl></reportUrl>
<hospitalInfo>
<ableHospitalId>0001</ableHospitalId>
<ableHospitalName>本院</ableHospitalName>
<deptInfo>
<ableDeptId>2072</ableDeptId>
<ableDeptName>CT室</ableDeptName>
<parentId>2021092200013681</parentId>
<description></description>
<sequence></sequence>
</deptInfo>
</hospitalInfo>
</checkItem>
</orderInfo>
</res></code></pre>
<h5>返回参数说明</h5>
<pre><code>res
resultCode res String 是 处理结果代码:0-成功
resultDesc res String 否 处理结果描述
orderInfo res List<orderInfo> 否 医技预约集合
orderNo orderInfo String 是 申请单号
healthCardNo orderInfo String 是 患者健康卡号码
patientName orderInfo String 是 就诊人
status orderInfo String 是 订单状态
0:待预约可预约
1:待预约不可预约
2:已预约可修改可取消
3:已预约可修改不可取消
4:已预约不可修改可取消
5:已预约不可修改不可取消
6:已报到
7: 已执行可查看报告
8: 已执行不可查看报告
9: 已取消
10: 已迟到
refuseAppointReason orderInfo String 否 不可预约的原因
refuseModifyReason orderInfo String 否 不可修改预约的原因
createTime orderInfo String 是 下单时间,格式:
YYYY-MM-DD hh:mm:ss
payTime orderInfo String 是 支付时间,格式:
YYYY-MM-DD hh:mm:ss
payment orderInfo String 是 支付金额,单位:分
detailNotice orderInfo String 否 注意事项
identificationNo orderInfo String 否 患者证件号
checkItem orderInfo List<checkItem> 是 检查项目集合
checkItemId checkItem String 是 检查项ID
checkItemName checkItem String 是 检查项名称
hospitalId checkItem String 否 ▪ 待预约状态:返回可执行医院id。存在多院区或者多科室情况下,通过下面List<hospitalInfo>字段返回。
▪ 非待预约状态:非待预约状态下,该字段必传,返回预约成功后的执行院区id。
hospitalName checkItem String 否 ▪ 待预约状态:返回可执行医院名称。存在多院区或者多科室情况下,通过下面List<hospitalInfo>字段返回。
▪ 非待预约状态:非待预约状态下,该字段必传,返回预约成功后的执行院区名称。
deptId checkItem String 否 ▪ 待预约状态:返回可执行科室id。存在多院区或者多科室情况下,通过下面List<hospitalInfo>字段返回。
▪ 非待预约状态:返回预约成功后的执行科室id,非必传。
deptName checkItem String 否 ▪ 待预约状态:返回可执行科室名称。存在多院区或者多科室情况下,通过下面List<hospitalInfo>字段返回。
▪ 非待预约状态:返回预约成功后的执行科室名称,非必传。
needToKnow checkItem String 否 预约须知
appointDate checkItem String 否 预约日期,格式:YYYY-MM-DD
订单状态(staus=2,3,4,5,6)必录
startTime checkItem String 否 预约开始时间(格式:HH:MI)
订单状态(staus=2,3,4,5,6)必录
endTime checkItem String 否 预约结束时间(格式:HH:MI)
状态(staus=2,3,4,5,6)必录
reportUrlType checkItem String 否 【状态为7: 已执行可查看报告时,必录】
URL类型:
【0】: 图片类型
【1】: pdf类型
【2】: 其他url
reportUrl checkItem String 否 【状态为7: 已执行可查看报告时,必录】
查看检查报告的url.
该url需支持公网访问该链接
hospitalInfo checkItem List
<hospitalInfo> 否 ▪ 适用待预约和可修改状态,存在多院区或多科室的情况下,通过该字段传入院区及科室信息。当此字段有值时,可预约院区及科室以此字段为准。
ableHospitalId hospitalInfo String 是 可预约的院区代码
ableHospitalName hospitalInfo String 是 可预约的院区名称
deptInfo hospitalInfo List
<deptInfo> 否 该院区可预约的科室信息集合
ableDeptId deptInfo String 是 该院区可预约的行科室代码
ableDeptName deptInfo String 是 该院区可预约的科室名称
parentId deptInfo String 是 上级科室代码,没有填-1
description deptInfo String 否 科室简介
sequence deptInfo String 否 排序号
</code></pre>