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
|
CheckDrugOrderUnitAndFrequencyTextNotMappedToConcepts |
This changesets finds all free text drug order dose units and frequencies and checks that they
are all mapped to concepts ids via the OpenmrsConstants#GP_ORDER_ENTRY_UNITS_TO_CONCEPTS_MAPPINGS
global property prior to upgrading to version 1.10.
|
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.
|
ConvertOrderersToProviders |
This changeset creates provider accounts for orderers that have no providers accounts, and then
converts the orderer from being users to providers
|
CreateCodedOrderFrequencyForDrugOrderFrequencyChangeset | |
CreateDiscontinueOrders | |
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.
|
MigrateDrugOrderFrequencyToCodedOrderFrequencyChangeset | |
MigrateDrugOrderUnitsToCodedDoseUnitsChangeset | |
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.