All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dule.bahmnicore-omod.1.2.0.source-code.V1_57__addDrugDosageInstructionsAndDosageFrequecies.sql Maven / Gradle / Ivy

set @concept_id = 0;
set @answer_concept_id = 0;
set @concept_name_short_id = 0;
set @concept_name_full_id = 0;

call add_concept(@concept_id, @concept_name_short_id, @concept_name_full_id, 'Dosage Frequency', 'dosagefrequency', 'Coded', 'Question', false);

call add_concept(@answer_concept_id, @concept_name_short_id, @concept_name_full_id, 'qD', 'qd', 'Text', 'Misc', false);
call add_concept_answer(@concept_id, @answer_concept_id, 1);
call add_concept_description(@answer_concept_id, 'EVERY DAY');

call add_concept(@answer_concept_id, @concept_name_short_id, @concept_name_full_id, 'BID', 'bid', 'Text', 'Misc', false);
call add_concept_answer(@concept_id, @answer_concept_id, 2);
call add_concept_description(@answer_concept_id, 'TWICE A DAY');

call add_concept(@answer_concept_id, @concept_name_short_id, @concept_name_full_id, 'TID', 'tid', 'Text', 'Misc', false);
call add_concept_answer(@concept_id, @answer_concept_id, 3);
call add_concept_description(@answer_concept_id, 'THREE A DAY');

call add_concept(@answer_concept_id, @concept_name_short_id, @concept_name_full_id, 'QID', 'qid', 'Text', 'Misc', false);
call add_concept_answer(@concept_id, @answer_concept_id, 4);
call add_concept_description(@answer_concept_id, 'FOUR A DAY');

call add_concept(@concept_id, @concept_name_short_id, @concept_name_full_id, 'Dosage Instructions', 'dosage instructions', 'Coded', 'Question', false);

call add_concept(@answer_concept_id, @concept_name_short_id, @concept_name_full_id, 'AC', 'ac', 'Text', 'Misc', false);
call add_concept_answer(@concept_id, @answer_concept_id, 1);
call add_concept_description(@answer_concept_id, 'BEFORE A MEAL');

call add_concept(@answer_concept_id, @concept_name_short_id, @concept_name_full_id, 'PC', 'pc', 'Text', 'Misc', false);
call add_concept_answer(@concept_id, @answer_concept_id, 2);
call add_concept_description(@answer_concept_id, 'AFTER A MEAL');

call add_concept(@answer_concept_id, @concept_name_short_id, @concept_name_full_id, 'HS', 'hs', 'Text', 'Misc', false);
call add_concept_answer(@concept_id, @answer_concept_id, 3);
call add_concept_description(@answer_concept_id, 'AT BEDTIME');





© 2015 - 2025 Weber Informatics LLC | Privacy Policy