DicomHeaderParser Class |
Namespace: Atalasoft.Imaging.Codec.Dicom
The DicomHeaderParser type exposes the following members.
Name | Description | |
---|---|---|
DicomHeaderParser | Construct a DicomHeaderParser object with a stream that is pointing to the beginning of a DICOM encoded
image |
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the DicomHeaderParser | |
Dispose(Boolean) | Releases the unmanaged resources used by the DicomHeaderParser and optionally releases the managed resources | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDataType(UInt32, UInt32, DicomTag) | Returns the datatype of a meta-data value specified by the group, order and tag | |
GetDataType(UInt32, UInt32, UInt32) | Returns the datatype of a meta-data value specified by the group, order and tag | |
GetDataType(DicomGroup, UInt32, DicomTag) | Returns the datatype of a meta-data value specified by the group, order and tag | |
GetDataType(DicomGroup, UInt32, UInt32) | Returns the datatype of a meta-data value specified by the group, order and tag | |
GetDouble(UInt32, UInt32, DicomTag, UInt32) | Gets the value of a meta-data value as a double | |
GetDouble(UInt32, UInt32, UInt32, UInt32) | Gets the value of a meta-data value as a double | |
GetDouble(DicomGroup, UInt32, DicomTag, UInt32) | Gets the value of a meta-data value as a double | |
GetDouble(DicomGroup, UInt32, UInt32, UInt32) | Gets the value of a meta-data value as a double | |
GetGroups | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSignedLong(UInt32, UInt32, DicomTag, UInt32) | Gets the value of a meta-data value as a signed long | |
GetSignedLong(UInt32, UInt32, UInt32, UInt32) | Gets the value of a meta-data value as a signed long | |
GetSignedLong(DicomGroup, UInt32, DicomTag, UInt32) | Gets the value of a meta-data value as a signed long | |
GetSignedLong(DicomGroup, UInt32, UInt32, UInt32) | Gets the value of a meta-data value as a signed long | |
GetString(UInt32, UInt32, DicomTag, UInt32) | Gets the value of a meta-data value as a string | |
GetString(UInt32, UInt32, UInt32, UInt32) | Gets the value of a meta-data value as a string | |
GetString(DicomGroup, UInt32, DicomTag, UInt32) | Gets the value of a meta-data value as a string | |
GetString(DicomGroup, UInt32, UInt32, UInt32) | Gets the value of a meta-data value as a string | |
GetTags(UInt32, UInt32) | ||
GetTags(DicomGroup, UInt32) | Get the tags of the meta-data given a group and order | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUnicodeString(UInt32, UInt32, DicomTag, UInt32) | Gets the value of a meta-data value as a string | |
GetUnicodeString(UInt32, UInt32, UInt32, UInt32) | Gets the value of a meta-data value as a string | |
GetUnicodeString(DicomGroup, UInt32, DicomTag, UInt32) | Gets the value of a meta-data value as a string | |
GetUnicodeString(DicomGroup, UInt32, UInt32, UInt32) | Gets the value of a meta-data value as a string | |
GetUnsignedLong(UInt32, UInt32, DicomTag, UInt32) | Gets the value of a meta-data value as an unsigned long | |
GetUnsignedLong(UInt32, UInt32, UInt32, UInt32) | Gets the value of a meta-data value as an unsigned long | |
GetUnsignedLong(DicomGroup, UInt32, DicomTag, UInt32) | Gets the value of a meta-data value as an unsigned long | |
GetUnsignedLong(DicomGroup, UInt32, UInt32, UInt32) | Gets the value of a meta-data value as an unsigned long | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |