Leadtools.Dicom.Common.DataTypes Namespace : OrientationAxis Enumeration |
public enum OrientationAxis : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum OrientationAxis Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As OrientationAxis
public enum class OrientationAxis : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Invalid | Invalid. This is used for initialization. |
0x00000001 | Right | The right side of the patient. |
0x00000002 | Left | The left side of the patient. |
0x00000003 | Anterior | The front side of the patient. |
0x00000004 | Posterior | The back side of the patient. |
0x00000005 | Inferior | Towards the feet of the paient. |
0x00000006 | Superior | Towards the head of the patient. |
The 3D space is defined from the perspective of a paient 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 Leadtools.Dicom.Common.Extensions.OrientationManager.GetMajorAxisFromPatientRelativeDirectionCosine
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.DataTypes.OrientationAxis