C#
VB
C++
Returns the path of the Leadtools.Dicom.DicomDataSet images for the provided series information.
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
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