projectionOrientation Property

Summary

Gets or sets a value that determines whether the patient's image orientation is face-to-face or face-to-back by updating the overlay orientation letters accordingly.

Syntax

JavaScript Syntax
Object.defineProperty(Frame.prototype, 'projectionOrientation', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
projectionOrientation: ProjectionOrientationType; 

Property Value

ProjectionOrientationType to specify the value that determines whether the image orientation should be face-to-face or face-to-back by updating the overlay orientation letters accordingly.

Remarks

This value changes the overlay text letter to match the desired projection orientation. For more information on how to use the overlay text, refer to Overlays.

For more information on how to use the window level, refer to WindowLevelInteractiveMode.

To get or set the patient's image projection orientation, refer to PatientProjection.

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.Controls.Medical Assembly