Viewing the Vocera Spacelabs CEI Adapter Requirements

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

System

This adapter depends on Vocera Platform 6.1.0 and greater.

The Vocera Platform supports the following Spacelabs components::
  • Intesys Clinical Suite (ICS) G2 gateway (model 92847)
  • Clinical Event Interface (CEI) server
  • qube patient monitor (model 91390)

Ports

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

Dataset Design

The following dataset entity relationship diagram is defined for the Vocera Spacelabs CEI Adapter. The Clinicals dataset is the starting dataset for all attribute paths used in the Vocera Spacelabs CEI Adapter configuration

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.

BEDS Dataset

Element Name Reverse Name Key Reverse Key Required Type Description
Attribute bed_number N/A True N/A N/A String Attribute that stores the number of the bed.
Link room beds True False N/A Many-to-one The BEDS Dataset is linked to the ROOMS Dataset, and the link order is n:1 (many beds associated to one room)
Link clinicals bed False False N/A One-to-many The BEDS Dataset is linked to the CLINICALS Dataset, and the link order is 1:n (one bed associated to many clinicals)

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 the type of the alert.
Attribute activity_state N/A False N/A False String Attribute that stores the activity state of the alert. Possible values are active, inactive, and suppressed.
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 bed clinicals False False N/A Many-to-one The CLINICALS Dataset is linked to the BEDS Dataset, and the link order is n:1 (many clinicals associated to one bed)
Link waveforms clinical False False N/A One-to-many The CLINICALS Dataset is linked to the WAVEFORMS Dataset, and the link order is 1:n (one clinical associated to many waveforms)

FACILITIES Dataset

Element Name Reverse Name Key Reverse Key Required Type Description
Attribute name N/A True N/A N/A String Attribute that stores the unique name for the facility.
Link rooms facility False True N/A One-to-many The FACILITIES Dataset is linked to the ROOMS Dataset, and the link order is 1:n (one facility associated to many rooms)
Link units facility False True N/A One-to-many The FACILITIES Dataset is linked to the UNITS Dataset, and the link order is 1:n (one facility associated to many units)

ROOMS Dataset

Element Name Reverse Name Key Reverse Key Required Type Description
Attribute room_number N/A True N/A N/A String Attribute that stores the room number.
Link facility rooms True False N/A Many-to-one The ROOMS Dataset is linked to the FACILITIES Dataset, and the link order is n:1 (many rooms associated to one facility)
Link beds room False True N/A One-to-many The ROOMS Dataset is linked to the BEDS Dataset, and the link order is 1:n (one room associated to many beds)
Link unit rooms False False N/A Many-to-one The ROOMS Dataset is linked to the UNITS Dataset, and the link order is n:1 (many rooms associated to one unit)

UNITS Dataset

Element Name Reverse Name Key Reverse Key Required Type Description
Attribute name N/A True N/A N/A String Attribute that stores the unique name for a unit in a facility.
Link facility units True False N/A Many-to-one The UNITS Dataset is linked to the FACILITIES Dataset, and the link order is n:1 (many units associated to one facility)
Link rooms unit False False N/A One-to-many The UNITS Dataset is linked to the ROOMS Dataset, and the link order is 1:n (one unit associated to many rooms)

WAVEFORMS Dataset

Element Name Reverse Name Key Reverse Key Required Type Description
Attribute image N/A False N/A False String Attribute that stores waveform image for a clinical event.
Link clinical waveforms False False N/A Many-to-one The WAVEFORMS Dataset is linked to the CLINICALS Dataset, and the link order is n:1 (many waveforms associated to one clinical)