Open AlaaMamdoh opened 2 years ago
Hi, I am working with API integration of a pharmacy queue system. There should be an integration with the pharmaflow system to Qmatic. The patient enters an MRN and if the MRN is valid for that branch, should show the options on the kiosk. After that, once the refill of medications is done should be able to call the patients. I am not sure about the connectors, that should be used for this integration using API. Anybody can help with this?
I am a Qmatic client and I started to make integration with orchestra 7, I used in the integration some of the APIs which is used in Qmatic platform like: (GET) rest/entrypoint/user (PUT) rest/entrypoint/branches/{id}/users/{user} (PUT) rest/entrypoint/branches/{id}/entryPoints/{entryPoints}/visits (POST) rest/servicepoint/branches/{id}/servicePoints/{servicePoints}/visits/next (PUT) rest/servicepoint/branches/{id}/servicePoints/{servicePoints}/visit/recall (PUT) rest/servicepoint/branches/{id}/queues/{queues}/visits/ (GET) rest/servicepoint/branches/{id}/users/{user}/pool/visits/full/ And it worked fine in the “demo phase”, but when I connected it to the hub and other hardware, the reception module and counter module in Qmatic platform were disabled, this made the APIs used before stop working which cased the integration system to stop working.
Can you help solving the problem? And in case I used wrong resource for the APIs by seeing it from the platform it self and i should have used the api getway ? please help me find the right source and the way I should use it and clear explanation for all the APIs i need