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

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

The newest version!
CREATE PROCEDURE add_concept_answer (concept_id INT,
                              answer_concept_id INT,
                              sort_weight DOUBLE)
BEGIN
	INSERT INTO concept_answer (concept_id, answer_concept, answer_drug, date_created, creator, uuid, sort_weight) values (concept_id, answer_concept_id, null, now(), 1, uuid(), sort_weight);
END;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy