文档
测试

获取周期内可挂号医生(健康码)

POST
https://m.nxycxrmyy.com/api/his/AllDoctor?lowerdeptid=66a37db4-8173-477e-a141-dbaddf803912

请求参数

参数名
类型
描述
必填
lowerdeptid
string
二级科室ID。示例:e867ad2b-9a83-44ea-bd53-b9dc61a7ab74
必填

响应参数

参数名
类型
描述
必填
StatusCode
number
示例:1
必填
StatusDescription
string
示例:请求成功
必填
Data
array
数据列表
必填
doctorid
string
医生ID。示例:0e38c591-7936-4d0d-bb7a-580be8f568b6
必填
doctorgender
string
医生性别。示例:男
必填
doctorname
string
医生姓名。示例:普诊号
必填
doctorphotoaddress
string
医生照片地址,可为空。示例:/attached/file/20190510/162923812.png
必填
positionalname
string
医生职称。示例:无
必填
lowerdeptname
string
医生所在科室。示例:内一科
必填
doctorgoodat
object
医生擅长,可为空。示例:null
必填
doctordes
string
医生详细介绍,可为空。示例:null
必填
doctorlowerdeptsort
number
医生科室内排序。示例:5
必填
lowerdeptid
string
医生科室ID。示例:e867ad2b-9a83-44ea-bd53-b9dc61a7ab74
必填
appointment
string
是否可预约,1-可预约 0-不可预约。示例:1
必填

说明 / 示例

{ "StatusCode": 1, "StatusMsg": "请求成功", "Data": [ { "doctorid": "0ab09522-3350-4478-832e-942d83ad0ebb", "doctorgender": "男", "doctorname": "个人团体2", "doctorphotoaddress": "/attached/file/20211022/171550229.png", "positionalname": "费用3.5元", "lowerdeptname": "新冠核酸检测", "doctorgoodat": "采集时间:每天17:00—22:00停采,其他时间正常采!", "doctordes": "", "doctorlowerdeptsort": 3, "lowerdeptid": "62c0b08e-d754-4516-bb13-c61711031e02", "appointment": "1" }, { "doctorid": "12d29a4c-089f-4ce3-977a-e28637809d87", "doctorgender": "男", "doctorname": "住院患者及", "doctorphotoaddress": "/attached/file/20200713/113340840.png", "positionalname": "费用16元", "lowerdeptname": "新冠核酸检测", "doctorgoodat": "采集时间:每天17:00—22:00停采,其他时间正常采!", "doctordes": "", "doctorlowerdeptsort": 1, "lowerdeptid": "62c0b08e-d754-4516-bb13-c61711031e02", "appointment": "1" }, { "doctorid": "1bbee769-501e-4227-894d-a0d5aea5ecfe", "doctorgender": "男", "doctorname": "个人及团体5", "doctorphotoaddress": "/attached/file/20211022/171618854.png", "positionalname": "费用3.5元", "lowerdeptname": "新冠核酸检测", "doctorgoodat": "采集时间:每天17:00—22:00停采,其他时间正常采!", "doctordes": "", "doctorlowerdeptsort": 6, "lowerdeptid": "62c0b08e-d754-4516-bb13-c61711031e02", "appointment": "1" }, { "doctorid": "76b7648a-0860-4d7d-a220-f56f14c8179c", "doctorgender": "男", "doctorname": "住院患者", "doctorphotoaddress": "/attached/file/20210114/165442602.jpg", "positionalname": "费用16元", "lowerdeptname": "新冠核酸检测", "doctorgoodat": "采集时间:每天17:00—22:00停采,其他时间正常采!", "doctordes": "", "doctorlowerdeptsort": 2, "lowerdeptid": "62c0b08e-d754-4516-bb13-c61711031e02", "appointment": "1" }, { "doctorid": "b492fcb1-743d-4264-a3ea-dc6ceb297977", "doctorgender": "男", "doctorname": "个人及团体4", "doctorphotoaddress": "/attached/file/20211022/171602635.png", "positionalname": "费用3.5元", "lowerdeptname": "新冠核酸检测", "doctorgoodat": "采集时间:每天17:00—22:00停采,其他时间正常采!", "doctordes": "", "doctorlowerdeptsort": 5, "lowerdeptid": "62c0b08e-d754-4516-bb13-c61711031e02", "appointment": "1" } ] }