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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.