Returns the Leadtools.MedicalViewer.MedicalViewerMultiCell specified by the instance, Study Instance UID and Series Instance UID.
public MedicalViewerMultiCell GetInstanceCell(
DicomDataSet instance,
string studyInstanceUID,
string seriesInstanceUID
)
Public Function GetInstanceCell( _
ByVal instance As Leadtools.Dicom.DicomDataSet, _
ByVal studyInstanceUID As String, _
ByVal seriesInstanceUID As String _
) As Leadtools.Medicalviewer.MedicalViewerMultiCell
public:
Leadtools.Medicalviewer.MedicalViewerMultiCell^ GetInstanceCell(
Leadtools.Dicom.DicomDataSet^ instance,
String^ studyInstanceUID,
String^ seriesInstanceUID
)
instance
A Leadtools.Dicom.DicomDataSet representing the instance.
studyInstanceUID
A System.String representing the Study Instance UID.
seriesInstanceUID
A System.String representing the Series Instance UID.
The Leadtools.MedicalViewer.MedicalViewerMultiCell specified by the instance, Study Instance UID and Series Instance UID
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