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
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
[
{
"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?
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
Rule Information
Describe the bug
A clear and concise description of what the bug is.
Error returned from Rule Engine
[ { "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?