Difference between revisions of "Validation rules"

From ECHSA Congenital Database
Jump to navigationJump to search
m
 
m
Line 7: Line 7:
 
; Mandatory rules : Mandatory rule has to be matched for the operation to be valid.
 
; Mandatory rules : Mandatory rule has to be matched for the operation to be valid.
 
; Helper rules : First, the operation is rejected, but if the center says that this information is correct, operation gets validated. It's used for example to check the extremely overweighted or underweighted patients.
 
; Helper rules : First, the operation is rejected, but if the center says that this information is correct, operation gets validated. It's used for example to check the extremely overweighted or underweighted patients.
; Info rules : User gets information about the not-matched rule, but operation gets validated.
+
; Info rules : User is notified about the violated rule, but operation gets validated.
 
; Silent : User doesn't see any information about the problem, but the operation doesn't get validated.
 
; Silent : User doesn't see any information about the problem, but the operation doesn't get validated.
  
 
[[category:terminology]]
 
[[category:terminology]]

Revision as of 00:09, 24 September 2005

The validation rules are the the rules to ensure the internal data integrity in the process of DataValidation. Currently, the validation rules apply to operations, so it's the operation that can be valid, or not.

You can see the current validation rules.

There are currently four kinds of rules:

Mandatory rules 
Mandatory rule has to be matched for the operation to be valid.
Helper rules 
First, the operation is rejected, but if the center says that this information is correct, operation gets validated. It's used for example to check the extremely overweighted or underweighted patients.
Info rules 
User is notified about the violated rule, but operation gets validated.
Silent 
User doesn't see any information about the problem, but the operation doesn't get validated.