I’m using OpenMRS Platform 1.11.4, ReferenceApplication 2.3.1 and bundled modules.
I’m required to consume Appointment Scheduling API code in OpenMRS Platform: create Appointment Type
from a platform Form Controller
.
What should be the best approach to implement the above?? Currently I’ve two options in mind:
- REST Web Service Call
- Regular Java Call after importing appointmentscheduling-api jar file in platform