DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / INPIWebClient Interface / Retrieve Method
UID of the NPI object



In This Topic
    Retrieve Method (INPIWebClient)
    In This Topic
    Issue a NPI retrieve request with the object UID
    Syntax
    'Declaration
     
    
    Function Retrieve( _
       ByVal UID As String _
    ) As DicomDataSet
    'Usage
     
    
    Dim instance As INPIWebClient
    Dim UID As String
    Dim value As DicomDataSet
     
    value = instance.Retrieve(UID)
    DicomDataSet Retrieve( 
       string UID
    )
    DicomDataSet^ Retrieve( 
       String^ UID
    ) 

    Parameters

    UID
    UID of the NPI object

    Return Value

    The responses coded into a DicomDatasetCollection
    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