←Select platform

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 Leadtools.Dicom.DicomDataSet, _ 
   ByVal continueOnError As Boolean _ 
) As Dictionary(Of DicomElement,String) 
public: 
static Dictionary<DicomElement^,String^>^ Validate(  
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly