- vr
- The VR to get the error message for.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function GetErrorMessage( _ ByVal vr As DicomVRType _ ) As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim vr As DicomVRType Dim value As String value = DicomVRValidation.GetErrorMessage(vr) | |
| C# | |
|---|---|
public static string GetErrorMessage( DicomVRType vr ) | |
| C++/CLI | |
|---|---|
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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code