MPRStatus Enumeration

Summary

MPRStatus enumeration that represents the cell eligibility to create MPR cells.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.MPRStatus = { 
	ok: 0, 
	notEnoughFrames: -1, 
	imagePositionNotReady: -2, 
	allFramesNotReady: -3, 
	cellNotValid: -4, 
	imageOrientationNotTheSame: -5 
} 
lt.Controls.Medical.MPRStatus = { 
	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 CanDoMPR. Use this method to check if the cell can be used to create an MPR image, if the returned value is MPRStatus.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.