Leadtools.Medical.Workstation.Loader Namespace > MedicalViewerLoaderBase Class > FindDisplayedCellInstanceInformation Method : FindDisplayedCellInstanceInformation(MedicalViewerMultiCell) Method |
public DicomInstanceInformation[] FindDisplayedCellInstanceInformation( MedicalViewerMultiCell cell )
'Declaration Public Overloads Function FindDisplayedCellInstanceInformation( _ ByVal cell As MedicalViewerMultiCell _ ) As DicomInstanceInformation()
'Usage Dim instance As MedicalViewerLoaderBase Dim cell As MedicalViewerMultiCell Dim value() As DicomInstanceInformation value = instance.FindDisplayedCellInstanceInformation(cell)
public: array<DicomInstanceInformation^>^ FindDisplayedCellInstanceInformation( MedicalViewerMultiCell^ cell )
Create the cell by calling the LoadSeries(String,String) method of this MedicalViewerLoaderBase object to find the related instance information.