VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomUtils Class / GetPatientAnatomicPositionDirection(VintasoftVector3D) Method
Syntax Requirements SeeAlso
    GetPatientAnatomicPositionDirection(VintasoftVector3D) Method (DicomUtils)
    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[]
     

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also