文档
测试

获取复诊方案

GET
http://127.0.0.1/app/customer/returnVisitScheme/getScheme

请求参数

参数名
类型
描述
必填
phone
string
{{phone}}
必填
token
string
{{token}}
必填
customerUserId
int
用户主键id
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:保存成功
必填
state
int
示例:1
必填
msg
string
示例:获取成功
必填
schemeSort
array
数据列表
必填
isSelected
int
示例:0
必填
schemeName
string
示例:逆转糖尿病
必填
sort
int
示例:1
必填
state
int
示例:1
必填
returnVisitScheme
object
数据字典
必填
checkItemJson
string
检查项
必填
createTime
string
创建时间
必填
customerUserId
int
用户主键id
必填
doctorUserId
int
医生用户主键id
必填
id
int
主键id
必填
isDeleted
int
是否删除 0:否 1:是
必填
isValid
int
是否有效 0:否 1:是
必填
nutritionistUserId
int
营养师用户主键id
必填
remark
string
备注
必填
returnVisitAddress
string
复诊地址
必填
returnVisitDate
string
复诊时间
必填
treatmentItemJson
string
治疗项
必填
updateTime
string
更新时间
必填

说明 / 示例

{ "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": 1, "schemeName": "复诊方案", "sort": 6 }, { "isSelected": 0, "schemeName": "院外照护", "sort": 7 } ], "state": 1, "returnVisitScheme": { "checkItemJson": "1、基础检查", "createTime": "2022-04-01 16:49:21", "customerUserId": 4436, "doctorUserId": 4536, "id": 2, "isDeleted": 0, "isValid": 1, "nutritionistUserId": 0, "remark": "", "returnVisitAddress": "浙二医院", "returnVisitDate": "2022-04-03 00:00:00", "treatmentItemJson": "", "updateTime": "2022-04-01 16:49:21" } }