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