lastPosition Property

Summary

Gets or sets the image position of the last 2D slice of the 3D volume.

Syntax
TypeScript
JavaScript
Object.defineProperty(Volume3DInformation.prototype, 'lastPosition', 
	get: function(), 
	set: function(value) 
) 
lastPosition: LeadPoint3D; 

Property Value

LeadPoint3D points that represent the lastimage position of the last 2D slice of the 3D volume.

Remarks

lastPosition has the following characteristics:

  • The image position can be retrieved from the DICOM data set.

  • The volume consists of multiple 2D slices and to determine which one contains the last position, arrange the slices from top to bottom. In this manner, the bottom slice is the one that contains the last position.

  • To get or set the first position use FirstPosition.

  • To arrange the slices use SortingOperation.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.