查询-手工录入健康记录
开发中POST
/c-system-app/api/engeleye/app/pe/getManualInputRecord最后修改时间: 2 年前
责任人: 未设置
参数名 | 参数值 | 类型 | 必填 | 描述 |
---|---|---|---|---|
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
必需
示例1
{
"recordType": 1,
"dateTime": "2022-07-05"
}
示例代码
返回响应
success(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
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
}
]
}
}
最后修改时间: 2 年前