挂号查询(全部及ID)
GET
http://localhost:8080/regist/{registId}
接口描述
查询全部挂号,或则拼接ID到URL尾,查询指定挂号
请求参数
参数名
类型
描述
必填
registId
int
诊疗卡ID,拼接在url后
可选
响应参数
参数名
类型
描述
必填
registId
int
挂号ID
必填
registRecordId
int
诊疗卡ID
必填
registDoctorId
int
挂号医生ID
必填
registDatetime
LocalDate
挂号日期时间
必填
registType
string
挂号类别,如:急诊(emergency)、普通(normal)
必填
paymentType
string
支付方式,如:支付宝(alipay)、微信支付(wechat)、现金(cash)
必填
registStatus
string
挂号状态,如:等待叫号(wait)、挂起(up)、结束(end)
必填
registFee
int
挂号费用
必填