Skip to content

Commit

Permalink
fixes #281
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Moinat authored Nov 9, 2020
1 parent ac7cefc commit 30e850a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/RabbitInAHat.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ However, `person.associated_provider_id` exists only in CDMv4 (it was renamed to

## Loading in a Custom CDM
There are times when users might need to load in a customized version of the CDM, for instance if they are sandboxing new features.
To load in a custom CDM schema, first you must create a CSV file that uses the same format as [the existing CDMv5 schema file](https://github.com/OHDSI/WhiteRabbit/blob/master/src/org/ohdsi/rabbitInAHat/dataModel/CDMV5.csv).
To load in a custom CDM schema, first you must create a CSV file that uses the same format as [the existing CDMv5 schema file](https://github.com/OHDSI/WhiteRabbit/blob/master/rabbitinahat/src/main/resources/org/ohdsi/rabbitInAHat/dataModel/CDMV5.csv).

Once you have created the CSV file, load it into RiaH as shown below:

Expand Down

0 comments on commit 30e850a

Please sign in to comment.