GetInstanceCell Method

Summary

Returns the Leadtools.MedicalViewer.MedicalViewerMultiCell specified by the instance, Study Instance UID and Series Instance UID.

Syntax
C#
VB
C++
  
Public Function GetInstanceCell( _ 
   ByVal instance As DicomDataSet, _ 
   ByVal studyInstanceUID As String, _ 
   ByVal seriesInstanceUID As String _ 
) As MedicalViewerMultiCell 
public: 
MedicalViewerMultiCell^ GetInstanceCell(  
   DicomDataSet^ instance, 
   String^ studyInstanceUID, 
   String^ seriesInstanceUID 
)  

Parameters

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.

Return Value

The Leadtools.MedicalViewer.MedicalViewerMultiCell specified by the instance, Study Instance UID and Series Instance UID

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly