SetErrorMessage Method

Summary

Sets the error message for a specific VR.

Syntax
C#
VB
C++
public static void SetErrorMessage( 
   DicomVRType vr, 
   string message 
) 
Public Shared Sub SetErrorMessage( _ 
   ByVal vr As DicomVRType, _ 
   ByVal message As String _ 
)  
public: 
static void SetErrorMessage(  
   DicomVRType vr, 
   String^ message 
)  

Parameters

vr
The VR to set the message for.

message
A descriptive validation error.

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