DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / WorklistEventArgs Class
Properties Methods

In This Topic
    WorklistEventArgs Class Members
    In This Topic

    The following tables list the members exposed by WorklistEventArgs.

    Public Properties
     NameDescription
    Public Property Subscription shall be created with a Deletion Lock if user agent's Subscribe request has deletionlock set to true  
    Public Property Indicates whether fuzzy matching was requested  
    Public PropertyHttp Request Headers for users wishing to access in event  
    Public Property Workitems Query Root is automatically set to Instance  
    Public Property The maximum number of responses to send  
    Public Property The number of initial responses to discard  
    Public Property Indicates the type of transaction of incoming WorkItem Web reqeust  
    Public Property QueryString values in HTTP request  
    Public Property Cancellation Request Payload, if present, may describe the reason for requesting the cancellation of the WorkItem.  
    Public Property The HTTP Request for the worklist/workitem operation  
    Public Property The list of content types found in the accept header in the Retrieve request  
    Public PropertyResults to pass back to the client - this must be set before the event returns  
    Public Property Workitems Query Root is automatically set to Unified Procedure Step  
    Public Property The UPS Subscriber AE Title  
    Public Property Target resource of the Subscribe request  
    Public Property Transaction UID used to lock the Workitem  
    Public Property The transfer syntax to be used to the return the data to the client  
    Public Property Used to pass warnings back to the client. Any strings added to this list are included as warnings in the HTTP response  
    Public Property The WorkItem object  
    Public Property The Workitem UID  
    Top
    Public Methods
     NameDescription
    Public Method Create a DicomDataSet to mirror the Workitems Search request  
    Public Method Set Worklist transaction FAILURE DICOM response. HttpStatus of "Internal Server Error" will be returned to Web Client  
    Public Method Set Worklist transaction SUCCESS response  
    Top
    See Also