文档
测试

获取院外护照方案

GET
http://127.0.0.1/app/doctor/outsideCourtPassportScheme/getScheme

请求参数

参数名
类型
描述
必填
phone
string
{{phone}}
必填
token
string
{{token}}
必填
customerUserId
int
用户主键id
必填
doctorUserId
int
医生用户主键id
可选
nutritionistUserId
int
营养师用户主键id
可选

响应参数

参数名
类型
描述
必填
msg
string
示例:保存/更新成功
必填
state
int
示例:1
必填
msg
string
示例:获取成功
必填
schemeSort
array
数据列表
必填
isSelected
int
示例:0
必填
schemeName
string
示例:逆转糖尿病
必填
sort
int
示例:1
必填
outsideCourtPassportScheme
object
数据字典
必填
outsideCourtPassportSchemeContentVoList
array
院外护照方案内容列表
必填
createTime
string
创建时间
必填
doctorUserId
int
医生用户主键id
必填
executor
string
执行人
必填
frequency
string
频次
必填
id
int
主键id
必填
isDeleted
int
是否删除 0:否 1:是
必填
isValid
int
是否有效 0:否 1:是
必填
nutritionistUserId
int
营养师用户主键id
必填
outsideCourtPassportSchemeId
int
院外护照方案主键id
必填
passportType
string
护照类型
必填
remark
string
备注
必填
updateTime
string
更新时间
必填
updateUserId
int
更新人用户id
必填
outsideCourtPassportSchemeVo
object
院外护照方案
必填
createTime
string
创建时间
必填
customerUserId
int
用户主键id
必填
id
int
主键id
必填
isDeleted
int
是否删除 0:否 1:是
必填
isValid
int
是否有效 0:否 1:是
必填
updateTime
string
更新时间
必填
state
int
示例:1
必填

说明 / 示例

{ "msg": "获取成功", "schemeSort": [ { "isSelected": 0, "schemeName": "逆转糖尿病", "sort": 1 }, { "isSelected": 0, "schemeName": "控糖目标", "sort": 2 }, { "isSelected": 0, "schemeName": "饮食方案", "sort": 3 }, { "isSelected": 0, "schemeName": "体重管理", "sort": 4 }, { "isSelected": 0, "schemeName": "用药情况", "sort": 5 }, { "isSelected": 0, "schemeName": "复诊方案", "sort": 6 }, { "isSelected": 1, "schemeName": "院外照护", "sort": 7 } ], "outsideCourtPassportScheme": { "outsideCourtPassportSchemeContentVoList": [ { "createTime": "2022-04-02 15:06:20", "doctorUserId": 4536, "executor": "华文", "frequency": "每日3次", "id": 1, "isDeleted": 0, "isValid": 1, "nutritionistUserId": 0, "outsideCourtPassportSchemeId": 1, "passportType": "健康运动锻炼", "remark": "早中晚各一次", "updateTime": "2022-04-02 15:06:20", "updateUserId": 0 }, { "createTime": "2022-04-02 15:06:51", "doctorUserId": 4536, "executor": "华文", "frequency": "每日3次", "id": 2, "isDeleted": 0, "isValid": 1, "nutritionistUserId": 0, "outsideCourtPassportSchemeId": 1, "passportType": "糖尿病基础知识宣讲", "remark": "早中晚各一次", "updateTime": "2022-04-02 15:07:16", "updateUserId": 4536 } ], "outsideCourtPassportSchemeVo": { "createTime": "2022-04-02 14:26:05", "customerUserId": 4436, "id": 1, "isDeleted": 0, "isValid": 1, "updateTime": "2022-04-02 14:26:05" } }, "state": 1 }