C#
VB
C++
Determines whether a list of values for the VR is valid.
public static bool IsValidVRValue(DicomVRType vr,List<string> values,out string errorMessage)
Public Shared Function IsValidVRValue( _ByVal vr As Leadtools.Dicom.DicomVRType, _ByVal values As List(Of String), _ByRef errorMessage As String _) As Boolean
public:static bool IsValidVRValue(Leadtools.Dicom.DicomVRType vr,List<String^>^ values,[Out] String^ errorMessage)
vr
The VR to check against the values.
values
The values to check.
errorMessage
The error message if the validation failed.
true if values are valid for the specified VR; otherwise, false.
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
