6、获取中风预测记录
GET
http://localhost:88/api/predict/apoplexy/getApoplexyHistory?page=1&limit=10
接口描述
根据用户信息获取中风预测记录
请求头
参数名
类型
描述
必填
Authorization
string
jwt身份认证信息
必填
URL参数
参数名
类型
描述
必填
page
int
当前页码
必填
limit
int
每页记录数
必填
响应参数
参数名
类型
描述
必填
msg
string
提示信息
必填
code
int
0-成功,其他业务码-失败
必填
totalCount
int
数据总数
必填
pageSize
int
分页数量
必填
totalPage
int
总页数
必填
currPage
int
当前页码
必填
id
int
自增id
必填
userId
string
用户id
必填
sex
int
性别
必填
age
int
年龄
必填
hypertension
int
是否患有高血压
必填
heartDisease
int
是否患有心脏病
必填
everMarried
int
婚姻情况
必填
avgGlucoseLevel
float
平均血糖浓度
必填
bmi
int
体质指数(kg/m2)
必填
smokingStatus
int
吸烟情况
必填
sexDeviation
double
性别偏离度
必填
ageDeviation
double
年龄偏离度
必填
hypertensionDeviation
double
是否有高血压偏离度
必填
heartDiseaseDeviation
double
是否有心脏病偏离度
必填
everMarriedDeviation
double
婚姻情况偏离度
必填
avgGlucoseLevelDeviation
double
平均血糖浓度偏离度
必填
bmiDeviation
double
体质指数偏离度
必填
smokeDeviation
double
吸烟情况偏离度
必填
expectancy
double
患病风险率
必填
createAt
date
创建时间
必填
updateAt
date
更新时间
必填
result
string
预测结果高
必填
showStatus
int
逻辑删除状态
必填