cdisc-org / cdisc-org/cdisc-rules-engine
Display true or false for each components of a rule in the report or log functionality
- Dominant language
- Python
- Stars
- 113
- Forks
- 43
- Avg merge
- 14h 51m
- Merged PRs (30d)
- 14
Description
### Standard
CDISC SDTM/SDTMIG
### Reference Rule ID(s)
All in all standards
### Conformance Rule ID(s) (if published in CORE)
CORE-
### JIRA Ticket
https://jira.cdisc.org/projects/CORERULES/issues/CORERULES-
### Proposed Rule YAML
```YAML
Check:
all:
# clause A
- name:
operator:
value:
# clause B
- name:
operator:
value:
...
```
### Attach any sample test data file(s)
NA
### Expected output
Display true or false for each components of a rule in the report or log functionality.
For example, for the extract yaml segment included, displaying the following in the results or log:
A = true | false, B = true | false. ...
### Any Additional Information
I sort of recall discussing the topic a while, while back with either @SFJohnson24 or @gerrycampion and I got an understanding that the json results included that information.
Contributor guide
Research direction
No source files or tests are named. Start by tracing the report or log functionality and the JSON results mentioned in the issue; completion means each rule component, such as A and B, is represented with its true or false result in the report or log output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100