Validate Method

Summary
Validates the specified dataset.
Syntax
C#
C++/CLI
public static Dictionary<DicomElement, string> Validate( 
   DicomDataSet dataset, 
   bool continueOnError 
) 
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 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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