Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur committed Mar 25, 2020
1 parent 5279508 commit bf1719f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions working/manual_changes/2020/2020-03-25.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ END $_$;

DO $_$
BEGIN
pConcept_id =>vocabulary_pack.AddNewConcept(
pConcept_name =>'Carrimycin',
pDomain_id =>'Drug',
pVocabulary_id =>'RxNorm Extension',
pConcept_class_id =>'Ingredient',
pStandard_concept =>'S',
pConcept_code =>'OMOP4873978'
);
PERFORM vocabulary_pack.AddNewConcept(
pConcept_name =>'Carrimycin',
pDomain_id =>'Drug',
pVocabulary_id =>'RxNorm Extension',
pConcept_class_id =>'Ingredient',
pStandard_concept =>'S',
pConcept_code =>'OMOP4873978'
);
END $_$;

DO $_$
Expand Down

0 comments on commit bf1719f

Please sign in to comment.