'Declaration
Public Function Find( _
ByVal As DicomVRType _
) As DicomVR
'Usage
Dim instance As DicomVRTable
Dim code As DicomVRType
Dim value As DicomVR
value = instance.Find(code)
public DicomVr find(DicomVrType code)
function Leadtools.Dicom.DicomVRTable.Find(
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.