- code
- A value representation code. DicomVR class in the Value Representation Table that has this value representation code will be returned.
Visual Basic (Declaration) | |
---|---|
Public Function Find( _ ByVal code As DicomVRType _ ) As DicomVR |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomVR Find( DicomVRType code ) |
C++/CLI | |
---|---|
public: DicomVR^ Find( DicomVRType code ) |
Parameters
- code
- A value representation code. DicomVR class in the Value Representation Table that has this value representation code will be returned.
Return Value
DicomVR that contains the item with the specified value representation code.For an example, refer to DicomVRTable.Reset.
As an example, if you call this method with code set to DicomVRType.AE, and the Value Representation Table filled with the default values, the returned DicomVR class will contain DicomVRType.AE, "Application Entity", 16, DicomVRRestriction.StringMaximum, and 1. To see the default values for the Value Representation Table, refer to the Default Value Representation Table.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family