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