Performs the retrieve operation for the matching DICOM instance.
             
             
             
            
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As RetrieveClient
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
 
instance.DoRetrieveImages(studyInstanceUID, seriesInstanceUID)
  | 
 
            Parameters
- studyInstanceUID
 
- 
            A String value representing the Study Instance UID for the retrieved instance.
            
 - seriesInstanceUID
 
- 
            A String value representing the Series Instance UID for the retrieved instance.
            
 
 
             
              
             
             
             
             
            
            
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0,  Windows XP, Windows Server 2003 family, Windows Server 2008 family
 
            
            
See Also