CanDo3DStatus Enumeration

Summary

The CanDo3DStatus enumeration values represent a cell's eligibility to create any form of 3D object result (for example, MPR, Panoramic, or 3D volume).

Syntax
TypeScript
JavaScript
lt.Controls.Medical.CanDo3DStatus = { 
	ok: 0, 
	notEnoughFrames: -1, 
	imagePositionNotReady: -2, 
	allFramesNotReady: -3, 
	cellNotValid: -4, 
	imageOrientationNotTheSame: -5 
} 
lt.Controls.Medical.CanDo3DStatus = { 
	ok: 0, 
	notEnoughFrames: -1, 
	imagePositionNotReady: -2, 
	allFramesNotReady: -3, 
	cellNotValid: -4, 
	imageOrientationNotTheSame: -5 
} 
Members

0

Ok

(0) The cell can be used as a source for MPR cells.

-1

NotEnoughFrames

(-1) The cell does not contain at least 3 frames.

-2

ImagePositionNotReady

(-2) The image positions for the first and second frames are not present or are not valid.

-3

AllFramesNotReady

(-3) Not all the frames are ready for the cell.

-4

CellNotValid

(-4) The cell cannot be used as a source cell for the MPR.

-5

ImageOrientationNotTheSame

(-5) All the frames in the cell do not have the same orientation.

Remarks

This enumeration is returned from CanDo3D. Use this method to check if the cell can be used to create an MPR image. If the returned value is CanDo3DStatus.OK, then it can be used to generate the MPR Cell.

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.