文档
测试

患者信息查询

POST
wnxcx_appointment_new/patient/load

请求参数

参数名
类型
描述
必填
uuid
String
必填

响应参数

参数名
类型
描述
必填
name
string
示例:张帅
必填
gender
int
示例:1
必填
birthday
int
示例:1625500800000
必填
phone
string
示例:12345677
必填
family
string
示例:弟弟
必填
uid
int
示例:149493
必填
childId
int
示例:3
必填

说明 / 示例

{ "msg": "成功", "code": 0, "success": true, "data": [ { "id": 5, "name": "张四", "gender": 1, "province1": 12, "city1": 208, "county1": 1328, "birthday": 608486400000, "age": 32, "ageMonth": 3, "phone": "11111111", "idCard": "", "memberId": "P2020040056", "fimalyAddr": "阿萨德飞规划局可", "status": 0, "family": "本人", "comment": "12", "uid": 149493, "childId": 0, "hospitalId": 0, "institutionId": "00000239" } ] }