挂号查询(指定字段查询)
GET
http://localhost:8080/regist/con
接口描述
通过传入条件字段进行查询,与申请表根据输入条件查询一样,任一字段,或则任意字段组合都可以
请求参数
参数名
类型
描述
必填
registId
int
挂号ID,必填
必填
registRecordId
int
诊疗卡号
可选
registDoctorId
int
挂号医生ID
可选
registType
string
挂号类别,如:急诊(emergency)、普通(normal)
可选
paymentType
string
支付方式,如:支付宝(alipay)、微信支付(wechat)、现金(cash)
可选
registStatus
string
挂号状态,如:等待叫号(wait)、挂起(up)、结束(end)
可选
registFee
int
挂号费用
可选
响应参数
参数名
类型
描述
必填
registId
int
挂号ID
必填
registRecordId
int
诊疗卡号
必填
registDoctorId
int
挂号医生ID
必填
registType
string
挂号类别,如:急诊(emergency)、普通(normal)
必填
paymentType
string
支付方式,如:支付宝(alipay)、微信支付(wechat)、现金(cash)
必填
registStatus
string
挂号状态,如:等待叫号(wait)、挂起(up)、结束(end)
必填
registFee
int
挂号费用
必填
registDatetime
string
挂号时间,示例:2020-10-31T23:31:33
必填