The following tables list the members exposed by DicomTagTable.
Public Properties
| Name | Description |
| Instance | Gets an instance of the DicomTagTable, which provides a number of methods for maneuvering through and modifying the Dicom Tag Table. Supported in Silverlight, Windows Phone 7. |
Top
Public Methods
| Name | Description |
| Default | Resets the Data Element Tag Table to the default values. Supported in Silverlight, Windows Phone 7. |
| Delete | Deletes the specified item from the Data Element Tag Table. Supported in Silverlight, Windows Phone 7. |
| Exists | Determines whether the specified tag exists. Supported in Silverlight, Windows Phone 7. |
| Find | Returns DicomTag that contains the item with the specified tag. Supported in Silverlight, Windows Phone 7. |
| FindByIndex | Returns DicomTag class that contains the item located at the specified index in the Data Element Tag Table. Supported in Silverlight, Windows Phone 7. |
| GetCount | Returns the number of items in the Data Element Tag Table. Supported in Silverlight, Windows Phone 7. |
| GetFirst | Returns the first item in the Data Element Tag Table. Supported in Silverlight, Windows Phone 7. |
| GetLast | Returns the last DicomTag item in the Data Element Tag Table Supported in Silverlight, Windows Phone 7. |
| GetNext | Returns the next DicomTag item in the Data Element Tag Table that immediately follows the specified item. Supported in Silverlight, Windows Phone 7. |
| GetPrevious | Returns the last DicomTag item in the Data Element Tag Table that immediately precedes the specified item. Supported in Silverlight, Windows Phone 7. |
| Insert | Inserts a new item in the Data Element Tag Table. Supported in Silverlight, Windows Phone 7. |
| Reset | Removes all items from the Data Element Tag Table. Supported in Silverlight, Windows Phone 7. |
| SetName | Sets the name of the specified item in the Data Element Tag Table. Supported in Silverlight, Windows Phone 7. |
Top
See Also