Class DicomValidationBuilderExtension
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
public static class DicomValidationBuilderExtension
- Inheritance
-
DicomValidationBuilderExtension
- Inherited Members
Methods
DoValidation(DicomSetupBuilder)
Enables that the content of DicomItems shall be validated as soon as they are added to the DicomDataset. This enables fo-dicom to do validation globally instead of the datasets, where validation is disabled explicit.
public static DicomSetupBuilder DoValidation(this DicomSetupBuilder builder)
Parameters
builder
DicomSetupBuilder
Returns
SkipValidation(DicomSetupBuilder)
Disables that the content of DicomItems shall be validated as soon as they are added to the DicomDataset. This disables validation gobally instead of turning validation off for every single DicomDataset.
public static DicomSetupBuilder SkipValidation(this DicomSetupBuilder builder)
Parameters
builder
DicomSetupBuilder