Error processing SSI file
LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

Show in webframe

PatientOrientation Property






Gets or sets an array of values that represent the patient orientation of the image attached to this cell.
Syntax
public string[] PatientOrientation {get; set;}
'Declaration   Public Property PatientOrientation As String()
'Usage   Dim instance As MedicalViewerCell Dim value() As String   instance.PatientOrientation = value   value = instance.PatientOrientation
public: property array<String^>^ PatientOrientation {    array<String^>^ get();    void set (    array<String^>^ value); }

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

See Also

Reference

MedicalViewerCell Class
MedicalViewerCell Members

Error processing SSI file
Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features