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

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

The newest version!
select concept.concept_id from concept, concept_name where concept_name.concept_id = concept.concept_id and concept_name.name = 'REGISTRATION_CONCEPTS' into @concept_id;
update concept set is_set = 1 where concept_id = @concept_id;
delete from concept_set where concept_id = concept_set;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy