-
person_id in dbo.person is being declared as integer, but is referenced elsewhere as 'intger'.
*EDIT*
The CDM ddl is consistent: person_id is used as integer everywhere, but integer has been too…
-
There are hard-coded id values to records in certain tables. This seems to indicate that the project assumes a starter database with certain tables populated with certain values. Is a started databas…
-
I'm ETLing data from a MSSQL data warehouse into CDM v5 on Postgres. When I cast the time portion of a timestamp into a TIME, I'm getting strings that are greater than the varchar(10) limit on severa…
-
This is an enhancement request.
I'd like to be able to implement the following type of logic in ohdisql in order to include DBMS specific SQL code.
```
{@dbms==''}?{
-- specific code
}:{…
-
### Expected behavior
Analysis should run even with incomplete data
### Actual behavior
Crashes with error:
Error:
execute JDBC update query failed in dbSendUpdate ([Amazon](500310) Invalid ope…
-
Getting "value[[3L]](cond) : no loop for break/next, jumping to top level" when running Achilles with the following command:
```
achillesResults
-
Hey folks,
First off, thank you for this resource connecting the synthetic dataset to OMOP, this is very helpful for me to evaluate how OMOP can benefit my work. This has saved me a ton of time.
Bel…
-
From the top of the page of the github site:
Automated Characterization of Health Information at Large-scale Longitudinal Evidence Systems (ACHILLES) - descriptive statistics about a OMOP **CDM v4**…
-
with CDM 5.0.1 unified cost table, some of the Achilles analyses break on 5.0.1 CDM
-
Some notes on this field:
- In PCORnet v2 and v3, DX_SOURCE is a mandatory field (it was optional in v1).
- acceptable values: AD=Admitting; DI=Discharge; FI=Final; IN=Interim; NI=No information;UN=U…