文档
测试

获取所有可挂号二级科室(所有)

POST
http://m.nxycxrmyy.com//api/his/AllLowerDept

响应参数

参数名
类型
描述
必填
StatusCode
number
状态代码,1-成功,0-失败。示例:1
必填
StatusDescription
string
示例:失败时返回错误原因
必填
Data
array
数据列表
必填
LowerDeptId
string
科室ID。示例:96ade9fd-ff4d-4028-85f9-98f693791ac9
必填
LowerDeptName
string
科室名称。示例:骨科
必填
LowerDeptSort
number
科室排序。示例:1
必填
LowerDeptAddress
object
科室院内位置。示例:nul
必填
LowerDeptPhone
string
科室联系电话。示例:0953-6012449-8038
必填
HigherDeptId
string
上级科室ID,一般不使用。示例:218a0610-008d-4258-b785-782af8aed796
必填
HigherDeptName
object
上级科室名称,一般不使用。示例:null
必填
LowerDeptIntro
object
科室介绍,可为空。示例:null
必填
LowerDeptPhonetic
object
科室拼音码,一般不使用。示例:null
必填
Appointment
boolean
是否可预约挂号。示例:true
必填
hiscode
string
科室HIS ID。示例:19
必填

说明 / 示例

{ "StatusCode": 1, "StatusMsg": "请求成功", "Data": [ { "LowerDeptId": "62c0b08e-d754-4516-bb13-c61711031e02", "LowerDeptName": "新冠核酸检测", "LowerDeptSort": 1, "LowerDeptAddress": "医院东大门外核酸门诊", "LowerDeptPhone": null, "HigherDeptId": "218a0610-008d-4258-b785-782af8aed796", "HigherDeptName": null, "LowerDeptIntro": null, "LowerDeptPhonetic": null, "Appointment": true, "hiscode": "60" }, { "LowerDeptId": "66a37db4-8173-477e-a141-dbaddf803912", "LowerDeptName": "急诊科", "LowerDeptSort": 3, "LowerDeptAddress": null, "LowerDeptPhone": "0953-6012449-8002", "HigherDeptId": "218a0610-008d-4258-b785-782af8aed796", "HigherDeptName": null, "LowerDeptIntro": null, "LowerDeptPhonetic": null, "Appointment": true, "hiscode": "25" }, { "LowerDeptId": "ba1d4dd9-f8e7-4d66-b447-433d78788662", "LowerDeptName": "发热门诊", "LowerDeptSort": 17, "LowerDeptAddress": "感染科楼东侧", "LowerDeptPhone": null, "HigherDeptId": "218a0610-008d-4258-b785-782af8aed796", "HigherDeptName": null, "LowerDeptIntro": null, "LowerDeptPhonetic": null, "Appointment": true, "hiscode": "75000267" } ] }