[This is preliminary documentation and is subject to change.]
Access to validation settings.
| C# | Visual Basic | Visual C++ |
public interface IValidationSettings
Public Interface IValidationSettings
public interface class IValidationSettings
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| DetailedValidationResults |
Indicate whether DVT should produce Detailed Validation Results or not.
| |
| DisplayConditionText |
Determines if conditional text will be displayed in summary result.
| |
| DumpAttributesOfRefFiles |
Indicate whether DVT should include Type 3 attributes in the validation
results that are not present in the dataset being validated or not.
| |
| IncludeType3NotPresentInResults |
Indicate whether DVT should include Type 3 attributes in the validation
results that are not present in the dataset being validated or not.
| |
| StrictValidation |
The StrictValidation option,
when enabled (set true),
causes DVT to perform a strict check between the
received ACSE and DICOM messages and those programmed (expected) in the DICOMScripts.
If any parameter of the received message does not match that programmed, then DVT reports a FAILED validation and aborts further DICOMScript interpretation.
If the STRICT-VALIDATION flag is disabled (set false),
then DVT will WARN the User when a mismatch occurs between received
and programmed values.
DVT will continue interpreting the DICOMScript.
| |
| SummaryValidationResults |
Indicate whether DVT should produce Summary Validation Results or not.
| |
| UnVrDefinitionLookUp |
Indicate whether DVT should try to look up any attribute decoded with an
explicit VR of UN for the real VR - and use this real VR for further attribute
value decoding and validation.
| |
| ValidateReferencedFile |
Determines if the referenced files should be validated when validating a DICOMDIR.
|