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