Returns DicomVR that contains the item with the specified value representation code.
public DicomVR Find(
DicomVRType code
)
Public Function Find( _
ByVal code As Leadtools.Dicom.DicomVRType _
) As Leadtools.Dicom.DicomVR
public Leadtools.Dicom.DicomVR Find(
Leadtools.Dicom.DicomVRType code
)
public DicomVr find(DicomVrType code)
function Leadtools.Dicom.DicomVRTable.Find(
code
)
public:
Leadtools.Dicom.DicomVR^ Find(
Leadtools.Dicom.DicomVRType code
)
code
A value representation code. DicomVR class in the Value Representation Table that has this value representation code will be returned.
DicomVR that contains the item with the specified value representation code.
For an example, refer to Reset.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET