[This is preliminary documentation and is subject to change.]
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.
| C# | Visual Basic | Visual C++ |
bool StrictValidation { get; set; }
Property StrictValidation As Boolean
property bool StrictValidation { bool get (); void set (bool value); }
This feature is particularly useful when the User wishes to test
a specific (range of) SOP Class(es).
Any additional SOP Classes proposed by the Product
will be automatically rejected by DVT, allowing the User
to concentrate on the SOP Class(es) of interest to the Test Scenario.