ProjectionOrientationType Enumeration

Summary

Describes the projection orientation of the patient, and whether it is face-to-face or face-to-back.

Syntax

JavaScript Syntax
lt.Controls.Medical.ProjectionOrientationType = { 
	None: 0, 
	FaceToFace: 1, 
	FaceToBack: 2 
} 
TypeScript Syntax
lt.Controls.Medical.ProjectionOrientationType = { 
	None: 0, 
	FaceToFace: 1, 
	FaceToBack: 2 
} 

Members

0 None

(0) None

1 FaceToFace

(1) Update the orientation so the right side of the patient's image is to the left of the screen.

2 FaceToBack

(2) Update the orientation so the left side of the patient's image is to the left of the screen.

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