腹透保存更新接口
<p><strong>迭代版本:</strong> 2.8.27.0(新增) 2.9.1.0(修改)</p>
<p><strong>简要描述:</strong></p>
<ul>
<li>腹透保存接口</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>iot/measureFt/save</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>请求参数:</strong></p>
<pre><code>{
"ssyResult":120,"szyResult":80,
"measureTime":"2019-10-18 09:52:37",
"weight":63,
"irrigationVol":2000,
"drainageVol":2400,
"ufv":400,
"urineVol":1000,
"icodextrin":1.5, //单位是%
"icodextrinName":"[甲]&腹膜透析液(1.5%)"
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
"retcode": "0000",
"errMsg": "操作成功",
"body": null
}</code></pre>
<ul>
<li>腹透更新接口</li>
</ul>
<p><strong>请求URL:</strong> 2.9.34 (新增)</p>
<ul>
<li><code>iot/measureFt/update</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>请求参数:</strong></p>
<pre><code>{ "id":123,//记录id, /**
private Integer ufv;
"irrigationVol":2000,//灌入量 单位ml
"drainageVol":2400,//引流量 单位ml
"ufv":400,//超滤量=引流量-灌入量
"urineVol":1000,
"icodextrin":1.5, //单位是%
"icodextrinName":"[甲]&腹膜透析液(1.5%)"
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
"retcode": "0000",
"errMsg": "操作成功",
"body": null
}</code></pre>
<p>欢迎使用ShowDoc!</p>