MPRCell Constructor

Summary

Initializes a new MPRCell class object with explicit parameters.

Syntax
TypeScript
JavaScript
MPRCell = function( 
   viewer, 
   parent, 
   divID, 
   mprType 
) 
constructor( 
   viewer: MedicalViewer, 
   parent: Cell, 
   divID: string, 
   mprType: CellMPRType 
); 

Parameters

viewer

The MedicalViewer object.

parent

The parent Cell.

divID

The id of the cell.

mprType

The CellMPRType that will be generated.

Remarks

Before instantiating this class, use the static method CanDoMPR to check whether the generator cell is valid.

Requirements

Target Platforms

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

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.