[TOC]
简要描述
请求URL
/his/patient/getPatientList
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
page |
是 |
int |
当前页码,从1开始 |
limit |
是 |
int |
每页显示记录数 |
order |
否 |
String |
排序方式,可选值(asc、desc) |
orderField |
否 |
String |
排序字段 |
deptId |
是 |
String |
门诊ID |
name |
否 |
String |
患者姓名 |
gender |
否 |
String |
性别 |
phone |
否 |
String |
电话 |
diagnosticResults |
否 |
String |
诊断 |
返回示例
{
"code": 0,
"msg": "success",
"data": {
"total": 4,
"list": [
{
"id": "1696724472704835586",
"deptId": null,
"name": "冉启洋",
"pinyin": null,
"gender": "0",
"age": "79",
"month": "68",
"day": "88",
"phone": "13232333455",
"address": null,
"creator": null,
"createDate": "2023-09-13 11:55:41",
"updater": null,
"updateDate": null,
"status": null,
"remark": null,
"hisCaseFileList": null,
"hisCaseDTO": null,
"caseList": null,
"hisPatientList": null,
"patientId": null,
"diagnosticResults": "444",
"dateOfOnset": null,
"totalAmount": "0",
"drugname": null
},
{
"id": "1689923990447583233",
"deptId": null,
"name": "谭建轩",
"pinyin": null,
"gender": "0",
"age": "16",
"month": "",
"day": null,
"phone": "15320668288",
"address": null,
"creator": null,
"createDate": "2023-09-13 09:30:08",
"updater": null,
"updateDate": null,
"status": null,
"remark": null,
"hisCaseFileList": null,
"hisCaseDTO": null,
"caseList": null,
"hisPatientList": null,
"patientId": null,
"diagnosticResults": "12345645",
"dateOfOnset": null,
"totalAmount": "0",
"drugname": null
}
]
}
}
返回参数说明
参数名 |
类型 |
说明 |
id |
Long |
id |
name |
String |
姓名 |
gender |
String |
性别 |
age |
String |
年龄 |
month |
String |
月 |
day |
String |
日 |
phone |
String |
手机号 |
diagnosticResults |
String |
地址 |
totalAmount |
String |
总金额 |
createDate |
Date |
更新日期 |
备注