Skip to content

Instantly share code, notes, and snippets.

@ssmusoke
Created April 16, 2017 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssmusoke/71214209f66e84a2d3c18de8ee441839 to your computer and use it in GitHub Desktop.
Save ssmusoke/71214209f66e84a2d3c18de8ee441839 to your computer and use it in GitHub Desktop.
INSERT INTO ugandaemr.dataintegrity_rule (rule_name, rule_category, handler_config, handler_classname, creator, date_created, retired, changed_by, date_changed, retired_by, date_retired, retire_reason, uuid) VALUES ('Incomplete Exposed Infant information', 'patient', 'java', 'org.openmrs.module.aijar.dataintegrity.IncompleteExposedInfantInformation', null, null, null, null, null, null, null, null, 'e0e6cb8d-8492-4bed-bf3f-08a3ecf3bedb');
INSERT INTO ugandaemr.dataintegrity_rule (rule_name, rule_category, handler_config, handler_classname, creator, date_created, retired, changed_by, date_changed, retired_by, date_retired, retire_reason, uuid) VALUES ('Incomplete ART Information', 'patient', 'java', 'org.openmrs.module.aijar.dataintegrity.IncompleteARTInformation', null, null, null, null, null, null, null, null, 'cff2fc9e-329c-4c08-a432-e90b428268e3');
INSERT INTO ugandaemr.dataintegrity_rule (rule_name, rule_category, handler_config, handler_classname, creator, date_created, retired, changed_by, date_changed, retired_by, date_retired, retire_reason, uuid) VALUES ('Invalid ART Encounter pages', 'patient', 'java', 'org.openmrs.module.aijar.dataintegrity.InvalidARTEncounters', null, null, null, null, null, null, null, null, 'c57c3b5a-9019-11e6-85aa-b75ca9392202');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment