C#
VB
C++
Performs the retrieve operation for the matching DICOM instance.
protected abstract void DoRetrieveImages(
string studyInstanceUID,
string seriesInstanceUID
)
Protected MustOverride Sub DoRetrieveImages( _
ByVal studyInstanceUID As String, _
ByVal seriesInstanceUID As String _
)
protected:
abstract void DoRetrieveImages(
String^ studyInstanceUID,
String^ seriesInstanceUID
)
studyInstanceUID
A System.String value representing the Study Instance UID for the retrieved instance.
seriesInstanceUID
A System.String value representing the Series Instance UID for the retrieved instance.
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