DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / NPIWebClient Class / RetrieveAsync Method
UID of the NPI to retrieve



In This Topic
    RetrieveAsync Method (NPIWebClient)
    In This Topic
    Retrieve NPI by NPIName and UID value
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(DicomObjects.DicomWeb.WebClient.NPIWebClient/d__34)> 
    Public Function RetrieveAsync( _ 
       ByVal UID As String _ 
    ) As Task(Of DicomDataSet)
    'Usage
     
    
    Dim instance As NPIWebClient
    Dim UID As String
    Dim value As Task(Of DicomDataSet)
     
    value = instance.RetrieveAsync(UID)
    [AsyncStateMachine(DicomObjects.DicomWeb.WebClient.NPIWebClient/d__34)] 
    public Task<DicomDataSet> RetrieveAsync( 
       string UID 
    )
    [AsyncStateMachine(DicomObjects.DicomWeb.WebClient.NPIWebClient/d__34)] 
    public: 
    Task<DicomDataSet^>^ RetrieveAsync( 
       String^ UID 
    ) 

    Parameters

    UID
    UID of the NPI to retrieve

    Return Value

    DicomDataSet representing the retuned NPI
    Remarks
    Operation must be set to NPIOperation.Retrieve and NPIName must be set to valid value
    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