根据家属查询患者列表
<p><strong>迭代版本:</strong>2.8.30(新增)</p>
<p><strong>简要描述:</strong></p>
<ul>
<li>根据家属查询患者列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>/chronic/familiesPatientRela/patientInfo/list</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST/GET</li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">familiesId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>家属id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"retcode": "0000",
"errMsg": "操作成功",
"body": {
"list": [
{
"patientId": 14,
"patientName": "谢患者",
"patientSex": "M",
"headImage": "http://thirdwx.qlogo.cn/mmopen/eWiagGkVW27PWXz7QOnkovoNvDibEXrOtq7jEPD0t4gS6jRiasTqDvUQj0pQAzjFMlzQZ6poibkOqBmh8DOSL7tj3V0RscZOQS4ic/132",
"birthdate": "1986-03-19",
"idcardNo": null,
"mobile": "18271410061",
"familyMobile": null,
"checkState": null,
"createTime": "2019-07-19 18:30:25",
"createBy": null,
"state": 1,
"tags": "高血压 2.0年 急性发病期,糖尿病 3.0年 危重,哮喘 1.3年 ,慢阻肺 1.3年 ,aaaa 1.3年 ,ddd 1.3年 ,179 111年 康复期,便秘 1年 康复期",
"weight": null,
"height": null,
"workIntensity": null,
"joinTime": null,
"joinGroupTime": null,
"vipFlag": null,
"attention": null,
"roleId": null,
"videoOpenid": "ofNbT5JsKnR7BAocmvLd8DUTLyMA",
"videoSessionKey": "gYxLF51kZnsIIjnq/dVY8Q==",
"perDiseaseHis": "高血压 2.0年 急性发病期,糖尿病 3.0年 危重,哮喘 1.3年 ,慢阻肺 1.3年 ,aaaa 1.3年 ,ddd 1.3年 ,179 111年 康复期,便秘 1年 康复期",
"famDiseaseHis": "高血压",
"herDisease": null,
"bloodType": "A",
"bloodRH": "阴",
"houseHold": "户籍",
"national": "汉",
"education": "博士",
"economy": "中等",
"profession": "公务员",
"allergyDrugs": "A药,B药",
"deformity": "视力残疾,听力残疾",
"remark": "哈哈",
"homeAddress": null,
"nickName": null,
"relation": "丈夫",
"openid": null,
"age": 33,
"doctorCount": null,
"recipeCount": null,
"familiesCount": null,
"recipeEndTime": null,
"familiesId": 15,
"liveTogether": "Y",
"careFreq": "1",
"cityTogether": "Y"
}
]
}
}
</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">patientName</td>
<td style="text-align: left;">string</td>
<td>关联的患者姓名</td>
</tr>
<tr>
<td style="text-align: left;">relation</td>
<td style="text-align: left;">string</td>
<td>与患者的关系</td>
</tr>
<tr>
<td style="text-align: left;">liveTogether</td>
<td style="text-align: left;">String</td>
<td>是否住在一起 (Y=是 N=否)</td>
</tr>
<tr>
<td style="text-align: left;">careFreq</td>
<td style="text-align: left;">string</td>
<td>见面的频率( 0=从不 1=每月1次 2=每月2-4次 3=每月4次以上)</td>
</tr>
<tr>
<td style="text-align: left;">cityTogether</td>
<td style="text-align: left;">string</td>
<td>是否住在一个城市 (Y=是 N=否)</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>