DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.WebClient Namespace / WorkItemWebClient Class
Properties Methods


WorkItemWebClient Class Members

The following tables list the members exposed by WorkItemWebClient.

Public Constructors
 NameDescription
Public Constructor Create a new QidoWebClient oject  
Top
Public Properties
 NameDescription
Public Property Client certificate file (Inherited from DicomObjects.DicomWeb.DicomWebClient)
Public Property Client certificate password (Inherited from DicomObjects.DicomWeb.DicomWebClient)
Public Property Extra Http Headers should users wish to add to the Request (Inherited from DicomObjects.DicomWeb.DicomWebClient)
Public Property Controls whether to add includfield=all to the query to request all available fields  
Public Property The weighting to use for the outgoing applicaiton/json+dicom accept header (Inherited from DicomObjects.DicomWeb.DicomWebClient)
Public Property The maximum number of records to return - useful if paging large amounts of data  
Public Property The number of records to skip - useful if paging large amounts of data  
Public Property The raw result of the last operation (Inherited from DicomObjects.DicomWeb.DicomWebClient)
Public Property Web client server certificate validation callbcak (Inherited from DicomObjects.DicomWeb.DicomWebClient)
Public Property Controls whether to include fuzzymatching=true in the request  
Public Property Controls whether to use names (if true) or hexadecimal identifiers (if false) for search parameters, e.g. STUDYDATE or 00080020  
Public Property The weighting to use for the outgoing applicaiton/xml+dicom accept header (Inherited from DicomObjects.DicomWeb.DicomWebClient)
Top
Public Methods
 NameDescription
Public 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.  
Public Method Creates a Workitem on the target Worklist. It corresponds to the UPS DIMSE N-CREATE operation.  
Public Method Issue a WorkItems query  
Public 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  
Public Method This transaction retrieves a Workitem. It corresponds to the UPS DIMSE N-GET operation.  
Public Method 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".  
Public Method 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.  
Public Method 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.  
Public Method This transaction modifies Attributes of an existing Workitem. It corresponds to the UPS DIMSE N-SET operation.  
Top
See Also