Describes the projection orientation of the patient, and whether it is face-to-face or face-to-back.
lt.Controls.Medical.ProjectionOrientationType = {
None: 0,
FaceToFace: 1,
FaceToBack: 2
}
lt.Controls.Medical.ProjectionOrientationType = {
None: 0,
FaceToFace: 1,
FaceToBack: 2
}
Members
0 | None |
(0) None |
1 | FaceToFace |
(1) Update the orientation so the right side of the patient's image is to the left of the screen. |
2 | FaceToBack |
(2) Update the orientation so the left side of the patient's image is to the left of the screen. |
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