Skip to content
New issue

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

Breakup sql 4714 #85

Merged
merged 22 commits into from
Jun 12, 2017
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
cd33048
Removed mapping pieces and drop tables statments from shell/sqlplus s…
May 11, 2017
e22589b
Made PATID and ENCOUNTERID fields numeric for more performant joins.
May 16, 2017
49ddf1a
Undoing PATID and ENCOUNTERID field types as this belongs on another …
May 18, 2017
722962c
Seperate transform procedure definition and transform prep into seper…
May 18, 2017
aab5d4f
Updated PCORNetLoader procedure with param used to declare starting p…
May 18, 2017
d4aa672
Updated run shell script to reflect changes to PCORNetLoader and PCOR…
May 18, 2017
0d72f17
A couple bug fixes
May 18, 2017
307766a
Added TRUNCATE TABLE statements to make transform procedures idempotent
May 23, 2017
1619102
Added intermediate table for DRGs in ENCOUNTER transform in attempt t…
May 23, 2017
212c86c
Fixed two small errors in transform procedures.
May 24, 2017
ecce0dc
Fix typo in PCORNetEncounter DRG intermediary table creation
May 24, 2017
a283279
Moved creation of intermediary tables to PCORNetInit.sql
May 24, 2017
2dc151b
Moved post proc tasks into a procedure to better control execution flow.
Jun 1, 2017
9314233
Make sure that intermediary transform tables exist before transform i…
Jun 6, 2017
4b0b8e0
Replaced drop/create statements with truncate/insert, and updated ind…
Jun 6, 2017
ccc4b1c
Removing ontology mapping from this repo and moving to h2p-mapping repo
Jun 6, 2017
5ab2166
Merge pull request #83 from kumc-bmi/remove-mapping
Jun 6, 2017
3cddd76
Update PCORNetLoader procedure to make it more readable and easier to…
Jun 12, 2017
ace702f
Added header comments to PCORNetInit.sql
Jun 12, 2017
b920a41
Remove unused PCORNetReport
Jun 12, 2017
feb979e
Further improvements on PCORNetLoader proc
Jun 12, 2017
c7714cc
Removed uneeded statements
Jun 12, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions Oracle/PCORI_MEDS_SCHEMA_CHANGE_ora.sql

This file was deleted.

Loading