文档
测试

同一个家庭患者信息列表

POST
wnxcx_appointment_new/patient/getlist

请求参数

参数名
类型
描述
必填
uid
int
原始界面的患者uid
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:成功
必填
code
int
示例:0
必填
success
boolean
示例:true
必填
data
array
数据列表
必填
id
int
示例:5
必填
name
string
示例:张四
必填
gender
int
示例:1
必填
province1
int
示例:12
必填
city1
int
示例:208
必填
county1
int
示例:1328
必填
birthday
int
示例:608486400000
必填
age
int
示例:32
必填
ageMonth
int
示例:3
必填
phone
string
示例:11111111
必填
idCard
string
示例:
必填
memberId
string
示例:P2020040056
必填
fimalyAddr
string
示例:阿萨德飞规划局可
必填
status
int
示例:0
必填
family
string
示例:本人
必填
comment
string
示例:12
必填
uid
int
示例:149493
必填
childId
int
示例:0
必填
hospitalId
int
示例:0
必填
institutionId
string
示例:00000239
必填

说明 / 示例

{ "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" }, { "id": 153379, "name": "张三", "gender": 1, "birthday": 1625500800000, "phone": "123456", "status": 0, "family": "弟弟", "uid": 149493, "childId": 1, "hospitalId": 0 }, { "id": 153381, "name": "张帅", "gender": 1, "phone": "12345677", "status": 0, "family": "弟弟", "uid": 149493, "childId": 2, "hospitalId": 0 }, { "id": 153382, "name": "张帅", "gender": 1, "birthday": 1625500800000, "phone": "12345677", "status": 0, "family": "弟弟", "uid": 149493, "childId": 3, "hospitalId": 0 } ] }