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
)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document