Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6.00-RC3
-
None
Description
Here's an example:
((select birth_date from i2b2demodata.patient_dimension where patient_num = i2b2demodata.visit_dimension.patient_num) + (365.25 * 10))
i2b2demodata must be changed to the schema name for each new project.
((select birth_date from i2b2demodata.patient_dimension where patient_num = i2b2demodata.visit_dimension.patient_num) + (365.25 * 10))
i2b2demodata must be changed to the schema name for each new project.