←Select platform

PatientOrientation Property

Summary

Gets or sets an array of values that represent the patient orientation of the image attached to this cell.

Syntax

C#
VB
C++
public string[] PatientOrientation { get; set; } 
  
Public Property PatientOrientation As String() 
             
            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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly