|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <validationrule.h>
Data Fields | |
| char * | name |
| char | op |
| char * | value |
| char * | value_from_log |
Validation expression structure defines a parameter/value pair to be verified from validation result log. For checker result log, parameters fell into LOG_PARAMETER_BEGIN and LOG_PARAMETER_END section are verified. For profile result log, only the parameters fell into profile level LOG_PARAMETER_BEGIN and LOG_PARAMETER_END section are verified. Child checker parameters must be promoted into profile level to be verified.
Definition at line 150 of file validationrule.h.
| char* validation_expression_s::name |
Name of parameter or attribute
Definition at line 151 of file validationrule.h.
| char validation_expression_s::op |
'='
Definition at line 152 of file validationrule.h.
| char* validation_expression_s::value |
required value defined in validation rule
Definition at line 153 of file validationrule.h.
| char* validation_expression_s::value_from_log |
value found from Check-Mate XML log
Definition at line 154 of file validationrule.h.