Initializes a new instance of the MedicalViewerCellRequestedEventArgs class.
public MedicalViewerCellRequestedEventArgs(
string studyInstanceUID,
string seriesInstanceUID
)
Public Function New( _
ByVal studyInstanceUID As String, _
ByVal seriesInstanceUID As String _
)
public:
MedicalViewerCellRequestedEventArgs(
String^ studyInstanceUID,
String^ seriesInstanceUID
)
studyInstanceUID
A System.String representing the Study Instance UID for the images to be loaded in the cell.
seriesInstanceUID
A System.String representing the Series Instance UID for the images to be loaded in the cell.
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