DVTk API
StrictValidation Property
DVTkDvtk.SessionsIValidationSettingsStrictValidation
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual C++
bool StrictValidation { get; set; }
Property StrictValidation As Boolean
property bool StrictValidation {
	bool get ();
	void set (bool value);
}
Remarks
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.

Assembly: DVTK (Module: DVTK) Version: 0.0.0.0