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



In This Topic
    RetrieveAsync Method (INPIWebClient)
    In This Topic
    Issue an async NPI retrieve request with the object UID
    Syntax
    'Declaration
     
    
    Function RetrieveAsync( _
       ByVal UID As String _
    ) As Task(Of DicomDataSet)
    'Usage
     
    
    Dim instance As INPIWebClient
    Dim UID As String
    Dim value As Task(Of DicomDataSet)
     
    value = instance.RetrieveAsync(UID)
    Task<DicomDataSet> RetrieveAsync( 
       string UID
    )
    Task<DicomDataSet^>^ RetrieveAsync( 
       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