就诊记录
请求地址: v1/healthRecords/retrieveUserTreatmentInfo/{userId}/{flag}
HTTP请求方式: GET
请求参数说明
| 参数名称 | 参数类型 | 参数说明 |
|---|---|---|
| userId | long | 用户的id |
| flag | String | 页码 |
响应结果示例
{
"ret_code": 0,
"ret_values": {
"data": {
"more": true,
"more_params": {
"flag": "1",
"order": ""
},
"content": [
{
"office_name": "华坪全科",
"office_type": 1,
"hospital_name": "上海市闵行区江川社区卫生服务中心",
"diagnose_result": "高血压病",
"date": "2016-04-29"
},
{
"office_name": "华坪全科",
"office_type": 1,
"hospital_name": "上海市闵行区江川社区卫生服务中心",
"diagnose_result": "高血压",
"date": "2016-03-31"
},
{
"office_name": "华坪全科",
"office_type": 1,
"hospital_name": "上海市闵行区江川社区卫生服务中心",
"diagnose_result": "高脂血症",
"date": "2016-03-17"
},
{
"office_name": "华坪全科",
"office_type": 1,
"hospital_name": "上海市闵行区江川社区卫生服务中心",
"diagnose_result": "高脂血症",
"date": "2016-03-13"
},
{
"office_name": "华坪全科",
"office_type": 1,
"hospital_name": "上海市闵行区江川社区卫生服务中心",
"diagnose_result": "高血压病",
"date": "2016-02-17"
},
...
{
"office_name": "口腔预防科",
"office_type": 1,
"hospital_name": "上海市口腔病医院",
"diagnose_result": "牙周炎",
"date": "2011-08-08"
}
]
},
"msg": "success",
"code": 0
},
"message": "成功"
}