Viewing the Vocera Spacelabs Xprezznet Adapter Requirements

The minimum requirements for a Vocera Spacelabs Xprezznet Adapter installation are described here.

Ports

The Vocera Spacelabs Xprezznet Adapter requires a designated port for communication between the appliance and the Spacelabs server.

Datasets

An adapter defines a default Dataset structure in order to function. Attributes are organized by Datasets and store the information required by the adapter. Adapters use this data during the process of receiving and sending messages.

Not all adapters require Datasets to function. When an adapter does require Datasets, the system will determine if they already exist. If they do not exist, the system will create the needed Datasets.

When creating or editing an adapter, use the following information to select the appropriate datasets in the Required Datasets section.

CLINICALS Dataset

Element Name Reverse Name Key Reverse Key Required Type Description
Attribute clinical_id N/A True N/A N/A String Attribute that stores the unique identifier for the clinical alert.
Attribute alert_type N/A False N/A True String Attribute that stores alert type
Attribute activity_state N/A False N/A False String Attribute that stores whether this alert is active or inactive.
Attribute alarm_time N/A False N/A False Date/Time Attribute that stores the time that the alert was generated by the sending system. This is not the same as the created_at time.
Attribute priority N/A False N/A False String Attribute that stores the priority description for the alert.
Link clinical_details clinical False True N/A One-to-many The CLINICALS Dataset is linked to the CLINICAL_DETAILS Dataset, and the link order is 1:n (one clinical associated to many clinical_details)

CLINICAL_DETAILS Dataset

Element Name Reverse Name Key Reverse Key Required Type Description
Attribute detail_type N/A True N/A N/A String Attribute that stores the type of the detail.
Attribute detail_time N/A False N/A False Date/Time Attribute that stores the time the detail was recorded if available.
Attribute value N/A False N/A False String Attribute that stores the value of the detail.
Link clinical clinical_details True False N/A Many-to-one The CLINICAL_DETAILS Dataset is linked to the CLINICALS Dataset, and the link order is n:1 (many clinical_details associated to one clinical)