x31his

x31his


患者信息分页

[TOC]

简要描述
  • 患者信息分页
请求URL
  • /his/patient/page
请求方式
  • GET
参数
参数名 必选 类型 说明
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 更新时间
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML