申请表添加
POST
http://localhost:8080/application
接口描述
输入信息,向数据库添加申请表,不需要传递applyTime和resultDate,applyId也不用传
请求参数
参数名
类型
描述
必填
applyType
int
申请类型
必填
recordId
int
诊疗卡ID
必填
applyDoctorId
int
申请医生ID
必填
bedNum
string
床号
必填
registId
int
挂号ID
必填
sector
string
区域
必填
sampleType
int
样本类型
必填
niaoChangGui
boolean
尿常规
必填
niaoDanBai
boolean
尿蛋白
必填
niaoHcg
boolean
必填
niaoDianFenMei
boolean
必填
bianChangGui
boolean
必填
yingXie
boolean
必填
fenBiWu
boolean
必填
others
string
其他备注
必填
results
string
检验结果
必填
testerName
string
测试者姓名
必填
响应参数
参数名
类型
描述
必填
applyId
int
示例:7
必填
applyType
string
示例:1
必填
recordId
int
示例:2
必填
applyDoctorId
int
示例:31
必填
sampleType
string
示例:31
必填
niaoChangGui
boolean
示例:true
必填
niaoDanBai
boolean
示例:true
必填
niaoHcg
boolean
示例:true
必填
niaoDianFenMei
boolean
示例:true
必填
bianChangGui
boolean
示例:true
必填
yingXie
boolean
示例:true
必填
fenBiWu
boolean
示例:true
必填
others
string
示例:1010
必填
results
string
示例:1
必填
testerName
string
示例:考虑
必填