| The Vocera Messaging Platform API / Data Classes | |
The PagingAlert data class contains these fields.
| Field | Type | Description |
|---|---|---|
| Subject | String[256] |
The alert subject. |
|
Body |
String [3000] |
The alert message. |
| ExternalID | String[32] | The ID of the submitted alert. VMP does not require an external ID to accept incoming SOAP messages. If SOAP messages include an external ID, it must be a unique string that is used for all incoming SOAP messages. This string can be any combination of non-Unicode symbols, including special characters. All third-party SOAP integrations share the same SQL database table for external IDs. This means that each external ID must be unique across all SOAP integrations. |
| OverridePersonalAlarmSettings | Boolean |
|
| Severity | Integer |
|
| Callback | String[32] | Callback phone number. |
| EventID | String[40] | Event ID that the alarm is associated with. |
| BriefBody | String[256] | Short version of a message body. If it is not empty, it is sent to a Vocera badge instead of the full-length Body field. |
| PatientMRN | String[70] | MRN of the patient that the alarm is associated with. |
| Wavefilename | String[40] | The wavefile name that the alarm is associated with. |
| ParticipationConditions | PagingAlertParticipationCondition | By default, this is ALL. If it is set to ONLINE_ONLY, the message will be queued and delivered to only Voice logged in users. |