DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / IWorkItemWebClient Interface
Properties Methods

In This Topic
    IWorkItemWebClient Interface Members
    In This Topic

    The following tables list the members exposed by IWorkItemWebClient.

    Public Properties
     NameDescription
     Property Client certificate  
     Property Client certificate password  
     Property The weighting to use for the outgoing applicaiton/json+dicom accept header  
     Property The maximum number of records to return - useful if paging large amounts of data  
     Property The number of records to skip - useful if paging large amounts of data  
     Property The raw result of the last operation  
     Property The weighting to use for the outgoing applicaiton/xml+dicom accept header  
    Top
    Public Methods
     NameDescription
     Method Transaction to change the state of a Workitem. It corresponds to the UPS DIMSE N-ACTION operation "Change UPS State". State changes are used to claim ownership, complete, or cancel a Workitem.  
     Method Creates a Workitem on the target Worklist. It corresponds to the UPS DIMSE N-CREATE operation.  
     Method Issue a WorkItems query  
     MethodThis 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". To cancel a Workitem that the user agent owns, i.e., that is in the IN PROGRESS state, the user agent uses the transaction See part 4 Table CC.2.2-1. Request UPS Cancel 0 Action Information for more details  
     Method This transaction retrieves a Workitem. It corresponds to the UPS DIMSE N-GET operation.  
     Method This transaction modifies Attributes of an existing Workitem. It corresponds to the UPS DIMSE N-SET operation.  
    Top
    See Also