C#
VB
C++
Validates the specified dataset.
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
)
dataset
The dataset to validate.
continueOnError
If set to true
continue of validation error, otherwise cancel validation.
A dictionary of the elements validates as the key and the result of the validation as the value.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET