DicomObjects.NET10 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( 
       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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also