Skip to content

Commit

Permalink
Added era to run script
Browse files Browse the repository at this point in the history
  • Loading branch information
jklann committed Jan 17, 2018
1 parent dc9e812 commit 0a6cc19
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MSSQL/run.sql
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ delete from visit_occurrence
GO
exec OMOPencounter
GO
delete from OMOPobservationperiod
GO
exec OMOPobservationperiod
GO
delete from condition_occurrence
GO
exec OMOPdiagnosis
Expand All @@ -66,5 +70,11 @@ delete from drug_exposure
GO
exec OMOPdrug_exposure
GO
delete from drug_era
GO
delete from condition_era
GO
exec OMOPera
GO

select * from i2pReport;

0 comments on commit 0a6cc19

Please sign in to comment.