| Class | Description | 
|---|---|
| AddConceptMapTypesChangeset | 
 Inserts core concept map types into the concept map type table 
 | 
| BooleanConceptChangeSet | 
 Adds yes/no boolean concepts and changes all boolean obs values to match these concepts 
 | 
| ConceptValidatorChangeSet | 
 This change set is run just after the conversion of core concept name tags to concept name types'
 it runs through all the rows in the concept table and checks if all its conceptNames conform to
 the constraints added with the conversion of the tags. 
 | 
| DisableTriggersChangeSet | 
 Disables all triggers for the current schema
 Postgres does not have a call to disable all foreign key constraints. 
 | 
| EnableTriggersChangeSet | 
 Enables all triggers for the current schema
 Postgres does not have a call to enable all foreign key constraints. 
 | 
| GenerateUuid | 
 Generates UUIDs for all rows in all tables in the tableNames
 parameter. 
 | 
| MigrateConceptReferenceTermChangeSet | 
 Creates concept reference terms from existing rows in the concept_reference_map table. 
 | 
| MoveDeletedHL7sChangeSet | 
 This change set moves "deleted" HL7s from the archive table to the queue table 
 | 
| ProgramValidatorChangeSet | 
 This change set is executed in conjunction with a change made to Patient Programs which
 automatically will complete a Patient Program if a Workflow within that Program transitions to a
 state marked as final. 
 | 
| SourceMySqldiffFile | 
 Executes (aka "source"s) the given file on the current database. 
 | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.