←Select platform

OrientationAxis Enumeration

Summary

Specifies where the right or top of a 2D image is located in 3D space.

Syntax

C#
VB
C++
public enum OrientationAxis   
Public Enum OrientationAxis  
    
    
public enum class OrientationAxis   

Members

ValueMemberDescription
0Invalid Invalid. This is used for initialization.
1Right The right side of the patient.
2Left The left side of the patient.
3Anterior The front side of the patient.
4Posterior The back side of the patient.
5Inferior Towards the feet of the paient.
6Superior Towards the head of the patient.
Remarks

The 3D space is defined from the perspective of a patient laying down a supine position (face up). The X axis goes in the direction from the patients right to the patients left. The Y axis goes from the patients from the patients anterior to the patients posterior. The Z axis goes from the patients feet to the patients head (inferior to superior).

Used with GetMajorAxisFromPatientRelativeDirectionCosine

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly