| Visual Basic (Declaration) | |
|---|---|
Public Enum OrientationAxis Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As OrientationAxis | |
| C# | |
|---|---|
public enum OrientationAxis : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class OrientationAxis : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Anterior | The front side of the patient. |
| Inferior | Towards the feet of the paient. |
| Invalid | Invalid. This is used for initialization. |
| Left | The left side of the patient. |
| Posterior | The back side of the patient. |
| Right | The right side of the patient. |
| 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
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code