cdisc-org / cdisc-org/cdisc-rules-engine

Rule blocked: CORERULES-1676

Open
#361 0 comments 0 reactions 0 assignees View on GitHub
ADaM
Dominant language
Python
Stars
113
Forks
43
Avg merge
14h 51m
Merged PRs (30d)
14

Description

Related to rule CDISC.ADAMIG.AD0047
Could we use Scope - Dataset to include/exclude certain ADAM datasets for rule checking?

{
"Datasets": {
"Include": [
"ADSL"
]
},
"Data_Structures": {
"Include": [
"SUBJECT LEVEL ANALYSIS DATASET"
]
}
}

**Links to related JIRA Tickets**
- https://jira.cdisc.org/projects/CORERULES/issues/CORERULES-1676

**Rule Information**
- **Standard**: ADAMIG
- **Rule ID**: 47
- **Rule Description**: "Variable SITEID should be present in dataset ADSL"

**Describe the bug**
A clear and concise description of what the bug is.

**Error returned from Rule Engine**
```json
[
{
"executionStatus": "execution_error",
"domain": "ADVS",
"variables": [],
"message": "rule execution error",
"errors": [
{
"error": "An unknown exception has occurred",
"message": "Output variables: ['SITEID'] not found in dataset"
}
]
}
]
```

**Expected behavior**
Could we use **Scope - Dataset** to include/exclude certain ADAM datasets for rule checking?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.