MPRStatus enumeration that represents the cell eligibility to create MPR cells.
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. |
This enumeration is returned from CanDoMPR. Use this method to check if the cell can to be used to create an MPR image, if the returned value is MPRStatus.OK, then it can be used to generate the MPR Cell.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET