←Select platform

DicomInstanceCellSeparator Class

Summary

Separates the MedicalViewerCells based on the DICOM Information.

Syntax

C#
VB
C++
public class DicomInstanceCellSeparator : IMedicalViewerCellFactory 
  
Public Class DicomInstanceCellSeparator  
   Implements Leadtools.Medical.Workstation.Loader.IMedicalViewerCellFactory  
public ref class DicomInstanceCellSeparator : public Leadtools.Medical.Workstation.Loader.IMedicalViewerCellFactory   

Remarks

For each DICOM dataset, the loader passes the information to the DicomInstanceCellSeparator class, and returns the cell where the image will be displayed. This allows the logic for separating the cells to be based on any criteria. When the DicomInstanceCellSeparator class needs a new cell to be created to display an image, it will request the cell from a factory (passed via the constructor). Then it saves the cell with separation information (i.e. patient position, orientation). When another DICOM Instance is passed it can use the same cell to display that instance (stack of images). This class will separate based on the image position.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly