How to bridge your Patient Management Software and AudaxCeph
Knowledge base
The communication interface for AudaxCeph is based on exchange of data with the use of XML documents. A software that wishes to pass data to AudaxCeph can do so by creating an XML file according to the XSD schema and then execute AudaxCeph executable (AxCeph.exe) with that xml file as a parameter.
For example if the XML filename is Integration.xml then AudaxCeph should be invoked in the following manner:
AxCeph.exe »C:\IntegrationFolder\Integration.xml«
There are two options for integration:
1. AudaxCeph data is kept in the AudaxCeph database. This interface allows for patient data to be passed to AudaxCeph. AudaxCeph only returns result/debug messages for interface calls. Patients are indexed with provided IDs (from PMS software) which allows for data consistency without patient duplication and without the need for the calling software to store any information from AudaxCeph. This interface requires minimal development on PMS side.
Pros:
Cons:
2. All data is stored in the caller application. AudaxCeph only works on data in the folder where the integration.xml is located. When working with AudaxCeph all created documents are stored in the same folder. Upon exiting AudaxCeph the integration.xml is updated which can then be read by the caller application. This requires bigger effort for development on PMS side.
Pros:
Cons:
Ask Audax Team for additional information.
No problem. Use this contact form to send us your question.
Our product specialists will give you an answer as soon as possible.