←Select platform

RetrieveImages Method

Summary

Returns the path of the Leadtools.Dicom.DicomDataSet images for the provided series information.

Syntax

C#
VB
C++
protected abstract string[] RetrieveImages( 
   string studyInstanceUID, 
   string seriesInstanceUID 
) 
  
Protected MustOverride Function RetrieveImages( _ 
   ByVal studyInstanceUID As String, _ 
   ByVal seriesInstanceUID As String _ 
) As String() 
protected: 
abstract array<String^>^ RetrieveImages(  
   String^ studyInstanceUID, 
   String^ seriesInstanceUID 
)  

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly