历下区项目

历下区街道分中心各业务


核酸样本箱

<h1>核酸样本箱列表</h1> <p>请求URL</p> <ul> <li> <p><code>http://localhost:8086/system/lxNucleicSamplingBox/list</code></p> <p>请求方式</p> </li> <li> <p>post </p> <p>参数</p> </li> </ul> <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;">pageNumber</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>起始页</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>截止页</td> </tr> <tr> <td style="text-align: left;">boxNumber</td> <td style="text-align: left;">否</td> <td style="text-align: left;">String</td> <td>样本箱编号</td> </tr> </tbody> </table> <p>返回示例 成功返回示例</p> <pre><code>{ "code": "0000", "result": { "pageData": { "records": [ { "id": 272, "boxNumber": 1, //样本箱编号 "createTime": 0,//创建时间 "createBy": 0,//创建人id "updateTime": 0,//修改人 "updateBy": 0,//修改人id "delFlag": 0 //是否删除 } ], "total": 1, "size": 10, "current": 1, "orders": [], "optimizeCountSql": true, "hitCount": false, "searchCount": true, "pages": 1 } } }</code></pre> <h1>删除核酸样本箱</h1> <p>请求URL</p> <ul> <li> <p><code>http://192.168.3.27:8086/system/lxNucleicSamplingBox/delete</code></p> <p>请求方式</p> </li> <li> <p>post </p> <p>参数</p> </li> </ul> <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;">id</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>主键id</td> </tr> </tbody> </table> <p>返回示例 </p> <pre><code> { "code": "0000" }</code></pre> <h1>接收核酸样本箱</h1> <p>请求URL</p> <ul> <li> <p><code>http://192.168.3.27:8086/system/lxNucleicSamplingBox/receiveSampleBox</code></p> <p>请求方式</p> </li> <li> <p>post </p> <p>参数</p> </li> </ul> <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;">boxNumber</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>样本箱编号</td> </tr> </tbody> </table> <p>返回示例 </p> <pre><code> { "code": "0000" }</code></pre> <h1>核酸样本箱详情</h1> <p>请求URL</p> <ul> <li> <p><code>http://192.168.3.27:8086/system/lxNucleicSamplingBox/details</code></p> <p>请求方式</p> </li> <li> <p>post </p> <p>参数</p> </li> </ul> <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;">pageNumber</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>起始页</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>截止页</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">否</td> <td style="text-align: left;">String</td> <td>样本箱id</td> </tr> </tbody> </table> <p>返回示例 </p> <pre><code></code></pre> <p>{ &quot;code&quot;: &quot;0000&quot;, &quot;result&quot;: { &quot;pageData&quot;: { &quot;records&quot;: [ { &quot;id&quot;: &quot;0a5994e27ca94509732ec4c4fff29b34303a55184760e09b5fede89c0b2438a4&quot;,//ID &quot;name&quot;: &quot;赵浩然&quot;,//证件持有人姓名 &quot;phone&quot;: &quot;13658615871&quot;,//手机号码 &quot;idType&quot;: &quot;IDCARD&quot;,//证件类型 &quot;idNo&quot;: &quot;37010219990307061X&quot;,//证件号码 &quot;area&quot;: &quot;山东省 济南市 历下区&quot;,//区县 &quot;townName&quot;: &quot;解放路街道&quot;,//街道 &quot;villageName&quot;: &quot;后坡街社区居委会&quot;,//社区 &quot;addr&quot;:&quot;&quot;//详细住址 &quot;applyPhone&quot;: &quot;13658615871&quot;,//申报电话 &quot;applyRemark&quot;:&quot;&quot;//applyRemark &quot;realUser&quot;: &quot;false&quot;, &quot;approved&quot;: &quot;false&quot;,//是否审核 &quot;inspectDate&quot;:&quot;&quot;,//采样点建立时间 &quot;status&quot;: &quot;REPORTED&quot;,//状态 &quot;inspectAddr&quot;: &quot;后坡街社区&quot;,//采样场所 &quot;samplingName&quot;: &quot;后坡街社区&quot;,//采样点名称 &quot;inspectType&quot;:&quot;&quot;//采样点类型 &quot;positive&quot;: &quot;POSITIVE_FALSE&quot;, &quot;period&quot;:&quot;&quot;//时间段 &quot;barCode&quot;: &quot;LX17820635&quot;,//试管编号 &quot;boxNo&quot;: &quot;LX001X000775&quot;, &quot;samplingTime&quot;: &quot;2022-05-08T16:37:36.075&quot;,//采样时间 &quot;noticeFlag&quot;: &quot;false&quot;,//提醒标志 &quot;orgCode&quot;:&quot;&quot;,//组织代码 &quot;orgName&quot;:&quot;&quot;,//组织名称 &quot;provinceName &quot;:&quot;&quot;//省份 &quot;cityName&quot;:&quot;&quot;//城市 &quot;countryName&quot;:&quot;&quot;//国家 &quot;arriveTime&quot;: &quot;2022-05-08T16:37:36.075&quot;,//报到时间 &quot;inspectId&quot;: &quot;840479188583378944&quot;,//采样点编码 &quot;sampId&quot;: &quot;840479188583378944&quot;,//采样编号 &quot;villageCode&quot;: &quot;370102001002&quot;,//社区编码 &quot;relationType&quot;:&quot;&quot;//关系类型 &quot;relatedName&quot;:&quot;&quot;//关系名称 &quot;operatorAccount&quot;: &quot;16652009612&quot;,//操作人员账号 &quot;checkOrganName&quot;: &quot;静亿医学检验有限公司&quot;,//检测机构 &quot;detectResult&quot;: &quot;NEGATIVE&quot;,//检测结果 &quot;testTime&quot;: &quot;2022-05-09T07:10:10.505&quot;//检测时间, &quot;matchingStatus&quot;//匹配单管数据状态 } ], &quot;total&quot;: 17955, &quot;size&quot;: 10, &quot;current&quot;: 1, &quot;orders&quot;: [], &quot;optimizeCountSql&quot;: true, &quot;hitCount&quot;: false, &quot;searchCount&quot;: true, &quot;pages&quot;: 1796 } } }</p> <pre><code></code></pre>

页面列表

ITEM_HTML