API概述
<p>[TOC]</p>
<h1>API概述</h1>
<h2>概述</h2>
<p>> 必读</p>
<p>在与呼吸机设备数据集成之前,必须在客户和设备之间建立联系。以下是对接协议的具体操作步骤,从(1 ~ 4)步骤 完成整个协议的闭环操作:</p>
<p><strong>重要安全要求</strong>:所有接口调用都必须实现AES加密和解密流程,以确保数据传输的安全性。请参阅本文档后续部分了解具体的加密和解密操作指南。[详情见 >](<a href="https://www.showdoc.com.cn/yaminddoczh/11304772816709993">https://www.showdoc.com.cn/yaminddoczh/11304772816709993</a> "详情见 >")</p>
<ol>
<li><strong>设备绑定</strong>:<code>第三方制造商</code> 需要调用接口,将呼吸机设备以及使用的患者与客户绑定数据转发关系。在调用此接口时,所有传输的数据必须经过AES加密处理。</li>
<li><strong>数据传输</strong>:根据协议定义的传输频率,<code>Konsung</code> 将通过此关联将呼吸机设备产生的数据传输给 <code>第三方制造商</code>。传输过程中的所有数据也必须遵循加密标准。</li>
<li><strong>接口实现</strong>:<code>第三方制造商</code>需要根据协议实现一个接口,用来接收转发过来的数据。接收到的数据必须进行AES解密处理。</li>
<li><strong>设备解绑</strong>:<code>第三方制造商</code>需要调用接口,解除呼吸机设备与客户绑定数据转发关系。解除绑定后,该机器的数据将不会转发。在解绑过程中,所有数据传输亦需加密。</li>
</ol>
<h2>设备绑定/解绑</h2>
<table>
<thead>
<tr>
<th>API</th>
<th>标题</th>
<th>提供方</th>
<th>概述</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://www.showdoc.com.cn/yamindplatformapi/10861956946216966">呼吸机绑定</a></td>
<td>绑定呼吸机</td>
<td><code>Konsung</code></td>
<td>Konsung提供HTTP接口服务供第三方厂商调用。绑定成功后,您可以与<a href="https://www.showdoc.com.cn/yamindplatformapi/10861955188369839">测量数据出接口集成</a>,接收呼吸机数据。<strong>通过此接口交换的所有数据都必须经过 AES 加密。</strong></td>
</tr>
<tr>
<td><a href="https://www.showdoc.com.cn/yamindplatformapi/10861957834267150">呼吸机解绑</a></td>
<td>解绑呼吸机</td>
<td><code>Konsung</code></td>
<td>Konsung提供HTTP接口服务供第三方厂商调用。<strong>确保所有通信均经过 AES 加密以确保安全。</strong></td>
</tr>
</tbody>
</table>
<h2>数据传输</h2>
<table>
<thead>
<tr>
<th>API</th>
<th>标题</th>
<th>提供方</th>
<th>概述</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://www.showdoc.com.cn/yamindplatformapi/10861955188369839">呼吸机数据外发接口</a></td>
<td>外发数据</td>
<td><code>第三方制造商</code></td>
<td>由<code>第三方制造商</code>按照协议格式实现接口,并发布http服务;平台通过调用<code>第三方制造商</code>发布的HTTP服务发送数据。<strong>通过此接口交换的所有数据都必须经过 AES 加密。</strong></td>
</tr>
</tbody>
</table>
<h2>说明</h2>
<ol>
<li>
<p><code>第三方制造商</code>:指的是与平台对接的角色</p>
</li>
<li><code>Konsung</code>:指的是本公司的云平台
<h2>注意事项</h2>
<p>请确保严格遵守这些安全要求,以保护数据的机密性和完整性。</p></li>
</ol>