Under Construction
Table of Contents |
---|
Overview
...
Code Block | ||
---|---|---|
| ||
sudo docker run -d --name opencds opencds/opencds:ubuntu |
Run
...
the following command in order to find the IP address assigned to the opencds container. In this case the URL assigned is 172.17.0.6
Code Block | ||
---|---|---|
| ||
sudo docker inspect opencds | grep IPAddress "IPAddress": "172.17.0.6", "SecondaryIPAddresses": null, |
...
The following figure shows the reduce SOAP request. The XML element payload contains the base64 version of the CDA document
...
SOAP response
Conclusion
...