DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class
Members



In This Topic
    DicomImage Class
    In This Topic
    Class representing a DICOM Image
    Object Model
    DicomImage ClassDicomDataSet ClassDicomAttribute ClassDicomAttribute ClassDicomLabelCollection ClassDicomLabel ClassDicomDataSet ClassDicomAttribute ClassDicomDataSetCollection ClassDicomDataSet ClassValidationOptions Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Class DicomImage 
    'Usage
     
    
    Dim instance As DicomImage
    [DefaultMember("Item")]
    public class DicomImage 
    [DefaultMember("Item")]
    public ref class DicomImage 
    Remarks

    Each DicomImage object corresponds to one SOP instance, and for display, DicomImages are commonly held within a DicomImages collection.

    In general, a DicomImage is a utility wrapper around a DicomDataSet to help accomplish the Image viewing-related tasks, like zooming, scrolling, flipping, rotating, windowing etc.

    A DicomImage references a DicomDataSet ( DataSet property ), which also contains the attributes, the distinction being that a DicomImage contains pixel data, and is therefore displayable within a DicomViewer control, whereas a DicomDataSet may or may not contain pixel data, and is not displayable. The different properties and methods reflect this difference.

    A DicomImage object can be constructed directly from a file, stream or byte array

    Inheritance Hierarchy

    System.Object
       DicomObjects.DicomImage

    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