简要描述
请求URL
http://xx.com/apihospital/InspectList
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
patientId |
否 |
int |
查询条件-患者Id |
返回示例
{
"code": 0,
"data": {
"totalnum": 4,
"dataList": [
{
"id": 14,
"patientId": 2,
"patientName": null,
"inspectTypeId": 1,
"inspectTypeName": "生化学A検査",
"inspectName": "GAT",
"rMinValue": 100.0,
"rMaxValue": 200.0,
"unit": "克",
"sign": "H",
"inspectValue": 221111.0,
"inspectDate": "2022-03-29 16:00:00",
"createTime": "2022-03-30 16:48:34",
"createUId": 1,
"lastTime": "2022-04-06 16:11:54",
"lastUId": 1,
"hPId": 1,
"isActivated": true,
"patient_ID": "00002",
"wholeName": "高橋弘樹",
"wholeName_inKana": "タカハシヒロキ",
"birthDate": "1975-04-01",
"sex": "1",
"age": 47,
"inOut": "",
"department_WholeName": "外科",
"physician_WholeName": "石上 翼"
},
{
"id": 15,
"patientId": 2,
"patientName": null,
"inspectTypeId": 1,
"inspectTypeName": "生化学A検査",
"inspectName": "歯技工2:預かり日 日、装着日 日",
"rMinValue": 1.0,
"rMaxValue": 2.0,
"unit": "的1",
"sign": "H",
"inspectValue": 1.0,
"inspectDate": "2022-03-29 16:00:00",
"createTime": "2022-04-01 20:42:02",
"createUId": 1,
"lastTime": "2022-04-02 14:06:45",
"lastUId": 1,
"hPId": 1,
"isActivated": true,
"patient_ID": "00002",
"wholeName": "高橋弘樹",
"wholeName_inKana": "タカハシヒロキ",
"birthDate": "1975-04-01",
"sex": "1",
"age": 47,
"inOut": "",
"department_WholeName": "外科",
"physician_WholeName": "石上 翼"
},
{
"id": 17,
"patientId": 2,
"patientName": null,
"inspectTypeId": 1,
"inspectTypeName": "生化学A検査",
"inspectName": "尿中BTA",
"rMinValue": 10.0,
"rMaxValue": 100.0,
"unit": "mml",
"sign": "H",
"inspectValue": 20.0,
"inspectDate": "2022-04-02 16:00:00",
"createTime": "2022-04-02 14:17:35",
"createUId": 1,
"lastTime": "0001-01-01 00:00:00",
"lastUId": 0,
"hPId": 1,
"isActivated": true,
"patient_ID": "00002",
"wholeName": "高橋弘樹",
"wholeName_inKana": "タカハシヒロキ",
"birthDate": "1975-04-01",
"sex": "1",
"age": 47,
"inOut": "",
"department_WholeName": "外科",
"physician_WholeName": "石上 翼"
},
{
"id": 18,
"patientId": 2,
"patientName": null,
"inspectTypeId": 0,
"inspectTypeName": null,
"inspectName": "BMI;",
"rMinValue": 5.0,
"rMaxValue": 20.0,
"unit": "mg",
"sign": null,
"inspectValue": 0.0,
"inspectDate": "2022-04-18 16:00:00",
"createTime": "2022-04-19 10:35:43",
"createUId": 1,
"lastTime": "0001-01-01 00:00:00",
"lastUId": 0,
"hPId": 1,
"isActivated": true,
"patient_ID": "00002",
"wholeName": "高橋弘樹",
"wholeName_inKana": "タカハシヒロキ",
"birthDate": "1975-04-01",
"sex": "1",
"age": 47,
"inOut": "",
"department_WholeName": "外科",
"physician_WholeName": "石上 翼"
}
]
}
}
返回参数说明
参数名 |
类型 |
说明 |
PatientId |
int |
患者Id |
PatientName |
string |
患者名称 |
InspectTypeId |
int |
检查类型ID |
InspectTypeName |
string |
检查类型名称 |
InspectName |
string |
检查名称 |
RMinValue |
double |
基准最小值 |
RMaxValue |
double |
基准最大值 |
Unit |
string |
单位 |
Sign |
string |
范围标记(H高 L低) |
InspectValue |
double |
检查具体值 |
InspectDate |
datetime |
检查日期 |
备注