This object contains the list of DICOM tags.
For a list of DICOM tags look at DICOM documentation.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public class DICOM_Info
Public Class DICOM_Info
public ref class DICOM_Info
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DICOM_Info(UInt64) |
The constructor (do not call directly)
| |
| Clear()()()() |
Removes all items.
| |
| CopyTo(DICOM_Info) |
Copies all DICOM information to destination DICOM_Info object
| |
| Count |
Returns the items count.
| |
| 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. | |
| Item[([( Int32])]) |
Returns the string associated to the item index. The item must be of string type.
| |
| Item[([( Int32, Int32])]) |
Returns the first string associated to the group and element.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Examples
ieViewer1.Image.LoadImage("input.dicom"); string ImageType = ieViewer1.Image.IOParams.DICOM_Info[0x0008,0x0008]; string PatientName = ieViewer1.Image.IOParams.DICOM_Info[0x0010,0x0010];
Inheritance Hierarchy
System..::..Object
HiComponents.IEvolution..::..DICOM_Info
HiComponents.IEvolution..::..DICOM_Info