DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / IWorkItemWebClient Interface / Retrieve Method
The Workitem UID for matching



In This Topic
    Retrieve Method (IWorkItemWebClient)
    In This Topic
    This transaction retrieves a Workitem. It corresponds to the UPS DIMSE N-GET operation.
    Syntax
    'Declaration
     
    
    Function Retrieve( _
       ByVal WorkItemUID As String _
    ) As DicomDataSet
    'Usage
     
    
    Dim instance As IWorkItemWebClient
    Dim WorkItemUID As String
    Dim value As DicomDataSet
     
    value = instance.Retrieve(WorkItemUID)

    Parameters

    WorkItemUID
    The Workitem UID for matching

    Return Value

    A DicomObjects.DicomDataSet object that represents the retreived Workitem (UPS) object
    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