文档
测试

查询医生七日排班

POST
GETDOCTORRESERVE

请求参数

参数名
类型
描述
必填
doctorNo
string
示例:000076
必填
hospitalId
string
示例:93cada65-18d9-42ad-9155-82a2cc8cb1b0
必填
deptCode
string
示例:0099
必填

响应参数

参数名
类型
描述
必填
errorMsg
object
示例:null
必填
msg
string
示例:成功
必填
object
object
数据字典
必填
info
array
数据列表
必填
atimeInfos
array
数据列表
必填
atimeTempInfos
array
数据列表
必填
clinicFee
int
示例:13
必填
clinicTypeName
string
示例:副高
必填
date
object
示例:null
必填
deptCode
object
示例:null
必填
deptName
object
示例:null
必填
doctorName
object
示例:null
必填
doctorNo
object
示例:null
必填
doctorTitle
object
示例:null
必填
doctor_image_big
object
示例:null
必填
doctor_image_middle
object
示例:null
必填
doctor_image_small
object
示例:null
必填
hospitalId
object
示例:null
必填
hospitalName
object
示例:null
必填
outpDate
string
示例:2020-10-14
必填
outpType
object
示例:null
必填
outptypename
string
示例:副高
必填
parentDeptCode
object
示例:null
必填
parentDeptName
object
示例:null
必填
ptimeInfos
array
数据列表
必填
ptimeTempInfos
array
数据列表
必填
registrationFee
float
示例:1.5
必填
registrationLimit
int
示例:0
必填
reserveFee
object
示例:null
必填
reserveFlag
int
示例:7
必填
reserveLimits
int
示例:0
必填
reserveNum
int
示例:0
必填
scheduleId
string
示例:524803
必填
scheduleList
object
示例:null
必填
scheduleType
object
示例:null
必填
specialty
object
示例:null
必填
timeInterval
string
示例:AM
必填
week
object
示例:null
必填
rc
string
示例:1
必填

说明 / 示例

{ "errorMsg": null, "msg": "成功", "object": { "info": [ { "atimeInfos": [], "atimeTempInfos": [], "clinicFee": 13, "clinicTypeName": "副高", "date": null, "deptCode": null, "deptName": null, "doctorName": null, "doctorNo": null, "doctorTitle": null, "doctor_image_big": null, "doctor_image_middle": null, "doctor_image_small": null, "hospitalId": null, "hospitalName": null, "outpDate": "2020-10-14", "outpType": null, "outptypename": "副高", "parentDeptCode": null, "parentDeptName": null, "ptimeInfos": [], "ptimeTempInfos": [], "registrationFee": 1.5, "registrationLimit": 0, "reserveFee": null, "reserveFlag": 7, "reserveLimits": 0, "reserveNum": 0, "scheduleId": "524803", "scheduleList": null, "scheduleType": null, "specialty": null, "timeInterval": "AM", "week": null }, { "atimeInfos": [], "atimeTempInfos": [], "clinicFee": 13, "clinicTypeName": "副高", "date": null, "deptCode": null, "deptName": null, "doctorName": null, "doctorNo": null, "doctorTitle": null, "doctor_image_big": null, "doctor_image_middle": null, "doctor_image_small": null, "hospitalId": null, "hospitalName": null, "outpDate": "2020-10-15", "outpType": null, "outptypename": "副高", "parentDeptCode": null, "parentDeptName": null, "ptimeInfos": [], "ptimeTempInfos": [], "registrationFee": 1.5, "registrationLimit": 0, "reserveFee": null, "reserveFlag": 7, "reserveLimits": 0, "reserveNum": 0, "scheduleId": "526847", "scheduleList": null, "scheduleType": null, "specialty": null, "timeInterval": "PM", "week": null }, { "atimeInfos": [], "atimeTempInfos": [], "clinicFee": 13, "clinicTypeName": "副高", "date": null, "deptCode": null, "deptName": null, "doctorName": null, "doctorNo": null, "doctorTitle": null, "doctor_image_big": null, "doctor_image_middle": null, "doctor_image_small": null, "hospitalId": null, "hospitalName": null, "outpDate": "2020-10-21", "outpType": null, "outptypename": "副高", "parentDeptCode": null, "parentDeptName": null, "ptimeInfos": [], "ptimeTempInfos": [], "registrationFee": 1.5, "registrationLimit": 0, "reserveFee": null, "reserveFlag": 7, "reserveLimits": 0, "reserveNum": 0, "scheduleId": "526080", "scheduleList": null, "scheduleType": null, "specialty": null, "timeInterval": "AM", "week": null } ] }, "rc": "1" } Response code: 200; Time: 188ms; Content length: 2555 bytes