DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel3D Class / DicomLabel3D Constructor / DicomLabel3D Constructor(DicomImageCollection)
A set of 6 images






In This Topic
    DicomLabel3D Constructor(DicomImageCollection)
    In This Topic
    Create a "cube" with user provided images on the 6 sides.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal Images As DicomImageCollection _
    )
    'Usage
     
    
    Dim Images As DicomImageCollection
     
    Dim instance As New DicomLabel3D(Images)
    public DicomLabel3D( 
       DicomImageCollection Images
    )
    public DicomLabel3D( 
        Images: DicomImageCollection
    ); 
    public function DicomLabel3D( 
       Images : DicomImageCollection
    );
    public: DicomLabel3D( 
       DicomImageCollection* Images
    )
    public:
    DicomLabel3D( 
       DicomImageCollection^ Images
    )

    Parameters

    Images
    A set of 6 images
    Remarks

    The collection shows one image per side and is conventionally presented according to normally expected anatomical orientations.

    The 6 images must be in the following order:

    • Left
    • Right
    • Posterior (back)
    • Anterior (front)
    • Superior (head)
    • Inferior (feet)

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also