查询病历
GET
/api/medical/record_info/:record_sn
接口描述
查询病历, record_sn 为病历编号
请求头
参数名
类型
描述
必填
AppId
string
机构 appid
必填
AppSecret
string
机构 app_secret
必填
响应参数
application/json参数名
类型
描述
必填
code
int
200
必填
msg
string
说明
必填
record_sn
string
病历编号
必填
record_pic
array
病历图片
必填
record_name
string
病历名称
必填
record_cate
string
病历分类名称
必填
record_time
string
病历分类时间
必填
status
int
状态 0:未审核 1:维护中 3:已完成 -1:已拒绝 2:二次维护
必填
record_template_key
string
病历模板编号
必填
失败响应
application/json参数名
类型
描述
必填
code
int
30009
必填
msg
string
错误信息
必填