Validate Method

Summary
Validates the specified dataset.
Syntax
C#
VB
C++
public static Dictionary<DicomElement, string> Validate( 
   DicomDataSet dataset, 
   bool continueOnError 
) 
Public Shared Function Validate( _ 
   ByVal dataset As DicomDataSet, _ 
   ByVal continueOnError As Boolean _ 
) As Dictionary(Of DicomElement,String) 
public: 
static Dictionary<DicomElement^,String^>^ Validate(  
   DicomDataSet^ dataset, 
   bool continueOnError 
)  

Parameters

dataset
The dataset to validate.

continueOnError
If set to true continue of validation error, otherwise cancel validation.

Return Value

A dictionary of the elements validates as the key and the result of the validation as the value.

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.