ISO/IEEE 11073 is a standards family for the communication of medical devices. SDC (Service-Oriented Device Connectivity) is one of the latest additions to this family and is described here.
Market-oriented information on SDC from Dräger can be found here.
SDC is supported by the interoperability association OR.Net.
Install sdc11073 from pypi using:
pip install sdc11073
Install lz4 compression with:
pip install sdc11073[lz4]
The latest development version can be installed via:
git clone https://github.com/Draegerwerk/sdc11073/ pip install .
you may use pip install -e .
for an editable install.
Tutorials can be found in the tutorial folder
Test can be executed with:
git clone https://github.com/Draegerwerk/sdc11073/ pip install ".[test]" pytest
The sdc11073 python library is not intended for use in medical products, clinical trials, clinical studies, or in clinical routine.
The wsdiscovery module only works with a single ipv4 address. Publishing a device on multiple networks it not supported. The same is valid for searching.
The sdc11073 python library was not developed according to ISO 9001.
Issues can be filed here.
See LICENSE file