X-Connections Central

X-Connections Central is the central web server for X-Connections. As such it’s referred to as the beating heart of X-Connections.

ORM Module

The ORU Module receives ORU messages and stores vital data onto the X-Connections cache database. This ensures that the data is available to and can be accessed by the X-Connections Web Service when needed.

Example

An example XML message used to retrieve patient data:

<command cmd='getPatientdata'>
    <patientID>133</patientID>
    <patient name='' dob=''/>
</command>