用药记录详情

请求地址: v1/healthRecords/pharmacyRecordDetail/{userId}/{flag}/{recipeId}

HTTP请求方式: GET

请求参数说明

参数名称 参数类型 参数说明
userId long 用户的id
flag String 页码
recipeId String 处方id

响应结果示例

{
  "ret_code" : 0,
  "ret_values" : {
    "result" : {
        "data": {
            "more": false,
            "recipe_id": "12fe112b805d414083bde4b097b7a53f",
            "print_time": "2015-12-16",
            "hospital_name": "上海市闵行区江川社区卫生服务中心",
            "medicines": [
                {
                    "medicine_name": "(甲)普乐安片",
                    "medicine_num": "3盒",
                    "use_type": "口服",
                    "day_use_num": "每日三次",
                    "per_use_num": "6片",
                    "specification": "0.57g*120"
                },
                {
                    "medicine_name": "(甲)(依康宁)厄贝沙坦胶囊",
                    "medicine_num": "4盒",
                    "use_type": "口服",
                    "day_use_num": "每日一次",
                    "per_use_num": "2粒",
                    "specification": "75mg×14粒"
                }
            ],
            "more_params": {
                "flag": "",
                "order": ""
            }
        },
        "msg": "success",
        "code": 0
    }
    ,
    "size" : 20,
    "page" : 0
  }
}

results matching ""

    No results matching ""