Table of Contents

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 = 19

Indicates that a notification has been created.

OperationCreated = 4

Indicates that a new operation has been created.

OperationDocumentationCreated = 6

Indicates that documentation for an operation has been created.

OperationPatientCreated = 7

Indicates that a patient record for an operation has been created.

OperationPropertyChanged = 5

Indicates that a property of an operation has changed.

OperationTaskCreated = 8

Indicates that a task within an operation has been created.

OperationTaskExecute = 10

Indicates that a task within an operation is set to execute.

OperationTaskRemoved = 9

Indicates that a task within an operation has been removed.

ResourceDispatchCanceled = 15

Indicates that the dispatch of a resource has been canceled.

ResourceDispatchCompleted = 16

Indicates that the dispatch of a resource has been completed.

ResourceDispatched = 14

Indicates that a resource has been dispatched.

ResourceNoLongerSuggested = 12

Indicates that a resource is no longer suggested for use.

ResourceNowSuggested = 11

Indicates that a resource is now suggested for use.

ResourcePositionChanged = 17

Indicates that the position of a resource has changed.

ResourceSpeakRequest = 18

Indicates a request for a resource to speak.

ResourceStatusChanged = 13

Indicates that the status of a resource has changed.

SessionAvailable = 0

Indicates that a session is available.

SessionUnavailable = 1

Indicates that a session is unavailable.

WorkplaceChanged = 2

Indicates that the workplace has changed.

WorkplaceRemoved = 3

Indicates that the workplace was removed.