Class DicomValidationBuilderExtension
Inheritance
System.Object
DicomValidationBuilderExtension
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom
Assembly: fo-dicom.core.dll
Syntax
public static class DicomValidationBuilderExtension
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.
Declaration
public static DicomSetupBuilder DoValidation(this DicomSetupBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
DicomSetupBuilder | builder |
Returns
Type | Description |
---|---|
DicomSetupBuilder |
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.
Declaration
public static DicomSetupBuilder SkipValidation(this DicomSetupBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
DicomSetupBuilder | builder |
Returns
Type | Description |
---|---|
DicomSetupBuilder |