GetErrorMessage Method

Summary

Gets the error message or a specific VR.

Syntax
C#
VB
C++
public static string GetErrorMessage( 
   DicomVRType vr 
) 
Public Shared Function GetErrorMessage( _ 
   ByVal vr As DicomVRType _ 
) As String 
public: 
static String^ GetErrorMessage(  
   DicomVRType vr 
)  

Parameters

vr
The VR to get the error message for.

Return Value

A validation error message if the VR failed validation.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly