文档
测试

获取健康管理评估问卷(当天)

POST
GetHealthManagementAssessmentQuestionnaire

接口描述

获取健康管理评估问卷(当天)

请求参数

参数名
类型
描述
必填
dataJson
object
数据参数
必填
member_id
number
会员ID 示例:100000
必填
client_key
string
密钥 示例:A5D22FF169993B30EFD2F2AE2A1875B572AA1835D2DBA51C588E601FA684CF4C
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
name
string
性名 示例:陈老三
必填
gender
string
性别(单选)[男,女] 示例:男
必填
age
string
年龄 示例:42
必填
height
string
身高 示例:170
必填
weight
string
体重 示例:83
必填
id_no_type
string
证件类型(单选)[身份证,护照,回乡证,港奥通行证] 示例:护照
必填
id_no
string
证件号 示例:A666888
必填
marital_status
string
婚姻情况(单选)[未婚,已婚,丧偶,离婚] 示例:离婚
必填
is_smoke
string
是否吸烟(单选)[是,否] 示例:是
必填
is_drink
string
是否喝酒(单选)[是,否] 示例:是
必填
past_history
string
既往史(多选)[无,高血压,糖尿病,心脏,精神神经疾,其他] 示例:心脏,其他
必填
past_history_other
string
既往史其它 示例:过往史其它
必填
family_medical_history
string
家族病史多选(多选)[无,高血压,糖尿病,心脏,精神神经疾,其他] 示例:高血压,糖尿病,精神神经疾,其他
必填
family_medical_history_other
string
家族病史其它 示例:家族史其它2
必填
feel_mean
string
您近3个月有哪些身体不适? 示例:有身体不适
必填
allergic_history
string
过敏史(单选)[无,有] 示例:有
必填
allergic_history_other
string
过敏史[有] 输入值 示例:过敏史有输入
必填
question1
string
1.您是否难入睡?(单选)[无,有时,偶尔,经常] 示例:无
必填
question2
string
2.您是否感到恶心或曾经呕吐?(单选)[无,有时,偶尔,经常,频次] 示例:频次
必填
question2_other
string
问题2 频次输入值 示例:6
必填
question3
string
3.平时是否有服用药物(单选)[无,有] 示例:有
必填
question3_other
string
问题3 输入值 示例:服用药物xxxx
必填
question4
string
4.您身体是否感受到疼痛?(单选)[无,有时,偶尔,经常,部位] 示例:部位
必填
question4_other
string
问题4 部位输入值 示例:头部
必填
ret
int
示例:0
必填
err_code
int
示例:0
必填
msg
string
示例:ok
必填

说明 / 示例

## 接口地址 ## 成功返回示例 ```language { "data": { "name": "陈老三", "gender": "男", "age": "42", "height": "170", "weight": "83", "id_no_type": "护照", "id_no": "A666888", "marital_status": "离婚", "is_smoke": "是", "is_drink": "是", "past_history": "心脏,其他", "past_history_other": "过往史其它", "family_medical_history": "高血压,糖尿病,精神神经疾,其他", "family_medical_history_other": "家族史其它2", "feel_mean": "3个月有身体不适", "allergic_history": "有", "allergic_history_other": "过敏史有输入", "question1": "无", "question2": "频次", "question2_other": "6", "question3": "有", "question3_other": "服用药物xxxx", "question4": "部位", "question4_other": "头部" }, "ret": 0, "err_code": 0, "msg": "ok" } ``` >i 注:ret = 0 为成功 ## 失败返回示例 ```language { "ret": 4, "msg": "参数不能为空", "err_code": 10008 } ``` >d 注:ret > 0 为失败 ## 错误编号(errCode):