心血管随访


默认页面

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>患者签约扫码入组小程序签约</li> </ul> <h5>说明</h5> <ul> <li><code>测试环境URL 以 http://192.168.2.92:8080/test 开头</code></li> </ul> <h5>请求URL</h5> <ul> <li><code>/patient/approval/apply</code></li> </ul> <h5>Header</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">Authorization</td> <td style="text-align: left;">是</td> <td>String</td> <td>登录接口返回的用户 token</td> </tr> </tbody> </table> <h5>请求方式</h5> <ul> <li>Post </li> </ul> <h5>请求参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <pre><code>{     &amp;quot;signApproval&amp;quot;: {         &amp;quot;name&amp;quot;: &amp;quot;jack&amp;quot;,         &amp;quot;patientId&amp;quot;: &amp;quot;1111002&amp;quot;,         &amp;quot;gender&amp;quot;: &amp;quot;女&amp;quot;,         &amp;quot;age&amp;quot;: 14,         &amp;quot;height&amp;quot;: &amp;quot;160.7&amp;quot;,         &amp;quot;weight&amp;quot;: &amp;quot;55&amp;quot;,         &amp;quot;phoneNumber&amp;quot;: &amp;quot;13011111111&amp;quot;,         &amp;quot;teamId&amp;quot;: &amp;quot;1003&amp;quot;,         &amp;quot;teamName&amp;quot;: &amp;quot;王医生团队&amp;quot;,         &amp;quot;source&amp;quot;: &amp;quot;小程序&amp;quot;     },     &amp;quot;patientMedicalHistory&amp;quot;: {         &amp;quot;patientId&amp;quot;: &amp;quot;1111002&amp;quot;,         &amp;quot;pastDisease&amp;quot;: &amp;quot;口腔、鼻炎、结膜炎&amp;quot;,         &amp;quot;surgeryHistory&amp;quot;: &amp;quot;无&amp;quot;,         &amp;quot;familyHistory&amp;quot;: &amp;quot;高血压、糖尿病&amp;quot;         // &amp;quot;illnessDate&amp;quot;: &amp;quot;2025-03-05&amp;quot;,         // &amp;quot;currentStatus&amp;quot;: &amp;quot;已瘸育&amp;quot;         },     &amp;quot;patientAllergyHistory&amp;quot;: {         &amp;quot;patientId&amp;quot;: &amp;quot;1111002&amp;quot;,         &amp;quot;drugAllergy&amp;quot;: &amp;quot;阿莫西林&amp;quot;,         &amp;quot;otherAllergy&amp;quot;: &amp;quot;海鲜&amp;quot;     },     &amp;quot;patientLifestyle&amp;quot;: {         &amp;quot;patientId&amp;quot;: &amp;quot;1111002&amp;quot;,         // &amp;quot;regularExercise&amp;quot;: &amp;quot;1&amp;quot;,         &amp;quot;smokingHistory&amp;quot;: &amp;quot;是&amp;quot;,   //是否吸烟         &amp;quot;drinkingHistory&amp;quot;: &amp;quot;是&amp;quot;   //是否饮酒         // &amp;quot;sleepDuration&amp;quot;: &amp;quot;7.5&amp;quot;     } }</code></pre> <h5>返回参数说明</h5> <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;">code</td> <td style="text-align: left;">String</td> <td>接口返回状态码 0000 表示成功</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">String</td> <td>接口返回提示信息 success 表示成功 其他内容表示异常提示信息</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">Object</td> <td>接口返回对象 code = 0000 有值</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> {     &amp;quot;code&amp;quot;: &amp;quot;0000&amp;quot;,     &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;,     &amp;quot;data&amp;quot;: null }</code></pre> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML