C#
VB
C++
Returns the path of the Leadtools.Dicom.DicomDataSet images for the provided series information.
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
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET