根据医院获取医生列表(科室划分)
<p><strong>迭代版本:</strong>2.9.19(新增)</p>
<p><strong>简要描述:</strong></p>
<ul>
<li>查询服务满意评价</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>/chronic/groupDoctor/doctorsByHosAndDept</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST/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;">hospitalId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>医院id</td>
</tr>
<tr>
<td style="text-align: left;">doctorName</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>医生姓名</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"retcode": "0000",
"errMsg": "操作成功",
"body": [
{
"departId": 203,
"deptDoctor": [
{
"sqlFilter": null,
"currentUserId": null,
"currentOrgId": null,
"currentDeptId": null,
"currentHospitalId": null,
"currentDoctorId": null,
"currentAreaCode": null,
"doctorId": 4340,
"doctorName": "丁丁",
"headPic": "https://aikangcloudtest-new.oss-cn-qingdao.aliyuncs.com/oss/imag/2019/8/321448488800120834.png",
"doctorSex": null,
"doctorBirthday": null,
"phone": "18672982667",
"email": null,
"certificateType": 0,
"certificateNo": "",
"hospitalId": 1,
"hospitalName": "黄石爱康医院",
"department": "健康管理中心",
"departId": 203,
"jobTitle": "主治医师",
"province": "420000",
"city": "420200",
"address": null,
"intro": null,
"qrCode": null,
"credentialFiles": null,
"checkStatus": "YES",
"checkResult": null,
"checkTime": null,
"state": 1,
"createTime": "2019-08-09 09:48:41",
"type": null,
"birthdayStr": null,
"msgCode": null,
"baseArea": {
"areaCode": "420200",
"areaName": "黄石市",
"pAreaCode": "420000",
"remark": null,
"sortOrder": 4,
"lvl": 2,
"shortName": "黄石",
"pAreaName": null,
"children": null,
"hospitalInfoList": null,
"label": "黄石",
"value": "420200"
},
"cityName": "黄石",
"provinceName": null,
"cid": null,
"vendor": null,
"age": 0,
"good": null,
"jobType": "doctor_title",
"childHospId": 0,
"childHospName": "",
"assistPrefix": null,
"registerDate1": null,
"registerDate2": null,
"workNo": "",
"yzSaleman": 0,
"jobTitleStr": null,
"standDeptName": null
},
{
"sqlFilter": null,
"currentUserId": null,
"currentOrgId": null,
"currentDeptId": null,
"currentHospitalId": null,
"currentDoctorId": null,
"currentAreaCode": null,
"doctorId": 10187,
"doctorName": "体验医生",
"headPic": "https://aikangcloudtest-new.oss-cn-qingdao.aliyuncs.com/oss/imag/2019/11/352680841144725504.png",
"doctorSex": null,
"doctorBirthday": null,
"phone": "13308639897",
"email": null,
"certificateType": 0,
"certificateNo": "",
"hospitalId": 1,
"hospitalName": "黄石爱康医院",
"department": "健康管理中心",
"departId": 203,
"jobTitle": "医师",
"province": "420000",
"city": "420200",
"address": null,
"intro": null,
"qrCode": null,
"credentialFiles": null,
"checkStatus": "YES",
"checkResult": null,
"checkTime": null,
"state": 1,
"createTime": "2019-11-08 14:43:33",
"type": null,
"birthdayStr": null,
"msgCode": null,
"baseArea": {
"areaCode": "420200",
"areaName": "黄石市",
"pAreaCode": "420000",
"remark": null,
"sortOrder": 4,
"lvl": 2,
"shortName": "黄石",
"pAreaName": null,
"children": null,
"hospitalInfoList": null,
"label": "黄石",
"value": "420200"
},
"cityName": "黄石",
"provinceName": null,
"cid": null,
"vendor": null,
"age": 0,
"good": null,
"jobType": "DOCTOR",
"childHospId": 0,
"childHospName": "",
"assistPrefix": null,
"registerDate1": null,
"registerDate2": null,
"workNo": null,
"yzSaleman": 0,
"jobTitleStr": null,
"standDeptName": null
}
],
"departName": "健康管理中心"
}
]
}
</code></pre>
<p><strong>返回参数说明:医生列表</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>