Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a single column is marked IsExtractionIdentifier RDMP will use this column for building cohorts. When two or more columns are marked IsExtractionIdentifier (e.g. Mother CHI, baby CHI for a Maternity dataset) then you must choose which column to use.

...

When adding a dataset with multiple IsExtractionIdentifier columns to a CohortIdentificationConfiguration you will be prompted to pick which column to pull identifiers from. Since cohort building in RDMP is based on set operations (UNION , INTERSECT etc) it is not possible to select two columns at once for a given set.

...

When extracting a dataset in an ExtractionConfiguration RDMP performs a JOIN on a cohort table. The cohort table stores the Release identifier for all Private identifiers in the cohort. For example:

...

When extracting a dataset with multiple IsExtractionIdentifier columns (e.g. see below) all private identifiers will be removed. Where the private identifier exists in the cohort it will be substituted for the Release Identifier. If it does not exist then it will be substituted for null. This allows you to build a cohort based on Mothers or Children.

...