AMPATH / openmrs-module-interop

The OpenMRS Interoperability Module with FHIR is an extension to the OpenMRS platform that allows it to integrate with other healthcare systems using the Fast Healthcare Interoperability Resources (FHIR) standard.
Other
5 stars 12 forks source link

Enable / Disable for all connectors #5

Closed corneliouzbett closed 1 year ago

corneliouzbett commented 1 year ago

Adds the ability to enable/disable a connector. Add new method to the publisher interface;

default boolean isEnabled() {
    return false;
}

By default, it should return false.