Creates a new Leadtools.MedicalViewer.MedicalViewerMultiCell used to load a series of images.
public MedicalViewerMultiCell GetNewCell(
string studyInstanceUID,
string seriesInstanceUID
)
Function GetNewCell( _
ByVal studyInstanceUID As String, _
ByVal seriesInstanceUID As String _
) As Leadtools.Medicalviewer.MedicalViewerMultiCell
Leadtools.Medicalviewer.MedicalViewerMultiCell^ GetNewCell(
String^ studyInstanceUID,
String^ seriesInstanceUID
)
studyInstanceUID
A System.String representing the Study Instance UID for the images to be loaded.
seriesInstanceUID
A System.String representing the Series Instance UID for the images to be loaded.
The newly created Leadtools.MedicalViewer.MedicalViewerMultiCell.
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