C#
VB
Java
WinRT C#
C++
Determines whether the specified VR exists.
Public Function Exists( _
ByVal vr As Leadtools.Dicom.DicomVR _
) As Boolean
public bool Exists(
Leadtools.Dicom.DicomVR vr
)
public boolean exists(DicomVr vr)
function Leadtools.Dicom.DicomVRTable.Exists(
vr
)
public:
bool Exists(
Leadtools.Dicom.DicomVR^ vr
)
vr
The VR to check
True if the VR exists; otherwise, false.
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