Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Config\Serversync1.openmrs.orgsync2.openmrs.orgsync3.openmrs.orgsync4.openmrs.org

Synchronized Objects

PatientPatientPatientPatient
Push / Pull Intervals30 sec30 sec30 sec30 sec
Used API (FHIR or REST)RESTRESTRESTREST
Patient OpenMRS ID Prefixes--PA2PA3PA4
  • Sync Configuration:
Wiki Markup
{
  "general" : {
    "parentFeedLocation" : "Parent base url",
    "localFeedLocation" : "Local base url",
    "persistSuccessAudit" : true,
    "persistFailureAudit" : true
  },
  "push" : {
    "enabled" : true,
    "schedule" : 30,
    "classes" : [{
      "classTitle" : "Person",
      "category" : "person",
      "openMrsClass" : "org.openmrs.Person",
      "enabled" : false
    }, {
      "classTitle" : "Patient",
      "category" : "patient",
      "openMrsClass" : "org.openmrs.Patient",
      "enabled" : true
    }]
  },
  "pull" : {
    "enabled" : true,
    "schedule" : 30,
    "classes" : [ {
      "classTitle" : "Person",
      "category" : "person",
      "openMrsClass" : "org.openmrs.Person",
      "enabled" : false
    }, {
      "classTitle" : "Patient",
      "category" : "patient",
      "openMrsClass" : "org.openmrs.Patient",
      "enabled" : true
    }]
  }
}