cdisc-org / cdisc-rules-engine

Open source offering of the cdisc rules engine
MIT License
48 stars 13 forks source link

Rule blocked: CORERULES-256 #604

Open gerrycampion opened 10 months ago

gerrycampion commented 10 months ago

Links to related JIRA Tickets

Rule Information

Describe the problem Need a new Rule Type: Variable Metadata Check against Define XML and Library Metadata

Describe the solution This rule type should do a full outer join of the library variable metadata, define variable metadata, and dataset variable metadata

Proposed rule logic

Rule Type: Variable Metadata Check against Define XML and Library Metadata
Check:
  all:
    - name: library_variable_core
      operator: equal_to
      value: Perm
    - name: define_variable_name
      operator: non_empty
    - name: dataset_variable_name
      operator: empty