We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While using the old ETL for mimic2, I noticed that version 5 had at some point column measurement_time in the DDL. See here: https://github.com/OHDSI/CommonDataModel/blob/v5-historical/PostgreSQL/OMOP%20CDM%20ddl%20-%20PostgreSQL.sql#L406
The latest 5.2 does not have that column at all. So this makes it not backwards compatible
Fix: add column measurement_time into latest CDM. (somehow it got out) (or maybe it was done intentionally)
It is not following the same pattern as other tables. _date _time _datetime
p.s. I wish more people has rights to assign Label to an issue. (not just Claire)....
The text was updated successfully, but these errors were encountered:
Addresses #64, #70, #79, #92, #120, #132, #131 in code, documentation…
afd9a52
… is still being updated to reflect these changes.
similar to issue #150, measurement_time needs to be added to the documentation
Sorry, something went wrong.
No branches or pull requests
While using the old ETL for mimic2, I noticed that version 5 had at some point column measurement_time in the DDL.
See here:
https://github.com/OHDSI/CommonDataModel/blob/v5-historical/PostgreSQL/OMOP%20CDM%20ddl%20-%20PostgreSQL.sql#L406
The latest 5.2 does not have that column at all.
So this makes it not backwards compatible
Fix: add column measurement_time into latest CDM.
(somehow it got out) (or maybe it was done intentionally)
It is not following the same pattern as other tables.
_date
_time
_datetime
p.s.
I wish more people has rights to assign Label to an issue. (not just Claire)....
The text was updated successfully, but these errors were encountered: