x31his

x31his


患者就诊详情

[TOC]

简要描述
  • 患者就诊详情
请求URL
  • /his/patient/getPatientList
请求方式
  • GET
参数
参数名 必选 类型 说明
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 更新日期
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML