Enum SessionEventType
- Namespace
- XENBIT.ResQueServe.Abstractions.DataStructures
- Assembly
- RQS.Abstractions.dll
Specifies the type of events that can occur during a session.
public enum SessionEventType
- Extension Methods
Fields
NotificationCreated = 19Indicates that a notification has been created.
OperationCreated = 4Indicates that a new operation has been created.
OperationDocumentationCreated = 6Indicates that documentation for an operation has been created.
OperationPatientCreated = 7Indicates that a patient record for an operation has been created.
OperationPropertyChanged = 5Indicates that a property of an operation has changed.
OperationTaskCreated = 8Indicates that a task within an operation has been created.
OperationTaskExecute = 10Indicates that a task within an operation is set to execute.
OperationTaskRemoved = 9Indicates that a task within an operation has been removed.
ResourceDispatchCanceled = 15Indicates that the dispatch of a resource has been canceled.
ResourceDispatchCompleted = 16Indicates that the dispatch of a resource has been completed.
ResourceDispatched = 14Indicates that a resource has been dispatched.
ResourceNoLongerSuggested = 12Indicates that a resource is no longer suggested for use.
ResourceNowSuggested = 11Indicates that a resource is now suggested for use.
ResourcePositionChanged = 17Indicates that the position of a resource has changed.
ResourceSpeakRequest = 18Indicates a request for a resource to speak.
ResourceStatusChanged = 13Indicates that the status of a resource has changed.
SessionAvailable = 0Indicates that a session is available.
Indicates that a session is unavailable.
WorkplaceChanged = 2Indicates that the workplace has changed.
WorkplaceRemoved = 3Indicates that the workplace was removed.