追检统计
<h5>简要描述</h5>
<ul>
<li>单管采集核酸结果统计</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:8086/system/lxNucleicInvestigate/investigateResultCount</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST
<h5>返回示例</h5></li>
</ul>
<pre><code> {
"positiveCount":0, //阳性人员数量
"negativeCount":0 //阴性人员数量
}</code></pre>
<h1>核实采样统计</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>http://124.128.226.198:8081/system/lxNucleicInvestigate/SamplingStatistics</code></p>
<p>请求方式</p>
</li>
<li>
<p>post</p>
<p>请求Body参数</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>hunBarCode</td>
<td>1</td>
<td>是</td>
<td>string</td>
<td>混管编码</td>
</tr>
</tbody>
</table>
<p>成功返回示例</p>
<pre><code>{
"code": "0000",
"resultObject": {
"verificationCount": 2,
"samplingCount": 1,
"percentage": "50%"
}
}</code></pre>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>verificationCount</td>
<td>string</td>
<td>核实人数</td>
</tr>
<tr>
<td>samplingCount</td>
<td>string</td>
<td>采样人数</td>
</tr>
<tr>
<td>percentage</td>
<td>string</td>
<td>百分比</td>
</tr>
</tbody>
</table>
<h1>核算追检情况</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>http://124.128.226.198:8081/system/lxNucleicInvestigate/investigateSituation</code></p>
<p>请求方式</p>
</li>
<li>
<p>post</p>
<p>成功返回示例
<code> { "code": "0000", "result": { "barCodeCount": 2,//混管总数 "barCodeCompleteCount": 1,//混管追检完成数 "barCodeNotCompleteCount": "50%",//混管追检未完成数 "investigateCount": "50%",//追检总人数 "trackedCount": "50%",//已追检人数 "calloutCount": "50%"//已调人数 } } </code></p>
</li>
</ul>
<h1>各街道追检统计</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>http://124.128.226.198:8081/system/lxNucleicInvestigate/routeInvestigateStatistical</code></p>
<p>请求方式</p>
</li>
<li>
<p>post</p>
<p>成功返回示例的参数说明</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>streetName</td>
<td>string</td>
<td>街道名称</td>
</tr>
<tr>
<td>streetCode</td>
<td>string</td>
<td>街道编码</td>
</tr>
<tr>
<td>barCodeCount</td>
<td>string</td>
<td>混管总数</td>
</tr>
<tr>
<td>completeCount</td>
<td>string</td>
<td>追检完成数</td>
</tr>
<tr>
<td>notCompleteCount</td>
<td>string</td>
<td>追检未完成数</td>
</tr>
<tr>
<td>comprate</td>
<td>string</td>
<td>完成率</td>
</tr>
</tbody>
</table>