科研平台


获取规则列表

<p><strong>简要描述:</strong> </p> <ul> <li>获取规则列表</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://ip:端口/v1/dataExporRule/getList</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li> <p>post </p> <p><strong>请求参数示例</strong></p> </li> </ul> <pre><code>{ "ruleName":"123", "createTime":"123" }</code></pre> <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;">ruleName</td> <td style="text-align: left;">可选</td> <td style="text-align: left;">string</td> <td>规则名称</td> </tr> <tr> <td style="text-align: left;">createTime</td> <td style="text-align: left;">可选</td> <td style="text-align: left;">string</td> <td>创建日期</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "status":"0", "message":"成功", "result":[ { "ruleId":"1", "ruleName":"规则名称", "ruleContent":"{xxxxx}", "createTime":"2021-03-09 12:00:00" } ] }</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;">ruleId</td> <td style="text-align: left;">string</td> <td>规则ID</td> </tr> <tr> <td style="text-align: left;">ruleName</td> <td style="text-align: left;">string</td> <td>规则名称</td> </tr> <tr> <td style="text-align: left;">ruleContent</td> <td style="text-align: left;">string</td> <td>规则内容,json字符串</td> </tr> <tr> <td style="text-align: left;">createTime</td> <td style="text-align: left;">string</td> <td>规则创建时间</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>规则内容,json字符串,例如{&quot;sex&quot;:&quot;男&quot;,&quot;startExamDate&quot;:&quot;2020-10-01&quot;,&quot;endExamDate&quot;:&quot;2021-11-11&quot;,&quot;isAbnormal&quot;:&quot;1&quot;,&quot;clinDiag&quot;:&quot;糖尿病&quot;,&quot;examClassList&quot;:[{&quot;examClass&quot;:&quot;CT&quot;}],&quot;examItemList&quot;:[{&quot;itemCode&quot;:&quot;C00021&quot;}],&quot;examOrgList&quot;:[{&quot;orgName&quot;:&quot;胸部&quot;}],&quot;favoriteTitleList&quot;:[{&quot;favoriteTitle&quot;:&quot;收藏夹&quot;}]}</li> </ul>

页面列表

ITEM_HTML