DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / NPIWebClient Class / Retrieve Method
UID of the NPI object



In This Topic
    Retrieve Method (NPIWebClient)
    In This Topic
    Issue a NPI retrieve request with the object UID
    Syntax
    'Declaration
     
    
    Public Function Retrieve( _
       ByVal UID As String _
    ) As DicomDataSet
    'Usage
     
    
    Dim instance As NPIWebClient
    Dim UID As String
    Dim value As DicomDataSet
     
    value = instance.Retrieve(UID)
    public DicomDataSet Retrieve( 
       string UID
    )
    public:
    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