Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

Validate Method






The dataset to validate.
If set to true continue of validation error, otherwise cancel validation.
Validates the specified dataset.
Syntax
'Declaration
 
Public Shared Function Validate( _
   ByVal dataset As DicomDataSet, _
   ByVal continueOnError As Boolean _
) As Dictionary(Of DicomElement,String)
'Usage
 
Dim dataset As DicomDataSet
Dim continueOnError As Boolean
Dim value As Dictionary(Of DicomElement,String)
 
value = DicomDataSetValidator.Validate(dataset, 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

See Also

Reference

DicomDataSetValidator Class
DicomDataSetValidator Members

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features