public string[] PatientOrientation { get; set; }
public:
property array<String^>^ PatientOrientation {
array<String^>^ get();
void set ( array<String^>^ );
}
An array of string values representing the orientation of the image attached to this cell.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document