-
Notifications
You must be signed in to change notification settings - Fork 1
supervise sugar interface
stupid-coder edited this page Jun 7, 2016
·
1 revision
接口URI:http://ip:port/curus/supervise/sugar/estimate
字段名 | 类型 | 说明 |
---|---|---|
token | Stirng | 用户标示 |
patient_id | String | 评估指导管理对象ID |
接口URI:http://ip:port/curus/supervise/sugar/nonmed
字段名 | 类型 | 说明 |
---|---|---|
token | String | 用户标示 |
patient_id | String | 获取生理指标的管理对象ID |
diet | Option.Double | 输入的增加饮食的分数 |
activity | Option.Double | 输入的增加的运动量 |
PS:如果diet和activity都不带,则返回默认的值。
接口URI:http://ip:port/curus/supervise/sugar/add
字段名 | 类型 | 说明 |
---|---|---|
token | String | 用户标示 |
patient_id | String | 获取生理指标的管理对象ID |
poligy | String | 用户的降血糖计划:{“diet”:”10”,”activity”:”20”} |
该接口用于在项目管理中,决定是否开启血糖管理