You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

30 KiB

全局公共参数

全局Header参数

参数名 示例值 参数描述
暂无参数

全局Query参数

参数名 示例值 参数描述
暂无参数

全局Body参数

参数名 示例值 参数描述
暂无参数

全局认证方式

noauth

全局预执行脚本

暂无预执行脚本

全局后执行脚本

暂无后执行脚本

/医生端

暂无描述

Header参数

参数名 示例值 参数描述
暂无参数

Query参数

参数名 示例值 参数描述
暂无参数

Body参数

参数名 示例值 参数描述
暂无参数

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

/医生端/小程序

暂无描述

Header参数

参数名 示例值 参数描述
loginState {{loginState}} -

Query参数

参数名 示例值 参数描述
暂无参数

Body参数

参数名 示例值 参数描述
暂无参数

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

/医生端/小程序/医生码海报

暂无描述

接口状态

开发中

接口URL

m.igg4.hbraas.com?r=poster/prepare

请求方式

POST

Content-Type

json

请求Query参数

参数名 示例值 参数类型 是否必填 参数描述
r poster/prepare String -

请求Body参数

{
    "posterId": "doctor_mini",
    "doctorId": 1
}

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

成功响应示例

{
	"code": 0,
	"data": {
		"info": {
			"id": "doctor_mini",
			"title": "医生码海报",
			"desc": "医生小程序码海报"
		},
		"body": {
			"bgImg": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/135530bb4f0016dbb5fa885de1646ec7_17504862342103.png",
			"width": "750",
			"height": "1448"
		},
		"elements": [
			{
				"id": "doctorAvatar",
				"desc": "医生头像",
				"type": 0,
				"picType": "avatar",
				"src": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/d74d48ab1071e2b5db3484d7feb4c9f3_16941744887904.jpg",
				"width": "156",
				"height": "156",
				"halign": "center",
				"top": "222",
				"shape": "circle"
			},
			{
				"id": "doctorName",
				"desc": "医生姓名",
				"type": 1,
				"text": "医生2",
				"font": "宋体",
				"font-size": "38",
				"color": "#283031",
				"single-line": true,
				"halign": "center",
				"top": "404"
			},
			{
				"id": "hospitalName",
				"desc": "医院名称",
				"type": 1,
				"text": "北京大学第一医院",
				"font": "宋体",
				"font-size": "32",
				"color": "#283031",
				"single-line": true,
				"halign": "center",
				"top": "456"
			},
			{
				"id": "minicode",
				"desc": "医生小程序码",
				"type": 0,
				"picType": "minicode",
				"src": "https://m.zd.hbraas.com/?r=minicode/gen&cid=doctor_mini&doctorId=1&inviteChan=1",
				"width": "416",
				"height": "416",
				"halign": "center",
				"top": "656"
			}
		]
	}
}
参数名 示例值 参数类型 参数描述
code 0 Integer -
data - Object -
data.info - Object -
data.info.id doctor_mini String -
data.info.title 医生码海报 String -
data.info.desc 医生小程序码海报 String -
data.body - Object -
data.body.bgImg https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/135530bb4f0016dbb5fa885de1646ec7_17504862342103.png String -
data.body.width 750 String -
data.body.height 1448 String -
data.elements - Array -
data.elements.id doctorAvatar String -
data.elements.desc 医生头像 String -
data.elements.type 0 Integer -
data.elements.picType avatar String -
data.elements.src https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/d74d48ab1071e2b5db3484d7feb4c9f3_16941744887904.jpg String -
data.elements.width 156 String -
data.elements.height 156 String -
data.elements.halign center String -
data.elements.top 222 String -
data.elements.shape circle String -

/医生端/小程序/发送验证码

暂无描述

接口状态

开发中

接口URL

m.igg4.hbraas.com?r=igg4/login/send-verify-code

请求方式

POST

Content-Type

form-data

请求Query参数

参数名 示例值 参数类型 是否必填 参数描述
r igg4/login/send-verify-code Text -

请求Body参数

参数名 示例值 参数类型 是否必填 参数描述
mobile 18513583927 Text 电话号码

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

/医生端/小程序/验证码登录

暂无描述

接口状态

开发中

接口URL

m.igg4.hbraas.com?r=igg4/doctor/login/reg-login

请求方式

POST

Content-Type

json

请求Query参数

参数名 示例值 参数类型 是否必填 参数描述
r igg4/doctor/login/reg-login Text -

请求Body参数

{
	"mobile": "18513583927",
	"code": "4413"
}
参数名 示例值 参数类型 是否必填 参数描述
mobile 18513583927 String 手机号
code 4413 String 验证码

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

成功响应示例

{
	"code": 0,
	"data": {
		"username": "",
		"userid": "50022",
		"doctorid": "1",
		"avatar": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/d74d48ab1071e2b5db3484d7feb4c9f3_16941744887904.jpg",
		"reg": 0,
		"userinfo": 1,
		"isWorker": 0,
		"rolesId": 0,
		"isLogin": 1,
		"loginType": 2
	}
}
参数名 示例值 参数类型 参数描述
code 0 Integer 验证码
data - Object -
data.username - String -
data.userid 50022 String -
data.doctorid 1 String 医生Id
data.avatar https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/d74d48ab1071e2b5db3484d7feb4c9f3_16941744887904.jpg String -
data.reg 0 Integer -
data.userinfo 1 Integer -
data.isWorker 0 Integer -
data.rolesId 0 Integer -
data.isLogin 1 Integer 是否登录 1-登录,0-未登录
data.loginType 2 Integer 登录类型 1-患者用户,2-医生

/医生端/小程序/微信登录

暂无描述

接口状态

开发中

接口URL

m.igg4.hbraas.com?r=igg4/doctor/login/wx-reg-login

请求方式

POST

Content-Type

json

请求Query参数

参数名 示例值 参数类型 是否必填 参数描述
r igg4/doctor/login/wx-reg-login Text -

请求Body参数

{
	"iv": "",
	"encryptedData": ""
}
参数名 示例值 参数类型 是否必填 参数描述
iv - String -
encryptedData - String -

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

成功响应示例

{
	"code": 0,
	"data": {
		"username": "",
		"userid": "50022",
		"doctorid": "1",
		"avatar": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/d74d48ab1071e2b5db3484d7feb4c9f3_16941744887904.jpg",
		"reg": 0,
		"userinfo": 1,
		"isWorker": 0,
		"rolesId": 0,
		"isLogin": 1,
		"loginType": 2
	}
}
参数名 示例值 参数类型 参数描述
code 0 Integer -
data - Object -
data.username - String -
data.userid 50022 String -
data.doctorid 1 String 医生Id
data.avatar https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/d74d48ab1071e2b5db3484d7feb4c9f3_16941744887904.jpg String -
data.reg 0 Integer -
data.userinfo 1 Integer -
data.isWorker 0 Integer -
data.rolesId 0 Integer -
data.isLogin 1 Integer 是否登录 1-登录,0-未登录
data.loginType 2 Integer 登录类型 1-患者,2-医生

/医生端/小程序/医生信息

暂无描述

接口状态

开发中

接口URL

m.igg4.hbraas.com?r=igg4/doctor/account/info

请求方式

GET

Content-Type

none

请求Query参数

参数名 示例值 参数类型 是否必填 参数描述
r igg4/doctor/account/info String -

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

成功响应示例

{
	"code": 0,
	"data": {
		"doctor": {
			"Id": 2,
			"Name": "秦医生",
			"Img": "https://m.igg4.hbraas.com/images/doctor_default.png",
			"Telephone": "18513583927",
			"HospitalId": 1,
			"Introduce": "呵呵",
			"ClinicType": 1,
			"Clinic": [
				{
					"weekday": "1",
					"timeType": "1"
				}
			],
			"Department": "全科",
			"JobTitle": "主任医师",
			"TipStatus": 2
		},
		"hospital": {
			"Id": "1",
			"Name": "协和",
			"HospitalClassification": "3",
			"HospitalLevel": "1",
			"Telephone": "",
			"Introduce": "",
			"ProvinceName": "北京市",
			"CityName": "北京市",
			"CountyName": "东城区",
			"Address": "北京市东城区帅府园1号",
			"IsMedical": "1",
			"HospitalClassificationName": "三级",
			"HospitalLevelName": "甲等"
		}
	}
}
参数名 示例值 参数类型 参数描述
code 0 Integer -
data - Object -
data.doctor - Object 医生信息
data.doctor.Id 2 Integer 医生id
data.doctor.Name 秦医生 String 医生名
data.doctor.Img https://m.igg4.hbraas.com/images/doctor_default.png String 头像
data.doctor.Telephone 18513583927 String 医生手机号
data.doctor.HospitalId 1 Integer 医院id
data.doctor.Introduce 呵呵 String 医生介绍
data.doctor.ClinicType 1 Integer -
data.doctor.Clinic - Array 门诊时间
data.doctor.Clinic.weekday 1 String -
data.doctor.Clinic.timeType 1 String -
data.doctor.Department 全科 String 科室
data.doctor.JobTitle 主任医师 String 职称
data.doctor.TipStatus 2 Integer -
data.hospital - Object 医院信息
data.hospital.Id 1 String 医院id
data.hospital.Name 协和 String 医院名
data.hospital.HospitalClassification 3 String 医院等级分类ID
data.hospital.HospitalLevel 1 String 医院等级ID
data.hospital.Telephone - String 电话
data.hospital.Introduce - String 简介
data.hospital.ProvinceName 北京市 String
data.hospital.CityName 北京市 String
data.hospital.CountyName 东城区 String
data.hospital.Address 北京市东城区帅府园1号 String 详细地址
data.hospital.IsMedical 1 String -
data.hospital.HospitalClassificationName 三级 String 医院等级
data.hospital.HospitalLevelName 甲等 String 医院等级

/医生端/小程序/医生邀约码

暂无描述

接口状态

开发中

接口URL

m.igg4.hbraas.com?r=igg4/doctor/account/mp-info

请求方式

GET

Content-Type

none

请求Query参数

参数名 示例值 参数类型 是否必填 参数描述
r igg4/doctor/account/mp-info String -

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

/医生端/小程序/退出登录

暂无描述

接口状态

开发中

接口URL

m.igg4.hbraas.com?r=igg4/doctor/account/reg-logout

请求方式

POST

Content-Type

none

请求Query参数

参数名 示例值 参数类型 是否必填 参数描述
r igg4/doctor/account/reg-logout String -

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

/医生端/小程序/首页

暂无描述

Header参数

参数名 示例值 参数描述
暂无参数

Query参数

参数名 示例值 参数描述
暂无参数

Body参数

参数名 示例值 参数描述
暂无参数

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

/医生端/小程序/首页/首页汇总信息

暂无描述

接口状态

开发中

接口URL

m.igg4.hbraas.com?r=igg4/doctor/index/summary

请求方式

GET

Content-Type

none

请求Query参数

参数名 示例值 参数类型 是否必填 参数描述
r igg4/doctor/index/summary String -

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

成功响应示例

{
	"code": 0,
	"data": {
		"TotalPatientNum": "1",
		"MonthNewPatientCount": "1"
	}
}
参数名 示例值 参数类型 参数描述
code 0 Integer -
data - Object -
data.TotalPatientNum 1 String 邀约患者数
data.MonthNewPatientCount 1 String 当月新增

/医生端/小程序/首页/获取医生端统计数据列表

暂无描述

接口状态

开发中

接口URL

m.igg4.hbraas.com?r=igg4/doctor/doctor-stat/get-month-list&statYear=2026

请求方式

GET

Content-Type

none

请求Query参数

参数名 示例值 参数类型 是否必填 参数描述
r igg4/doctor/doctor-stat/get-month-list String -
statYear 2026 String 筛选年份

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

成功响应示例

{
	"code": 0,
	"data": {
		"list": [
			{
				"StatMonth": "2025-05",
				"InvitePCount": "2",
				"MonthInvitePCount": "0",
				"MonthActivePCount": "0",
				"YearActivePCount": "0",
				"MonthRegularAssessPCount": "0",
				"RegularAssessPCount": "0",
				"YearAdlStandardRate": "0.00",
				"YearDoubleStandardRate": "0.00"
			}
		]
	}
}
参数名 示例值 参数类型 参数描述
code 0 Integer -
data - Object -
data.list - Array 列表数据
data.list.StatMonth 2025-05 String -
data.list.InvitePCount 2 String 累计邀约患者数
data.list.MonthInvitePCount 0 String 月邀约患者数
data.list.MonthActivePCount 0 String 月激活患者数
data.list.YearActivePCount 0 String 年激活患者数
data.list.MonthRegularAssessPCount 0 String 月规律评估患者数
data.list.RegularAssessPCount 0 String 累计规律评估患者数
data.list.YearAdlStandardRate 0.00 String 疗效达标率
data.list.YearDoubleStandardRate 0.00 String 双达标率

/医生端/小程序/患者

暂无描述

Header参数

参数名 示例值 参数描述
暂无参数

Query参数

参数名 示例值 参数描述
暂无参数

Body参数

参数名 示例值 参数描述
暂无参数

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

/医生端/小程序/患者/患者列表

暂无描述

接口状态

开发中

接口URL

m.igg4.hbraas.com?r=igg4/doctor/patient/list&page=1&Search=&IsPreviousConvulsion=&IsUseDrugs=&HasRemark=&count=10&HasAdl=&DoubleStandard=&AdlTime=&AdlScore=&AdlScoreChange=&AdlScoreChangeType=&AdlScoreChangeMax=&AdlScoreChangeMin=&SteroidDailyDose=&SteroidDailyDoseChange=&AntibodyType=&ThyroidAbnormal=&PreviousConvulsion=&TraditionalImmunosuppressant=&MedicalInsuranceType=&PharyngealSymptoms=&BindStartDate=&BindEndDate=&IsThisWeekAdl=

请求方式

GET

Content-Type

none

请求Query参数

参数名 示例值 参数类型 是否必填 参数描述
r igg4/doctor/patient/list String -
page 1 String 页码
Search - String 搜索
IsPreviousConvulsion - String 复发期 1-是
IsUseDrugs - String 是否用药 1-是
HasRemark - String 是否有备注 1-是
count 10 String 每页条数
HasAdl - String 是否有ADL记录 0-全部 1-有,2-无
DoubleStandard - String 是否双达标 0-全部 1-是 2-否
AdlTime - String adl测评时间 0-全部 1-小于等于7天 2-大于7天
AdlScore - String adl评分(多选) 空-全部 1:0-1分 2:2-4分 3:>=5分 多个用'-'连接
AdlScoreChange - String adl评分变化 (多选)空-全部 1-增加,2-不变 3-减少 多个用'-'连接
AdlScoreChangeType - String 其中增加有附加字段 1:>=2分,2:其它
AdlScoreChangeMax - String 评分变化最小值
AdlScoreChangeMin - String 评分变化最大值
SteroidDailyDose - String 激素用量 (多选)空-全部 1:0-5mg 2:6-19mg 3:>=20mg 多个用'-'连接
SteroidDailyDoseChange - String 激素用量变化 (多选)空-全部 1-增加 2-不变 3-减少 多个用'-'连接
AntibodyType - String 抗体类型 0:全部,1:AChR 2:Musk 3:LRP4 4:RYR
ThyroidAbnormal - String 胸腺异常 0:全部,1:是 2:否
PreviousConvulsion - String 既往发生危象 0:全部,1:是 2:否
TraditionalImmunosuppressant - String 传统免疫抑制剂 0:全部,1:特克莫苏 2:硫唑嘌呤 3:马替麦考酚酯 4:其他
MedicalInsuranceType - String 医保类型 0:全部,1:城市职工 2:城市居民 3:新农合
PharyngealSymptoms - String 延髓症状 0:全部,1:>=2 分,2:<2分
BindStartDate - String 绑定开始日期
BindEndDate - String 绑定结束日期
IsThisWeekAdl - String 本周是否测试Adl 0:全部,1:是,2:否

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

成功响应示例

{
	"code": 0,
	"data": {
		"list": [
			{
				"UserImg": "https://m.igg4.hbraas.com/images/user_default.png",
				"TelephoneRegionId": "12",
				"TelephoneRegionName": "其他",
				"TelephoneProvince": "北京市",
				"TelephoneCity": "北京市",
				"Name": "charlie",
				"PatientId": "1",
				"DoctorRemark": "",
				"Gender": "1",
				"UseDrugsNum": "0",
				"IsSick": "1",
				"IsUseDrugs": "1",
				"LastUseDrugsTime": null,
				"InviteTime": "2026-05-18 18:26:47",
				"DiagnosisTimeRange": "1",
				"Telephone": "185****3927",
				"AdlScore": null,
				"SteroidDailyDose": null,
				"LastAdlTime": null,
				"AdlScore2": null,
				"SteroidDailyDose2": null,
				"AdlTime": null,
				"AdlTime2": null,
				"AdlId": null,
				"AdlId2": null,
				"UserType": 4,
				"TotalScoreChange": null,
				"SteroidDailyDoseChange": null,
				"Tags": []
			}
		],
		"pages": 1,
		"count": "1",
		"page": 1
	}
}
参数名 示例值 参数类型 参数描述
code 0 Integer -
data - Object -
data.list - Array 列表数据
data.list.UserImg https://m.igg4.hbraas.com/images/user_default.png String 头像
data.list.TelephoneRegionId 12 String -
data.list.TelephoneRegionName 其他 String -
data.list.TelephoneProvince 北京市 String -
data.list.TelephoneCity 北京市 String -
data.list.Name charlie String 患者名
data.list.PatientId 1 String 患者Id
data.list.DoctorRemark - String 医生备注
data.list.Gender 1 String 患者性别 0-未知, 1-男,2-女
data.list.UseDrugsNum 0 String 用药次数
data.list.IsSick 1 String -
data.list.IsUseDrugs 1 String 是否用药 1-是
data.list.LastUseDrugsTime null Null 最近一次用药时间
data.list.InviteTime 2026-05-18 18:26:47 String 邀约时间
data.list.DiagnosisTimeRange 1 String 确诊时间范围 1-6个月以内 2-6个月-3年 3-3年以上
data.list.Telephone 185****3927 String 患者手机号
data.list.AdlScore null Null adl评分
data.list.SteroidDailyDose null Null 激素日用量(mg)
data.list.LastAdlTime null Null 最近一次adl测评时间
data.list.AdlScore2 null Null -
data.list.SteroidDailyDose2 null Null -
data.list.AdlTime null Null -
data.list.AdlTime2 null Null -
data.list.AdlId null Null -
data.list.AdlId2 null Null -
data.list.UserType 4 Integer -
data.list.TotalScoreChange null Null 分评变化
data.list.SteroidDailyDoseChange null Null 激素日用量(mg)变化
data.list.Tags - Array 患者标签
data.pages 1 Integer 总页数
data.count 1 String 每页条数
data.page 1 Integer 页码

/医生端/小程序/患者/患者详情

暂无描述

接口状态

开发中

接口URL

m.igg4.hbraas.com?r=igg4/doctor/patient/info&patientId=1

请求方式

GET

Content-Type

none

请求Query参数

参数名 示例值 参数类型 是否必填 参数描述
r igg4/doctor/patient/info String -
patientId 1 String -

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

成功响应示例

{
	"code": 0,
	"data": {
		"UserImg": "https://m.igg4.hbraas.com/zd/doctor/user_default.png",
		"Name": "charlie",
		"DiagnosisTimeRange": "1",
		"InviteTime": "2026-05-18 18:26:47",
		"AgeRange": "1",
		"PatientId": "1",
		"DoctorRemark": "",
		"Gender": "1",
		"UseDrugsNum": "0",
		"LastUseDrugsTime": null,
		"IsUseDrugs": "1",
		"IsSick": "1",
		"AntibodyType": "1",
		"ThyroidAbnormal": "1",
		"PreviousConvulsion": "1",
		"TraditionalImmunosuppressant": "1",
		"MedicalInsuranceType": "1",
		"Telephone": "18513583927",
		"AdlScore": null,
		"SteroidDailyDose": null,
		"LastAdlTime": null,
		"LastAdlNeedFollowStatus": "2",
		"AdlScore2": null,
		"SteroidDailyDose2": null,
		"AdlTime": null,
		"AdlTime2": null,
		"AdlId": null,
		"AdlId2": null,
		"IsCurrent": "1",
		"TotalScoreChange": null,
		"SteroidDailyDoseChange": null,
		"Tags": [],
		"UserType": 4,
		"HealthQA": {
			"patientId": "1",
			"hasSubmitted": true,
			"latestSubmitTime": "2026-05-18 12:18:12",
			"questions": [
				{
					"QuestionNo": 1,
					"QuestionContent": "您目前被确诊的受累器官有哪些?(可多选)",
					"QuestionType": 2,
					"HasOther": 1,
					"Options": {
						"1": "泪腺/眼眶",
						"2": "唾液腺(腮腺、颌下腺)",
						"3": "胰腺",
						"4": "胆管/肝脏",
						"5": "肺部",
						"6": "肾脏",
						"7": "腹膜后",
						"8": "淋巴结",
						"9": "甲状腺",
						"99": "其他"
					},
					"Answer": [
						1,
						2
					],
					"AnswerText": [
						"泪腺/眼眶",
						"唾液腺(腮腺、颌下腺)"
					],
					"OtherText": "",
					"SubmitTime": "2026-05-18 12:18:12",
					"Version": "2",
					"UserId": "4"
				},
				{
					"QuestionNo": 2,
					"QuestionContent": "您目前是否处于疾病复发或活动期?",
					"QuestionType": 1,
					"HasOther": 0,
					"Options": {
						"1": "否(稳定)",
						"2": "是(复发/活动)",
						"3": "不清楚"
					},
					"Answer": 1,
					"AnswerText": "否(稳定)",
					"OtherText": "",
					"SubmitTime": "2026-05-18 12:18:12",
					"Version": "2",
					"UserId": "4"
				},
				{
					"QuestionNo": 3,
					"QuestionContent": "您目前正在使用的药物有哪些?",
					"QuestionType": 2,
					"HasOther": 1,
					"Options": {
						"1": "未用药",
						"2": "糖皮质激素(泼尼松等)",
						"3": "免疫抑制剂",
						"4": "CD20靶点生物制剂(利妥昔单抗、奥妥珠单抗)",
						"5": "CD19靶点生物制剂(伊奈利珠单抗)",
						"99": "其他"
					},
					"Answer": [
						1,
						2,
						3,
						99
					],
					"AnswerText": [
						"未用药",
						"糖皮质激素(泼尼松等)",
						"免疫抑制剂",
						"其他"
					],
					"OtherText": "益生素",
					"SubmitTime": "2026-05-18 12:18:12",
					"Version": "2",
					"UserId": "4"
				},
				{
					"QuestionNo": 4,
					"QuestionContent": "近1个月是否有新发或加重的不适症状?",
					"QuestionType": 1,
					"HasOther": 0,
					"Options": {
						"1": "无",
						"2": "有"
					},
					"Answer": 2,
					"AnswerText": "有",
					"OtherText": "",
					"SubmitTime": "2026-05-18 12:18:12",
					"Version": "2",
					"UserId": "4"
				}
			]
		}
	}
}
参数名 示例值 参数类型 参数描述
code 0 Integer -
data - Object -
data.UserImg https://m.igg4.hbraas.com/zd/doctor/user_default.png String 患者头像
data.Name charlie String 患者名
data.DiagnosisTimeRange 1 String 确诊时间范围 1-6个月以内 2-6个月-3年 3-3年以上
data.InviteTime 2026-05-18 18:26:47 String 邀约时间
data.AgeRange 1 String 年龄范围1-<40岁,2-40-49岁,3-50-59岁,4-60-69岁,5-70-79岁,6-80岁以上
data.PatientId 1 String 患者Id
data.DoctorRemark - String 医生备注
data.Gender 1 String 患者性别 0-未知, 1-男,2-女
data.UseDrugsNum 0 String 用药次数
data.LastUseDrugsTime null Null 最近一次用药时间
data.IsUseDrugs 1 String 是否用药患者 1-是
data.IsSick 1 String -
data.AntibodyType 1 String 抗体类型 1:AChR 2:Musk 3:LRP4 4:RYR
data.ThyroidAbnormal 1 String 胸腺异常 1:是 2:否
data.PreviousConvulsion 1 String 既往发生危象 1:是 2:否
data.TraditionalImmunosuppressant 1 String 传统免疫抑制剂 1:特克莫苏 2:硫唑嘌呤 3:马替麦考酚酯 4:其他
data.MedicalInsuranceType 1 String 医保类型 1:城市职工 2:城市居民 3:新农合
data.Telephone 18513583927 String 患者手机号号
data.AdlScore null Null adl评分
data.SteroidDailyDose null Null 激素日用量(mg)
data.LastAdlTime null Null 最近一次adl测评时间
data.LastAdlNeedFollowStatus 2 String -
data.AdlScore2 null Null -
data.SteroidDailyDose2 null Null -
data.AdlTime null Null -
data.AdlTime2 null Null -
data.AdlId null Null -
data.AdlId2 null Null -
data.IsCurrent 1 String -
data.TotalScoreChange null Null 分评变化
data.SteroidDailyDoseChange null Null 激素日用量(mg)变化
data.Tags - Array 患者标签
data.UserType 4 Integer 用户类型 1-空白用户,2-注册用户,3-疾病患者,4-用药患者
data.HealthQA - Object 健康问卷内容
data.HealthQA.patientId 1 String -
data.HealthQA.hasSubmitted true Boolean -
data.HealthQA.latestSubmitTime 2026-05-18 12:18:12 String -
data.HealthQA.questions - Array -
data.HealthQA.questions.QuestionNo 1 Integer -
data.HealthQA.questions.QuestionContent 您目前被确诊的受累器官有哪些?(可多选) String -
data.HealthQA.questions.QuestionType 2 Integer -
data.HealthQA.questions.HasOther 1 Integer -
data.HealthQA.questions.Options - Object -
data.HealthQA.questions.Options.1 泪腺/眼眶 String -
data.HealthQA.questions.Options.2 唾液腺(腮腺、颌下腺) String -
data.HealthQA.questions.Options.3 胰腺 String -
data.HealthQA.questions.Options.4 胆管/肝脏 String -
data.HealthQA.questions.Options.5 肺部 String -
data.HealthQA.questions.Options.6 肾脏 String -
data.HealthQA.questions.Options.7 腹膜后 String -
data.HealthQA.questions.Options.8 淋巴结 String -
data.HealthQA.questions.Options.9 甲状腺 String -
data.HealthQA.questions.Options.99 其他 String -
data.HealthQA.questions.Answer 1 Array -
data.HealthQA.questions.AnswerText 泪腺/眼眶 Array -
data.HealthQA.questions.OtherText - String -
data.HealthQA.questions.SubmitTime 2026-05-18 12:18:12 String -
data.HealthQA.questions.Version 2 String -
data.HealthQA.questions.UserId 4 String -

/医生端/小程序/患者/修改患者备注

暂无描述

接口状态

开发中

接口URL

m.igg4.hbraas.com?r=igg4/doctor/patient/remark

请求方式

POST

Content-Type

json

请求Query参数

参数名 示例值 参数类型 是否必填 参数描述
r igg4/doctor/patient/remark String -

请求Body参数

{
    "PatientId": 1,
    "DoctorRemark": "这是本人"
}

认证方式

noauth

预执行脚本

暂无预执行脚本

后执行脚本

暂无后执行脚本

成功响应示例

{"code":0,"data":"操作成功"}