Click or drag to resize

DicomHeaderParser Class

Use this class to read the meta-data from a DICOM encoded image
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.Codec.DicomDicomHeaderParser

Namespace:  Atalasoft.Imaging.Codec.Dicom
Assembly:  Atalasoft.dotImage.Dicom (in Atalasoft.dotImage.Dicom.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class DicomHeaderParser : IDisposable

The DicomHeaderParser type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleDicomHeaderParser
Construct a DicomHeaderParser object with a stream that is pointing to the beginning of a DICOM encoded image
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the DicomHeaderParser
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the DicomHeaderParser and optionally releases the managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDataType(UInt32, UInt32, DicomTag)
Returns the datatype of a meta-data value specified by the group, order and tag
Public methodGetDataType(UInt32, UInt32, UInt32)
Returns the datatype of a meta-data value specified by the group, order and tag
Public methodGetDataType(DicomGroup, UInt32, DicomTag)
Returns the datatype of a meta-data value specified by the group, order and tag
Public methodGetDataType(DicomGroup, UInt32, UInt32)
Returns the datatype of a meta-data value specified by the group, order and tag
Public methodGetDouble(UInt32, UInt32, DicomTag, UInt32)
Gets the value of a meta-data value as a double
Public methodGetDouble(UInt32, UInt32, UInt32, UInt32)
Gets the value of a meta-data value as a double
Public methodGetDouble(DicomGroup, UInt32, DicomTag, UInt32)
Gets the value of a meta-data value as a double
Public methodGetDouble(DicomGroup, UInt32, UInt32, UInt32)
Gets the value of a meta-data value as a double
Public methodGetGroups
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSignedLong(UInt32, UInt32, DicomTag, UInt32)
Gets the value of a meta-data value as a signed long
Public methodGetSignedLong(UInt32, UInt32, UInt32, UInt32)
Gets the value of a meta-data value as a signed long
Public methodGetSignedLong(DicomGroup, UInt32, DicomTag, UInt32)
Gets the value of a meta-data value as a signed long
Public methodGetSignedLong(DicomGroup, UInt32, UInt32, UInt32)
Gets the value of a meta-data value as a signed long
Public methodGetString(UInt32, UInt32, DicomTag, UInt32)
Gets the value of a meta-data value as a string
Public methodGetString(UInt32, UInt32, UInt32, UInt32)
Gets the value of a meta-data value as a string
Public methodGetString(DicomGroup, UInt32, DicomTag, UInt32)
Gets the value of a meta-data value as a string
Public methodGetString(DicomGroup, UInt32, UInt32, UInt32)
Gets the value of a meta-data value as a string
Public methodGetTags(UInt32, UInt32)
Public methodGetTags(DicomGroup, UInt32)
Get the tags of the meta-data given a group and order
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUnicodeString(UInt32, UInt32, DicomTag, UInt32)
Gets the value of a meta-data value as a string
Public methodGetUnicodeString(UInt32, UInt32, UInt32, UInt32)
Gets the value of a meta-data value as a string
Public methodGetUnicodeString(DicomGroup, UInt32, DicomTag, UInt32)
Gets the value of a meta-data value as a string
Public methodGetUnicodeString(DicomGroup, UInt32, UInt32, UInt32)
Gets the value of a meta-data value as a string
Public methodGetUnsignedLong(UInt32, UInt32, DicomTag, UInt32)
Gets the value of a meta-data value as an unsigned long
Public methodGetUnsignedLong(UInt32, UInt32, UInt32, UInt32)
Gets the value of a meta-data value as an unsigned long
Public methodGetUnsignedLong(DicomGroup, UInt32, DicomTag, UInt32)
Gets the value of a meta-data value as an unsigned long
Public methodGetUnsignedLong(DicomGroup, UInt32, UInt32, UInt32)
Gets the value of a meta-data value as an unsigned long
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also