Skip to content

Commit

Permalink
Merge pull request #670 from OHDSI/Cancer_Mod_aug2022_patch
Browse files Browse the repository at this point in the history
Cancer mod aug2022 patch
  • Loading branch information
hardhouse committed Sep 9, 2022
2 parents 1b5c062 + 38e0348 commit 5d88609
Show file tree
Hide file tree
Showing 2 changed files with 813 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cancer Modifier/load_stage.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ BEGIN
pVocabularyDevSchema => 'dev_cancer_modifier',
pAppendVocabulary => TRUE
);*/ --commented for the current run
PERFORM VOCABULARY_PACK.SetLatestUpdate(
/* PERFORM VOCABULARY_PACK.SetLatestUpdate(
pVocabularyName => 'NCIt',
pVocabularyDate => CURRENT_DATE,
pVocabularyVersion => ' NCIt ' ||TO_CHAR(CURRENT_DATE,'YYYYMMDD'),
pVocabularyDevSchema => 'dev_cancer_modifier',
pAppendVocabulary => TRUE
);
);*/
END $_$;

-- 2. Truncate all working tables
Expand Down Expand Up @@ -80,4 +80,4 @@ BEGIN
PERFORM VOCABULARY_PACK.DeprecateWrongMAPSTO();
END $_$;

--At the end, the three tables concept_stage, concept_relationship_stage and concept_synonym_stage should be ready to be fed into the generic_update.sql script
--At the end, the three tables concept_stage, concept_relationship_stage and concept_synonym_stage should be ready to be fed into the generic_update.sql script
Loading

0 comments on commit 5d88609

Please sign in to comment.