- 账号相关
- 微信 - 登录POST
- APP微信-登录POST
- 发送短信 - 登录POST
- 手机验证码登录POST
- 退出登录POST
- 发送检测结果POST
- 数据过滤(规则)POST
- 添加头像POST
- 修改头像POST
- 修改家庭组名称POST
- 刷新用户信息POST
- 手机号换绑 - 验证旧手机号POST
- 发送短信 - 验证旧手机号POST
- 手机号换绑 - 绑定新手机号POST
- 发送短信 - 绑定新手机号POST
- 实名认证POST
- 获取当前账号手机号POST
- 修改用户信息POST
- 发送模板消息POST
- 设置-修改设备状态POST
- 设置-修改健康状态POST
- 发送忘记权限密码的验证码POST
- 验证验证码,修改权限密码POST
- 查询用户现在的权限密码POST
- 修改权限密码POST
- 使用用户的手机号验证用户是否是本人POST
- 修改用户基础信息和历史病症POST
- 根据用户id查询用户信息POST
- 设备相关
- 健康页面
- 监测设置
- 用药提醒
- 记尿酸
- 记血脂
- 意见反馈
- 应用相关
- 组织相关
- 手工录入
- 即时通讯
- cheerui
- 家庭群
- 环信
- 消息相关
- 上传文件POST
- 查询系统消息POST
- 修改控制访 问时间POST
- 查询访问控制时间POST
- 查询所有闲置时间设定POST
- 更新系统消息POST
查询-手工录入健康记录
开发中
POST
http://127.0.0.1:20000/c-system-app/api/engeleye/app/c-system-app/api/engeleye/app/pe/getManualInputRecord
最后修改时间:2022-10-24 05:43:56
责任人:未设置
参数名 | 参数值 | 类型 | 必填 | 描述 |
---|---|---|---|---|
recordType | int | 是 | 0体温、1脉率、2血氧、3血压、4血糖、5尿酸、6血脂 、7尿量、8大便次数、9疼痛、10补液量 | |
dateTime | String | 否 | 2022-07-05,若为空则查全部 |
请求参数
Header 参数
token
string
必需
示例值:
eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiI3YmNkYjZhNzk2ZWU0ZTYyOTBkYWY4M2M5YTQ0NzZiNyIsImlhdCI6MTY1NzI1MTM5NiwiaXNzIjoiTGl1U2h1S3UiLCJzdWIiOiIyMzA2IiwiZXhwIjoxNjU5OTI5Nzk2fQ.SXJv-qsn9lbHnQCEVsca-mEJmxhWtT9dHTC36LHLPL4
Body 参数application/json
recordType
integer
必需
dateTime
string
必需
示例
{
"recordType": 1,
"dateTime": "2022-07-05"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1:20000/c-system-app/api/engeleye/app/c-system-app/api/engeleye/app/pe/getManualInputRecord' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiI3YmNkYjZhNzk2ZWU0ZTYyOTBkYWY4M2M5YTQ0NzZiNyIsImlhdCI6MTY1NzI1MTM5NiwiaXNzIjoiTGl1U2h1S3UiLCJzdWIiOiIyMzA2IiwiZXhwIjoxNjU5OTI5Nzk2fQ.SXJv-qsn9lbHnQCEVsca-mEJmxhWtT9dHTC36LHLPL4' \
--header 'Content-Type: application/json' \
--data-raw '{
"recordType": 1,
"dateTime": "2022-07-05"
}'
返回响应
🟢200success
application/json
Body
code
string
必需
msg
string
必需
result
object
必需
2022-07-05
array [object {14}]
必需
示例
{
"code": "0000",
"msg": "操作成功",
"result": {
"2022-10-21": [
{
"recordType": "补液量",
"temperature": "36.5",
"bloodOxygen": "",
"heartTate": "",
"bloodSugar": "",
"uricAcid": "",
"systolicPressure": "",
"diastolicPressure": "",
"totalCholesterol": "",
"triglyceride": "",
"highDensityLipoproteinCholesterol": "",
"lowDensityLipoproteinCholesterol": "",
"urineOutput": "",
"defecateFrequency": "",
"pain": "",
"painStage": "",
"weight": null,
"floodingQuantity": "5",
"sumUrineOutput": "0",
"sumFloodingQuantity": "5",
"sumInfusionQuantity": "10",
"date": "2022-10-21",
"time": "15:00",
"infusionQuantity": "10"
},
{
"recordType": "补液量",
"temperature": "36.5",
"bloodOxygen": "",
"heartTate": "",
"bloodSugar": "",
"uricAcid": "",
"systolicPressure": "",
"diastolicPressure": "",
"totalCholesterol": "",
"triglyceride": "",
"highDensityLipoproteinCholesterol": "",
"lowDensityLipoproteinCholesterol": "",
"urineOutput": "",
"defecateFrequency": "",
"pain": "",
"painStage": "",
"weight": null,
"floodingQuantity": "5",
"sumUrineOutput": "0",
"sumFloodingQuantity": "10",
"sumInfusionQuantity": "20",
"date": "2022-10-21",
"time": "15:00",
"infusionQuantity": "10"
},
{
"recordType": "补液量",
"temperature": "36.5",
"bloodOxygen": "",
"heartTate": "",
"bloodSugar": "",
"uricAcid": "",
"systolicPressure": "",
"diastolicPressure": "",
"totalCholesterol": "",
"triglyceride": "",
"highDensityLipoproteinCholesterol": "",
"lowDensityLipoproteinCholesterol": "",
"urineOutput": "",
"defecateFrequency": "",
"pain": "",
"painStage": "",
"weight": null,
"floodingQuantity": "5",
"sumUrineOutput": "0",
"sumFloodingQuantity": "15",
"sumInfusionQuantity": "30",
"date": "2022-10-21",
"time": "15:00",
"infusionQuantity": "10"
},
{
"recordType": "补液量",
"temperature": "36.5",
"bloodOxygen": "",
"heartTate": "",
"bloodSugar": "",
"uricAcid": "",
"systolicPressure": "",
"diastolicPressure": "",
"totalCholesterol": "",
"triglyceride": "",
"highDensityLipoproteinCholesterol": "",
"lowDensityLipoproteinCholesterol": "",
"urineOutput": "3",
"defecateFrequency": "",
"pain": "",
"painStage": "",
"weight": null,
"floodingQuantity": null,
"sumUrineOutput": "3",
"sumFloodingQuantity": "15",
"sumInfusionQuantity": "30",
"date": "2022-10-21",
"time": "15:00",
"infusionQuantity": null
},
{
"recordType": "补液量",
"temperature": "37.5",
"bloodOxygen": "",
"heartTate": "",
"bloodSugar": "",
"uricAcid": "",
"systolicPressure": "",
"diastolicPressure": "",
"totalCholesterol": "",
"triglyceride": "",
"highDensityLipoproteinCholesterol": "",
"lowDensityLipoproteinCholesterol": "",
"urineOutput": "1",
"defecateFrequency": "1",
"pain": "1",
"painStage": "1",
"weight": null,
"floodingQuantity": null,
"sumUrineOutput": "4",
"sumFloodingQuantity": "15",
"sumInfusionQuantity": "30",
"date": "2022-10-21",
"time": "15:00",
"infusionQuantity": null
}
]
}
}
修改于 2022-10-24 05:43:56