Table of Contents

Enum NotificationCategory

Namespace
XENBIT.ResQueServe.Abstractions.DataStructures
Assembly
RQS.Abstractions.dll

The different categories of notifications that can be issued within a notification system.

public enum NotificationCategory
Extension Methods

Fields

Information = 0

Represents an informational notification.

OpenTask = 11

Notification indicating an open task.

ScheduledPickUpReminder = 9

Reminder notification for a scheduled pick-up.

ServerMessage = 10

Notification containing a server message.

TransportReported = 12

Notification for a unit's upcoming patient transport.

TransportRequested = 13

Notification for a patient transport request from a hospital / external source.

TriggeredFireAlarmSystem = 8

Notification triggered by a fire alarm system.

UnitDispatch = 2

Notification indicating a unit dispatch.

UnitDispatchCancelled = 3

Notification indicating a unit dispatch cancelled.

UnitSpeakPrompt = 6

Notification for a unit to speak.

UnitSpeakRequest = 4

Notification for a unit's speak request.

UnitSpeakRequestUrgent = 5

Urgent notification for a unit's speak request.

UnitStatusChange = 1

Notification indicating a change in unit status.

WorkplaceChanged = 7

Notification indicating a change in workplace.