病历详情
[TOC]
简要描述
- 病历详情
请求URL
-
` /his/case/getCaseDetail
`
请求方式
- GET
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
caseId | 是 | string | 病历id |
返回示例
{
"code": 0,
"msg": "success",
"data": {
"id": "1696810536794595329",
"patientId": "1696724472704835586",
"dateOfOnset": "",
"historyOfPresentIllness": "",
"pastHistory": "",
"allergyHistory": "过敏史",
"temperature": "",
"caseId": null,
"description": "",
"bloodPressure": "",
"bloodSugar": "",
"heartRate": "",
"chiefComplaint": "主诉",
"diagnosticResults": "诊断",
"type": 0,
"drugExpenses": "0",
"diagnosisAndTreatmentFees": "0",
"treatmentFee": "0",
"consumableExpenses": "0",
"totalAmount": "0",
"buyType": "1",
"buyStatus": null,
"creator": "1691993842672078850",
"createDate": "2023-08-30 17:02:12",
"updater": null,
"updateDate": null,
"status": 0,
"remark": "",
"name": "冉启洋",
"gender": "0",
"age": "79",
"month": "68",
"day": "88",
"phone": "13232333455",
"address": "3",
"serial": null,
"prescriptionList": null,
"list": [
{
"prescriptionList": [
{
"id": "1696810537335660546",
"caseId": "1696810536794595329",
"type": "1",
"physicalTherapy": null,
"drugId": "1696777986827153410",
"drugUsage": "xy001",
"eachTime": "3",
"eachTimeUnit": "xybranch",
"ddds": "8",
"medicationDays": "3",
"drugDosage": "9",
"drugDosageUnit": "xybranch",
"skinTest": null,
"dailyDosage": null,
"totalDosage": null,
"decoctingMethod": null,
"grouping": null,
"dropsPerMinute": null,
"creator": "1691993842672078850",
"createDate": "2023-08-30 17:02:12",
"updater": null,
"updateDate": null,
"status": 0,
"remark": "",
"deptDrugDTO": {
"id": "1696777986827153410",
"deptId": "1683385998846619649",
"type": "1",
"name": "小儿解表口服液",
"code": "YP10000",
"pinyin": "XEJBKFY",
"specifications": "5ml/支*10支/盒",
"unit": "xybox",
"sellPieceByPiece": "",
"conversionFactor": 10,
"minimumUnit": "xybranch",
"dose": 5,
"dosageUnit": "xyml",
"creator": "1691993842672078850",
"createDate": "2023-08-30 14:52:51",
"updater": null,
"updateDate": null,
"status": 0,
"remark": null,
"number": null,
"scattered": null,
"sellPieceByPieceDescription": null,
"unitDescription": null,
"numberDescription": null,
"retailPrice": null,
"source": null,
"sss": null,
"unitIllustrate": null,
"minimumUnitIllustrate": null
},
"drugUsageIllustrate": "口服",
"eachTimeUnitIllustrate": "支",
"drugDosageUnitIllustrate": "支",
"dddsIllustrate": "一次/8小时",
"remarkIllustrate": null,
"physicalTherapyIllustrate": null,
"dailyDosageIllustrate": null
}
],
"type": "1"
}
],
"patientDTO": null,
"endTime": null,
"startTime": null,
"deptDrugDTO": null,
"caseList": {
"list": []
}
}
}
返回参数说明
说明 | 类型 | 参数名 |
---|---|---|
病历id | Long | id |
患者信息ID | Long | patientId |
发病日期 | String | dateOfOnset |
现病史 | String | historyOfPresentIllness |
既往史 | String | pastHistory |
过敏史 | String | allergyHistory |
体温 | String | temperature |
复诊id | Long | caseId |
复诊描述 | String | description |
血压 | String | bloodPressure |
血糖 | String | bloodSugar |
心率 | String | heartRate |
主诉 | String | chiefComplaint |
诊断结果 | String | diagnosticResults |
类型(0初诊,1复诊) | Integer | type |
药品费 | String | drugExpenses |
诊疗费 | String | diagnosisAndTreatmentFees |
理疗费 | String | treatmentFee |
耗材费 | String | consumableExpenses |
总金额 | String | totalAmount |
收费类型(0:不收费 1:现金 2:微信 3:支付宝) | String | buyType |
是否挂帐(0:不挂帐 1:挂账) | String | buyStatus |
创建人 | Long | creator |
创建时间 | Date createDate | |
更新人 | Long | updater |
更新时间 | Date updateDate | |
状态 | Integer | status |
备注 | String | remark |
患者姓名 | String | name |
性别 | String | gender |
年龄 | String | age |
月 | String | month |
天 | String | day |
手机号 | String | phone |
地址 | String | address |
备注
- 更多返回错误代码请看首页的错误代码描述