处方模板列表查询
<p><strong>迭代版本:</strong>2.8.31(修改)</p>
<p><strong>简要描述:</strong></p>
<ul>
<li>医生查询处方模板列表,自己+医院科室公共</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://aky.mynatapp.cc/chronic/template/selectOwn</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST/GET</li>
<li>Content-Type:application/form</li>
</ul>
<p><strong>参数:</strong> </p>
<p>无</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"retcode": "0000",
"errMsg": "操作成功",
"body": [
{
"tempId": 160,
"tempName": "心内用药处方模板",
"tempType": "ZH",
"remark": null,
"state": 1,
"createTime": "2019-11-14 12:08:04",
"createBy": 0,
"createName": null,
"schemeCount": 0,
"department": "心血管内科",
"hospitalId": 1,
"startDate": null,
"endDate": null,
"schemeDrugList": null,
"schemeSportList": null,
"schemeMeasureList": null,
"schemeReviewList": null,
"schemeTeachList": null,
"schemeDietList": null
},
{
"tempId": 107,
"tempName": "金英敏",
"tempType": "ZH",
"remark": null,
"state": 1,
"createTime": "2019-08-14 08:08:07",
"createBy": 4289,
"createName": "王玉宝",
"schemeCount": 0,
"department": null,
"hospitalId": null,
"startDate": null,
"endDate": null,
"schemeDrugList": null,
"schemeSportList": null,
"schemeMeasureList": null,
"schemeReviewList": null,
"schemeTeachList": null,
"schemeDietList": null
},
{
"tempId": 95,
"tempName": "dgsj",
"tempType": "ZH",
"remark": null,
"state": 1,
"createTime": "2019-07-02 17:57:23",
"createBy": 4289,
"createName": "王玉宝",
"schemeCount": 0,
"department": null,
"hospitalId": null,
"startDate": null,
"endDate": null,
"schemeDrugList": null,
"schemeSportList": null,
"schemeMeasureList": null,
"schemeReviewList": null,
"schemeTeachList": null,
"schemeDietList": null
}
]
}
</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;">retcode</td>
<td style="text-align: left;">string</td>
<td>0000=成功,其他=失败</td>
</tr>
<tr>
<td style="text-align: left;">errMsg</td>
<td style="text-align: left;">string</td>
<td>错误信息</td>
</tr>
<tr>
<td style="text-align: left;">tempId</td>
<td style="text-align: left;">int</td>
<td>处方模板ID</td>
</tr>
<tr>
<td style="text-align: left;">tempName</td>
<td style="text-align: left;">string</td>
<td>处方模板名称</td>
</tr>
<tr>
<td style="text-align: left;">createBy</td>
<td style="text-align: left;">int</td>
<td>创建人,0=系统公共不允许编辑和删除,可调整后发送,其他=医生ID可编辑和删除</td>
</tr>
<tr>
<td style="text-align: left;">createName</td>
<td style="text-align: left;">string</td>
<td>医生姓名</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>