ohdsi-studies / PioneerWatchfulWaiting

This study is part of the joint PIONEER - EHDEN - OHDSI studyathon in March 2021, and aims to advance understanding of clinical management and outcomes of watchful waiting in prostate cancer.
Apache License 2.0
7 stars 18 forks source link

error with union in episode table in 106.sql #53

Closed peterprinsen-iknl closed 3 years ago

peterprinsen-iknl commented 3 years ago

errorReportSql error 4.txt

select po.* on line 775 in 106.sql should probably changed to select po.person_id, po.procedure_occurrence_id, po.procedure_date,DATEADD(d,1,po.procedure_date) as END_DATE, po.procedure_concept_id, po.visit_occurrence_id (like in 105.sql)