cdisc-org / cdisc-rules-engine

Open source offering of the cdisc rules engine
MIT License
46 stars 12 forks source link

Rule blocked: CORERULES-38 #498

Open gerrycampion opened 1 year ago

gerrycampion commented 1 year ago

Links to related JIRA Tickets

Rule Information

Describe the problem There needs to be a way for the rule type: Dataset Metadata Check against Define XML to access the following metadata: dataset_domain and define_dataset_domain

Proposed rule logic

Rule Type: Dataset Metadata Check against Define XML
Check:
  all:
    - name: define_dataset_is_non_standard
      operator: not_equal_to
      value: true
    - name: DOMAIN
      operator: does_not_use_valid_codelist_terms
      value: dataset_domain
SFJohnson24 commented 1 month ago

I believe this is resolved @nickdedonder by https://github.com/cdisc-org/cdisc-rules-engine/issues/633