cdisc-org / cdisc-org/cdisc-rules-engine
Update USDM report to differentiate between entity definitions and entity references
- Dominant language
- Python
- Stars
- 113
- Forks
- 43
- Avg merge
- 14h 51m
- Merged PRs (30d)
- 14
Description
The Entity Details section of the USDM report (in both JSON and Excel formats) contains a list of "entities" with a count of occurrences. The numbers listed are based on the number of records found in each of the class-based datasets that are created when the USDM data service converts the input USDM JSON data to tabular format. However, the class-based datasets contain both:
- A record representing the definition of each instance of the class (`rel_type = "definition"`), and
- A record representing any reference (by id) to the instance (`rel_type = "reference"`).
It's not clear from the report that the Entity Details numbers include both definitions and references, so it would be better if the report were updated to make this distinction clear.
Contributor guide
Assessment
This issue has not been assessed yet.