Leadtools.Dicom Namespace : DicomTagTable Class |
The following tables list the members exposed by DicomTagTable.
Name | Description | |
---|---|---|
Instance | Gets an instance of the DicomTagTable, which provides a number of methods for maneuvering through and modifying the Dicom Tag Table. |
Name | Description | |
---|---|---|
Default | Overloaded. Resets the Data Element Tag Table to the default values. | |
Delete | Deletes the specified item from the Data Element Tag Table. | |
Exists | Determines whether the specified tag exists. | |
Find | Returns DicomTag that contains the item with the specified tag. | |
FindByIndex | Returns DicomTag class that contains the item located at the specified index in the Data Element Tag Table. | |
GetCount | Returns the number of items in the Data Element Tag Table. | |
GetFirst | Returns the first item in the Data Element Tag Table. | |
GetLast | Returns the last DicomTag item in the Data Element Tag Table | |
GetNext | Returns the next DicomTag item in the Data Element Tag Table that immediately follows the specified item. | |
GetPrevious | Returns the last DicomTag item in the Data Element Tag Table that immediately precedes the specified item. | |
Insert | Inserts a new item in the Data Element Tag Table. | |
LoadXml | Overloaded. Loads the Element Tags contained in file into the internal DICOM Element Tag Table. | |
LoadXmlAsync | Loads the Element Tags contained in stream into the internal DICOM Element Tag Table. | |
Reset | Removes all items from the Data Element Tag Table. | |
SetName | Sets the name of the specified item in the Data Element Tag Table. |