Skip to content

Commit

Permalink
RELREC documentation (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrycampion authored Oct 2, 2023
1 parent af5d7aa commit f8d88f1
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/match_datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,45 @@ Match Datasets:
- USUBJID
Is Relationship: Y
```
## RELREC Relationship
Allows for joining datasets with parent datasets using conditions specified in RELREC dataset
> Condition: Related record present in parent domain dataset
> Rule: FAOBJ in (--TERM, --TRT, --DECOD)
```yaml
Check:
all:
- name: FAOBJ
operator: not_equal_to
value: RELREC.__TERM
- name: FAOBJ
operator: not_equal_to
value: RELREC.__TRT
- name: FAOBJ
operator: not_equal_to
value: RELREC.__DECOD
Match Datasets:
- Name: RELREC
Wildcard: __
Outcome:
Message:
Related record is present in the parent domain dataset and FAOBJ is not
in (--TERM, --TRT, --DECOD)
Output Variables:
- FAOBJ
- RELREC.__TERM
- RELREC.__TRT
- RELREC.__DECOD
Rule Type: Record Data
Scope:
Classes:
Include:
- FINDINGS
Domains:
Include:
- FA
```

0 comments on commit f8d88f1

Please sign in to comment.