PatientOrientation Property

Summary
Gets or sets an array of values that represent the patient orientation of the image attached to this cell.
Syntax
C#
C++/CLI
public string[] PatientOrientation { get; set; } 
            public: 
property array<String^>^ PatientOrientation { 
   array<String^>^ get(); 
   void set (    array<String^>^ ); 
} 

Property Value

An array of string values representing the orientation of the image attached to this cell.

Remarks

The engine first looks for Image Orientation (Patient) (0020,0037), (refer to ImageOrientation) and if the tag is missing or value is empty (not a volumetric image), the engine searches for a Patient Orientation (0020, 0020) tag. If neither tag has a value, the engine will then look at the PatientOrientation property value to get the orientation labeling. This is a required element if the image orientation is unknown. If both Image Orientation (Patient) and Patient Orientation values are present, then the engine will use the Image Orientation (Patient) (0020,0037) for the image orientation labeling.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.