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 System.String value representing the Study Instance UID for the retrieved instance.
- seriesInstanceUID
- A System.String value representing the Series Instance UID for the retrieved instance.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also