@@ -103,7 +103,9 @@ The next step (https://github.com/OHDSI/WebAPI/wiki/CDM-Configuration) is to con
* Results: cohort results
* Temp: temp table
In our configuration, CDM and Vocab are in the same schema (OMOP), Results are in the OMOP_COHORT schema and TEMP in the OMOP_TEMP schema.
In our configuration, CDM and Vocab are in the same schema (OMOP), Results are in the OMOP_COHORT schema and TEMP in the OMOP_TEMP schema. The OMOP_COHORT user can read the OMOP schema but it can't write in the TEMP schema. So only 2 schemas are used by WebAPI:
* OMOP_COHORT to write Results and Temp tables
* OMOP (patient level data)
We go back to pgAdmin to enter data in the webapi.source and webapi.source_daimon tables.
The following commands were executed:
...
...
@@ -112,41 +114,36 @@ The following commands were executed: