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