cdisc-org/cdisc-rules-engine

Incorrect Sensitivity defaulting to Record

Closed this issue · 0 comments

Links to related JIRA Tickets

Rule Information

  • Standard: SDTMIG
  • Rule ID: CG0092 CG0310 CG0363 CG0362 CG0352

Describe the bug
These two rules were published with variable sensitivity which is not a real sensitivity. Currently rule engine defaults to record when fetching the sensitivity

if self.rule.get("sensitivity") == Sensitivity.DATASET.value:
if it is not dataset. Engine should check to make sure the dataset sensitivity is set properly to dataset or record and skip the rule if it is not.