分页查询医生信息
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>医护管理医生管理获取医生分页信息</li>
</ul>
<h5>说明</h5>
<ul>
<li><code>测试环境URL 以 http://192.168.2.92:8080/test 开头</code></li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/medicalcare/doctor/list</code></li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Authorization</td>
<td style="text-align: left;">是</td>
<td>String</td>
<td>登录接口返回的用户 token</td>
</tr>
</tbody>
</table>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>请求参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">pageNum</td>
<td style="text-align: left;">String</td>
<td>第几页</td>
</tr>
<tr>
<td style="text-align: left;">pageSize</td>
<td style="text-align: left;">String</td>
<td>一页几条记录</td>
</tr>
</tbody>
</table>
<p>{
"doctors": {
"gender": "女"
},
"pageNum": 1,
"pageSize": 10
}</p>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">String</td>
<td>接口返回状态码 0000 表示成功</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">String</td>
<td>接口返回提示信息 success 表示成功 其他内容表示异常提示信息</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">Object</td>
<td>接口返回对象 code = 0000 有值</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: &quot;0000&quot;,
&quot;msg&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;data&quot;: {
&quot;total&quot;: 8,
&quot;list&quot;: [
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 1,
&quot;picture&quot;: &quot;头像&quot;,
&quot;name&quot;: &quot;张医生&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;age&quot;: 56,
&quot;position&quot;: &quot;医生&quot;,
&quot;title&quot;: &quot;主任医师&quot;,
&quot;department&quot;: &quot;心血管内科&quot;,
&quot;employeeId&quot;: &quot;20212111&quot;,
&quot;phone&quot;: &quot;13000000001&quot;,
&quot;email&quot;: &quot;13000000001@qq.com&quot;,
&quot;introduction&quot;: &quot;南京市 第一医院心血管内科主任,医学博士,主任医师,博士生导师。长期从事心内科的临床医疗及科学研究。&quot;,
&quot;expertise&quot;: &quot;心血管病的基础研究,临床诊断与治疗,擅长心血管病的基础研究,临床诊断,尤其是在介入心脏病领域具有丰富的经验、娴熟的技术和丰富的研究成果。在心肌细胞再生、分有病及肺动脉高压介入治疗方向原始创新性的发明了DK CRUSH及肺动脉去神经术。&quot;,
&quot;consultationFee&quot;: 60.00,
&quot;queryTotal&quot;: 15,
&quot;isQuery&quot;: 1,
&quot;status&quot;: 1,
&quot;teamName&quot;: &quot;张医生团队&quot;,
&quot;teamId&quot;: &quot;1001&quot;,
&quot;groupName&quot;: &quot;第一组&quot;
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 2,
&quot;picture&quot;: &quot;头像&quot;,
&quot;name&quot;: &quot;刘护士&quot;,
&quot;gender&quot;: &quot;女&quot;,
&quot;age&quot;: 48,
&quot;position&quot;: &quot;护士&quot;,
&quot;title&quot;: &quot;护师&quot;,
&quot;department&quot;: &quot;心血管内科&quot;,
&quot;employeeId&quot;: &quot;20212112&quot;,
&quot;phone&quot;: &quot;13000000002&quot;,
&quot;email&quot;: &quot;13000000002@qq.com&quot;,
&quot;introduction&quot;: &quot;南京市 第一医院心血管内科护士,医学博士,护师,博士生导师。长期从事心内科的临床医疗及科学研究。&quot;,
&quot;expertise&quot;: &quot;心血心血管病的基础研究,临床诊断与治疗,擅长心血管病的基础研究,临床诊断,尤其是在介入心脏病领域具有丰富的经验、娴熟的技术和丰富的研究成果。在心肌细胞再生、分有病及肺动脉高压介入治疗方向原始创新性的发明了DK CRUSH及肺动脉去神经术。&quot;,
&quot;consultationFee&quot;: 79.00,
&quot;queryTotal&quot;: 20,
&quot;isQuery&quot;: 1,
&quot;status&quot;: 1,
&quot;teamName&quot;: &quot;刘医生团队&quot;,
&quot;teamId&quot;: &quot;1002&quot;,
&quot;groupName&quot;: &quot;第一组&quot;
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 3,
&quot;picture&quot;: &quot;头像&quot;,
&quot;name&quot;: &quot;王医生&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;age&quot;: 43,
&quot;position&quot;: &quot;医生&quot;,
&quot;title&quot;: &quot;副主任医师&quot;,
&quot;department&quot;: &quot;心血管内科&quot;,
&quot;employeeId&quot;: &quot;20212113&quot;,
&quot;phone&quot;: &quot;13000000003&quot;,
&quot;email&quot;: &quot;13000000003@qq.com&quot;,
&quot;introduction&quot;: &quot;南京市 第一医院心血管内科副主任,医学博士,副主任医师,博士生导师。长期从事心内科的临床医疗及科学研究。&quot;,
&quot;expertise&quot;: &quot;心血管病的基础研究,临床诊断与治疗,擅长心血管病的基础研究,临床诊断,尤其是在介入心脏病领域具有丰富的经验、娴熟的技术和丰富的研究成果。在心肌细胞再生、分有病及肺动脉高压介入治疗方向原始创新性的发明了DK CRUSH及肺动脉去神经术。&quot;,
&quot;consultationFee&quot;: 88.00,
&quot;queryTotal&quot;: 30,
&quot;isQuery&quot;: 1,
&quot;status&quot;: 1,
&quot;teamName&quot;: &quot;王医生团队&quot;,
&quot;teamId&quot;: &quot;1003&quot;,
&quot;groupName&quot;: &quot;第一组&quot;
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 4,
&quot;picture&quot;: &quot;头像&quot;,
&quot;name&quot;: &quot;陈医生&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;age&quot;: 55,
&quot;position&quot;: &quot;医生&quot;,
&quot;title&quot;: &quot;主任医师&quot;,
&quot;department&quot;: &quot;心血管内科&quot;,
&quot;employeeId&quot;: &quot;20212114&quot;,
&quot;phone&quot;: &quot;13000000004&quot;,
&quot;email&quot;: &quot;13000000004@qq.com&quot;,
&quot;introduction&quot;: &quot;南京市 第一医院心血管内科副主任,医学博士,副主任医师,博士生导师。长期从事心内科的临床医疗及科学研究。&quot;,
&quot;expertise&quot;: &quot;心血管病的基础研究,临床诊断与治疗,擅长心血管病的基础研究,临床诊断,尤其是在介入心脏病领域具有丰富的经验、娴熟的技术和丰富的研究成果。在心肌细胞再生、分有病及肺动脉高压介入治疗方向原始创新性的发明了DK CRUSH及肺动脉去神经术。&quot;,
&quot;consultationFee&quot;: 60.00,
&quot;queryTotal&quot;: 15,
&quot;isQuery&quot;: 1,
&quot;status&quot;: 1,
&quot;teamName&quot;: &quot;张医生团队&quot;,
&quot;teamId&quot;: &quot;1001&quot;,
&quot;groupName&quot;: &quot;第一组&quot;
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 5,
&quot;picture&quot;: &quot;头像&quot;,
&quot;name&quot;: &quot;李医生&quot;,
&quot;gender&quot;: &quot;女&quot;,
&quot;age&quot;: 45,
&quot;position&quot;: &quot;护士&quot;,
&quot;title&quot;: &quot;护师&quot;,
&quot;department&quot;: &quot;心血管内科&quot;,
&quot;employeeId&quot;: &quot;20212115&quot;,
&quot;phone&quot;: &quot;13000000005&quot;,
&quot;email&quot;: &quot;13000000004@qq.com&quot;,
&quot;introduction&quot;: &quot;南京市 第一医院心血管内科护士,医学博士,护师,博士生导师。长期从事心内科的临床医疗及科学研究。&quot;,
&quot;expertise&quot;: &quot;心血心血管病的基础研究,临床诊断与治疗,擅长心血管病的基础研究,临床诊断,尤其是在介入心脏病领域具有丰富的经验、娴熟的技术和丰富的研究成果。在心肌细胞再生、分有病及肺动脉高压介入治疗方向原始创新性的发明了DK CRUSH及肺动脉去神经术。&quot;,
&quot;consultationFee&quot;: 79.00,
&quot;queryTotal&quot;: 20,
&quot;isQuery&quot;: 1,
&quot;status&quot;: 1,
&quot;teamName&quot;: &quot;刘医生团队&quot;,
&quot;teamId&quot;: &quot;1002&quot;,
&quot;groupName&quot;: &quot;第二组&quot;
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 6,
&quot;picture&quot;: &quot;头像&quot;,
&quot;name&quot;: &quot;陆医生&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;age&quot;: 50,
&quot;position&quot;: &quot;医生&quot;,
&quot;title&quot;: &quot;副主任医师&quot;,
&quot;department&quot;: &quot;心血管内科&quot;,
&quot;employeeId&quot;: &quot;20212116&quot;,
&quot;phone&quot;: &quot;13000000006&quot;,
&quot;email&quot;: &quot;13000000005@qq,com&quot;,
&quot;introduction&quot;: &quot;南京市 第一医院心血管内科副主任,医学博士,副主任医师,博士生导师。长期从事心内科的临床医疗及科学研究。&quot;,
&quot;expertise&quot;: &quot;心血心血管病的基础研究,临床诊断与治疗,擅长心血管病的基础研究,临床诊断,尤其是在介入心脏病领域具有丰富的经验、娴熟的技术和丰富的研究成果。在心肌细胞再生、分有病及肺动脉高压介入治疗方向原始创新性的发明了DK CRUSH及肺动脉去神经术。&quot;,
&quot;consultationFee&quot;: 60.00,
&quot;queryTotal&quot;: 15,
&quot;isQuery&quot;: 1,
&quot;status&quot;: 1,
&quot;teamName&quot;: &quot;张医生团队&quot;,
&quot;teamId&quot;: &quot;1001&quot;,
&quot;groupName&quot;: &quot;第二组&quot;
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 7,
&quot;picture&quot;: &quot;头像&quot;,
&quot;name&quot;: &quot;季医生&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;age&quot;: 52,
&quot;position&quot;: &quot;医生&quot;,
&quot;title&quot;: &quot;副主任医生&quot;,
&quot;department&quot;: &quot;心血管内科&quot;,
&quot;employeeId&quot;: &quot;20212117&quot;,
&quot;phone&quot;: &quot;13000000007&quot;,
&quot;email&quot;: &quot;13000000006@qq.com&quot;,
&quot;introduction&quot;: &quot;南京市 第一医院心血管内科副主任,医学博士,副主任医师,博士生导师。长期从事心内科的临床医疗及科学研究。&quot;,
&quot;expertise&quot;: &quot;心血心血管病的基础研究,临床诊断与治疗,擅长心血管病的基础研究,临床诊断,尤其是在介入心脏病领域具有丰富的经验、娴熟的技术和丰富的研究成果。在心肌细胞再生、分有病及肺动脉高压介入治疗方向原始创新性的发明了DK CRUSH及肺动脉去神经术。&quot;,
&quot;consultationFee&quot;: 88.00,
&quot;queryTotal&quot;: 30,
&quot;isQuery&quot;: 1,
&quot;status&quot;: 1,
&quot;teamName&quot;: &quot;王医生团队&quot;,
&quot;teamId&quot;: &quot;1003&quot;,
&quot;groupName&quot;: &quot;第二组&quot;
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 8,
&quot;picture&quot;: &quot;头像&quot;,
&quot;name&quot;: &quot;admin&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;age&quot;: 10,
&quot;position&quot;: &quot;超级管理员&quot;,
&quot;title&quot;: &quot;超级管理员&quot;,
&quot;department&quot;: &quot;超级管理员&quot;,
&quot;employeeId&quot;: &quot;admin&quot;,
&quot;phone&quot;: &quot;超级管理员&quot;,
&quot;email&quot;: &quot;超级管理员&quot;,
&quot;introduction&quot;: &quot;超级管理员&quot;,
&quot;expertise&quot;: &quot;超级管理员&quot;,
&quot;consultationFee&quot;: 0.00,
&quot;queryTotal&quot;: 0,
&quot;isQuery&quot;: 1,
&quot;status&quot;: 1,
&quot;teamName&quot;: &quot;超级管理员&quot;,
&quot;teamId&quot;: &quot;admin&quot;,
&quot;groupName&quot;: &quot;admin&quot;
}
],
&quot;pageNum&quot;: 1,
&quot;pageSize&quot;: 8,
&quot;size&quot;: 8,
&quot;startRow&quot;: 0,
&quot;endRow&quot;: 7,
&quot;pages&quot;: 1,
&quot;prePage&quot;: 0,
&quot;nextPage&quot;: 0,
&quot;isFirstPage&quot;: true,
&quot;isLastPage&quot;: true,
&quot;hasPreviousPage&quot;: false,
&quot;hasNextPage&quot;: false,
&quot;navigatePages&quot;: 8,
&quot;navigatepageNums&quot;: [
1
],
&quot;navigateFirstPage&quot;: 1,
&quot;navigateLastPage&quot;: 1
}
}
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>