添加病历
POST
/api/medical/add_record
接口描述
添加病历
请求头
参数名
类型
描述
必填
AppId
string
机构 appid
必填
AppSecret
string
机构 app_secret
必填
Authorization
string
sign字符串
必填
请求参数
application/json参数名
类型
描述
必填
user_sn
string
患者编号 [必传]
必填
record_template_key
string
模板编号 [必传]
必填
record_name
string
病历名称 [必传]
必填
record_cate
string
病历分类名称 [非必传]
必填
record_time
string
病历分类时间,格式 Y-m-d H:i:s [非必传]
必填
record_mark
string
病历备注 [非必传]
必填
record_pic
array
病例报告素材编号 [必传]
必填
响应参数
application/json失败响应
application/json参数名
类型
描述
必填
code
int
30005/30006
必填
msg
string
错误信息
必填