The CanDo3DStatus enumeration values represent a cell's eligibility to create any form of 3D object result (for example, MPR, Panoramic, or 3D volume).
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
}
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 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document