dule.bahmnicore-omod.1.2.0.source-code.V1_66__addConceptConsultationNote.sql Maven / Gradle / Ivy
The newest version!
set @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, 'Consultation Note', 'consultation note', 'Text', 'Misc', false);
call add_concept_description(@concept_id, 'Consultation Note');
© 2015 - 2025 Weber Informatics LLC | Privacy Policy