Performs the retrieve operation for the matching DICOM instances. (Inherited from
RetrieveClient)
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PacsRetrieveClient
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 instances.
- seriesInstanceUID
- A System.String value representing the Series Instance UID for the retrieved instances.
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