- code
- A value representation code. DicomUid class in the UID Table that has this value representation code will be returned.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomUidTable Dim code As String Dim value As DicomUid value = instance.Find(code) |
Parameters
- code
- A value representation code. DicomUid class in the UID Table that has this value representation code will be returned.
Return Value
DicomUid that contains the item with the specified value representation code.For an example, refer to DicomUidTable.Reset.
- As an example, if you call this method with code set to "1.2.840.10008.1.1", and the UID Table filled with the default values, the returned DicomUidTable class will contain "1.2.840.10008.1.1" and "Verification SOP Class".
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)