The DICOM_Info type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Clear()()()()
Removes all items.
CopyTo(DICOM_Info)
Copies all DICOM information to destination DICOM_Info object
Delete(Int32)
Remove an item.
Delete(Int32, Int32)
Remove specified item
DeleteGroup(Int32)
Removes all tags belonging to the specified group.
DeleteTag(Int32, Int32, Boolean)
Removes all tags belonging to the specified group.
Equals(Object)
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.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetTagDescription(Int32)
Returns an English description of specified tag.
GetTagDescription(Int32, Int32)
Returns an English description of specified tag.
GetTagNumeric(Int32, Double)
Returns a DICOM tag as number.
GetTagNumeric(Int32, Int32, Double)
Returns a DICOM tag as number.
GetTagString(Int32, Int32)
Returns a DICOM tag as a string.
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf(Int32, Int32)

Find the first item that matches with "group" and "element" parameters and return its index.

If the item is not in the list, IndexOf returns -1.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

See Also