←Select platform

IsValidVRValue Method

Summary

Determines whether a list of values for the VR is valid.

Syntax

C#
VB
C++
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 
)  

Parameters

vr
The VR to check against the values.

values
The values to check.

errorMessage
The error message if the validation failed.

Return Value

true if values are valid for the specified VR; otherwise, false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly