简要描述
请求URL
http://xx.com/ApiHospital/GetMedicalRecordList/1
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
patientId |
否 |
int |
患者ID |
name |
否 |
string |
名称 |
departmentId |
是 |
int |
下拉框诊疗科编码 |
isActivated |
是 |
int |
1:激活的数据0:删除的数据 |
examineDate |
否 |
datetime |
诊察时间,完整年月日时分秒 |
返回示例
{
"code": 0,
"data": {
"extra": [
"a",
1,
1
],
"pageCount": 1,
"size": 20,
"page": 1,
"total": 1,
"list": [
{
"patientId": 1,
"patientName": "a",
"insuranceTypeId": 0,
"insuranceTypeName": null,
"insuranceZuheId": 0,
"insuranceZuheName": null,
"departmentId": 1,
"departmentName": null,
"scontents": "<p>1</p>",
"ocontents": "<p>1</p>",
"acontents": "<p>1</p>",
"pcontents": "<p>1</p>",
"state": 2,
"sortJson": null,
"examineDate": "2021-10-23 11:59:20",
"tagList": null,
"tagList2": null,
"remark": null,
"examineList": [],
"medicalMangerList": [],
"atHomeList": [],
"administrationList": [],
"injectionList": [],
"handleList": [],
"inspectionList": [],
"portraitList": [],
"othersList": [],
"ownExpenseList": [],
"id": 4,
"createTime": "2021-10-22 12:01:13",
"createUId": 1,
"lastTime": "2021-11-15 17:46:14",
"lastUId": 1,
"hpId": 1,
"isActivated": true
}
]
}
}
返回参数说明
参数名 |
类型 |
说明 |
Code |
int |
0:成功 -1:失败 |
Data |
Object |
返回信息对象 |
Data.list |
List<MedicalRecord> |
病历列表 |
MedicalRecord字段说明
属性 |
类型 |
说明 |
DoctorId |
int |
医生ID |
DoctorName |
string |
医生名称 |
PatientId |
int |
患者ID |
PatientName |
string |
患者名称 |
InsuranceTypeId |
int |
保险分类ID |
InsuranceTypeName |
string |
保险分类名称 |
InsuranceZuheId |
int |
保险组合ID |
InsuranceZuheName |
string |
保险组合名称 |
DepartmentId |
int |
科室ID |
DepartmentName |
string |
科室名称 |
Scontents |
string |
S类别富文本内容 |
Ocontents |
string |
O类别富文本内容 |
Acontents |
string |
A类别富文本内容 |
Pcontents |
string |
P类别富文本内容 |
State |
int |
状态(1草稿2已提交3修正) |
SortJson |
string |
排序 |
ExamineDate |
datetime |
诊察日期 |
TagList |
List<int> |
标签列表 |
TagList2 |
List<int> |
标签列表2 |
Remark |
string |
病历备注 |
IsRemoved |
int |
1.不可见(回收箱中删除的) |
ExamineList |
List<Examine> |
诊察列表 |
MedicalMangerList |
List<MedicalManger> |
医管列表 |
AtHomeList |
List<AtHome> |
在宅列表 |
AdministrationList |
List<Administration> |
投药列表 |
InjectionList |
List<Injection> |
注射列表 |
HandleList |
List<Handle> |
处置列表 |
InspectionList |
List<Inspection> |
检查列表 |
PortraitList |
List<Portrait> |
画像列表 |
OthersList |
List<Others> |
其它列表 |
OwnExpenseList |
List<OwnExpense> |
自费列表 |
OwnExpenseList |
List<Surgery> |
手术列表 |
OwnExpenseList |
List<Anaesthesia> |
麻醉列表 |
备注