rapha99

rapha99


查询患者信息列表

简要描述
  • 根据姓名或编号模糊查询患者列表
请求URL
  • http://xx.com/ApiPatient/GetPatientsByIdOrName/1
请求方式
  • Get
参数
参数名 必选 类型 说明
par string 姓名或编号查询条件
physician_Code int 患者担当者(登录账号为医生时,只能查看自己的患者)
返回示例
 {
    "code": 0,
    "data": [
        {
            "patient_ID": "10009",
            "wholeName": "患者氏名1",
            "wholeName_inKana": "患者カナ氏名1",
            "birthDate": "1991-07-23 00:00:00",
            "sex": 1,
            "inOut": "外入1",
            "bloodType": "01",
            "age": 30,
            "weight": 62.75,
            "height": 173.5,
            "job": "教师1",
            "jobId": "09",
            "relationship": "05",
            "lastDate": "2011-10-05 00:00:00",
            "remark": "备注信息1",
            "houseHolder_WholeName": "无1",
            "healthInsurance_Information": null,
            "home_Address_Information": null,
            "familyInfo": null,
            "patientGroup": null,
            "chargeInfo": null,
            "hospitalizedInfo": null,
            "id": 1,
            "createTime": "2021-11-12 09:49:54",
            "createUId": 1,
            "lastTime": "2021-11-12 09:51:20",
            "lastUId": 1,
            "hpId": 1,
            "isActivated": false
        }
    ]
}
返回参数说明
参数名 类型 说明
Code int 0:成功 -1:失败
Data List<Patient_Information_child> 患者列表
患者对象字段说明
属性 类型 说明
Id ulong 主键ID,新增时0或不传
Patient_ID string 患者番号
WholeName string 患者姓名
WholeName_inKana string 患者名(漢字氏名)
BirthDate string 生日 1989-02-15
Sex int 性别编码 1 2
SexName string 性别名称 男 女
InOut string 外入区分
InOutCode string 外入区分编码
Age int 年龄
Weight double 体重
Height double 身高
Job string 职业
JobId string 职业编码
Relationship string 亲属关系名称
RelationCode string 亲属关系编码
BloodType string 血型
BloodTypeCode string 血型编码
LastDate datetime 最后检验日期
HouseHolder_WholeName string 户主名
Remark string 备注信息
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML