VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataElement Class
Properties Methods Events SeeAlso
In This Topic
    DicomDataElement Class Members
    In This Topic
    The following tables list the members exposed by DicomDataElement.
    Public Properties
     NameDescription
    Public PropertyGets the data count of the Data Element.
    Public PropertyGets or sets the data of the Data Element.
    Public PropertyGets the data element ID of the Data Element.
    Public PropertyGets the element number of the Data Element.
    Public PropertyGets the group number of the Data Element.
    Public PropertyGets a value indicating whether the image file block is changed. (Inherited from ImageFileBlock)
    Public PropertyGets a value indicating whether the image file block is virtual. (Inherited from ImageFileBlock)
    Public PropertyGets the length of this image file block. (Inherited from ImageFileBlock)
    Public PropertyGets the name of the Data Element.
    Public PropertyGets the offset of this image file block. (Inherited from ImageFileBlock)
    Public PropertyGets the DicomTransferSyntax of this DicomFileBlock. (Inherited from DicomFileBlock)
    Public PropertyGets the data type of the Data Element.
    Protected Properties
     NameDescription
    Protected PropertyGets the source of this image file block. (Inherited from ImageFileBlock)
    Public Methods
     NameDescription
    Public MethodCompares this instance to a specified object and returns an indication of their relative values. (Inherited from ImageFileBlock)
    Public MethodReturns a value indicating whether this instance is equal to a specified object.
    Public MethodReturns the hash code for this instance.
    Public MethodReturns the raw data of data element.
    Public MethodOverloaded. Saves block to the source, connects block with the source, removes virtual data. (Inherited from DicomFileBlock)
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Changing event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Saved event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Saving event. (Inherited from ImageFileBlock)
    Protected MethodParses the DICOM Data Element.
    Protected MethodSets the length of this image file block in the source. (Inherited from ImageFileBlock)
    Protected MethodWrites block data to the source. (Inherited from DicomFileBlock)
    Public Events
     NameDescription
    Public EventOccurs when image file block is changed. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is changing. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is saved. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is saving. (Inherited from ImageFileBlock)
    See Also