RetrieveImages Method

Summary
Returns the path of the Leadtools.Dicom.DicomDataSet images for the provided series information.
Syntax
C#
VB
C++
protected override string[] RetrieveImages( 
   string studyInstanceUID, 
   string seriesInstanceUID 
) 
  
Protected Overrides Function RetrieveImages( _ 
   ByVal studyInstanceUID As String, _ 
   ByVal seriesInstanceUID As String _ 
) As String() 
protected: 
array<String^>^ RetrieveImages(  
   String^ studyInstanceUID, 
   String^ seriesInstanceUID 
) override  

Parameters

studyInstanceUID
The System.String Study Instance UID for the images to be retrieved.

seriesInstanceUID
The System.String Series Instance UID for the images to be retrieved.

Remarks

This method will use the Retrieve to retrieve the DICOM DataSets.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.