VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomUtils Class / GetPatientAnatomicPositionDirection(VintasoftVector3D) Method
Syntax Requirements SeeAlso
In This Topic
GetPatientAnatomicPositionDirection(VintasoftVector3D) Method (DicomUtils)
In This Topic
Returns the directions for anatomic positions of patient.
Syntax
'Declaration

Public Shared Function GetPatientAnatomicPositionDirection( _
ByVal vector
The vector-vector.
As Vintasoft.Imaging.VintasoftVector3D _
) As DicomAnatomicPositionDirection[]
public static DicomAnatomicPositionDirection[] GetPatientAnatomicPositionDirection(
Vintasoft.Imaging.VintasoftVector3D vector
)

Parameters

vector
The vector-vector.

Return Value

Method returns 1 element if vector is directed towards single anatomical position.
Method returns 2 elements if vector is directed towards two anatomical positions.
Method returns 3 elements if vector is directed towards three anatomical positions.
Elements are sorted from the nearest plane to the farthest plane.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also