[TOC]
简要描述
请求URL
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
page |
是 |
int |
当前页码,从1开始 |
limit |
是 |
int |
每页显示记录数 |
order |
否 |
string |
排序方式,可选值(asc、desc) |
orderField |
否 |
string |
排序字段 |
deptId |
是 |
string |
门诊ID |
name |
否 |
string |
姓名或者拼音缩写 |
返回示例
{
"code": 0,
"msg": "success",
"data": {
"total": 33403,
"list": [
{
"id": "1696724472704835586",
"deptId": "1683385998846619649",
"name": "冉启洋",
"pinyin": "RQY",
"gender": "0",
"age": "79",
"month": "68",
"day": "88",
"phone": "13232333455",
"address": "3",
"creator": "1691993842672078850",
"createDate": "2023-08-30 11:20:13",
"updater": null,
"updateDate": null,
"status": 0,
"remark": null,
"hisCaseFileList": null,
"hisCaseDTO": null,
"caseList": null,
"hisPatientList": null,
"patientId": null,
"diagnosticResults": null,
"dateOfOnset": null,
"totalAmount": null
},
{
"id": "1696004639909539841",
"deptId": "1683385998846619649",
"name": "曽庆红",
"pinyin": "CQH",
"gender": "1",
"age": "40",
"month": "",
"day": "",
"phone": "13234333233",
"address": "4",
"creator": "1691993842672078850",
"createDate": "2023-08-28 11:39:51",
"updater": null,
"updateDate": null,
"status": 0,
"remark": null,
"hisCaseFileList": null,
"hisCaseDTO": null,
"caseList": null,
"hisPatientList": null,
"patientId": null,
"diagnosticResults": null,
"dateOfOnset": null,
"totalAmount": null
}
]
}
}
返回参数说明
参数名 |
类型 |
说明 |
id |
Long |
id |
deptId |
Long |
门诊ID |
name |
String |
姓名 |
pinyin |
String |
名称拼音 |
gender |
String |
性别 |
age |
String |
年龄 |
month |
String |
月 |
day |
String |
日 |
phone |
String |
手机号 |
address |
String |
地址 |
status |
Integer |
状态 |
remark |
String |
备注 |
creator |
Long |
创建人ID |
createDate |
Date |
创建时间 |
updater |
Long |
更新人ID |
updateDate |
Date |
更新时间 |
备注