文档
测试

床位列表

GET
http://localhost:8083/bed/list?status=0&type=1&hospitalId=2&createBy=oo

接口描述

同分页查询一致 参考分页查询

请求参数

参数名
类型
描述
必填
status
int
示例:0
必填
type
int
示例:1
必填
hospitalId
int
示例:2
必填
createBy
string
示例:oo
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
msg
string
示例:床位信息列表
必填
obj
array
数据列表
必填
bedId
string
示例:0346de0a59c1bcd5cdcb2666033b71ac 床位uuid
必填
bedNumber
string
示例:A34 床位号
必填
type
int
示例:1 床位类型,1-固定床位,2-临时床位
必填
status
int
示例:0 状态,0-空闲,1-占用
必填
hospitalId
string
示例:110 医院id
必填
bigDeptId
string
示例:114 大区id
必填
deptId
string
示例:115 分区id
必填
createTime
string
示例:2020-06-06 14:47:12
必填
updateTime
string
示例:2020-06-06 14:47:12
必填
createBy
string
示例:骨一分区管理1
必填
updateBy
object
示例:null
必填
code
string
示例:100
必填
version
string
示例:1.0
必填
size
int
示例:0
必填