DicomObjects.NET8 Documentation
DicomObjects.Enums Namespace / WorkItemOperation Enumeration



In This Topic
    WorkItemOperation Enumeration
    In This Topic
    Indicates the type of transaction of incoming WorkItem Web reqeust
    Syntax
    'Declaration
     
    
    Public Enum WorkItemOperation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As WorkItemOperation
    public enum WorkItemOperation : System.Enum 
    public enum class WorkItemOperation : public System.Enum 
    Members
    MemberDescription
    ChangeState Change Workitem State transaction which is used to claim ownership, complete, or cancel a Workitem (UPS instance)
    Create This transaction creates a Workitem on the target Worklist. It corresponds to the UPS DIMSE N-CREATE operation.
    None Default value
    RequestCancellation This transaction allows a user agent that does not own a Workitem to request that it be canceled. It corresponds to the UPS DIMSE N-ACTION operation "Request UPS Cancel".
    Retreive This transaction retrieves a Workitem. It corresponds to the UPS DIMSE N-GET operation.
    Search This transaction searches the Worklist for Workitems that match the specified Query Parameters and returns a list of matching Workitems.
    Subscribe This transaction creates a Subscription to a Worklist or Workitem resource. It corresponds to the UPS DIMSE N-ACTION operation "Subscribe to Receive UPS Event Reports".
    SuspendGlobalSubscription This transaction is used to stop the origin server from automatically subscribing the User-Agent to new Workitems. This does not delete any existing subscriptions to specific Workitems.
    Unsubscribe This transaction is used to stop the origin server from sending new Event Reports to the user agent and may also stop the origin server from subscribing the user agent to new Workitems.
    Update This transaction modifies Attributes of an existing Workitem. It corresponds to the UPS DIMSE N-SET operation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.WorkItemOperation

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also