we are trying to develop flutter app for patients. How to connect openemr patient apis and display results in flutter ? Can anyone please guide me . I am new to openemr and flutter
Hello! Was going through the forums and found this.
I’d say a good way to get started would be to
- Look at this documentation on the OpenEMR API.
- Look at this documentation on making API calls in Flutter.
The overall idea would be:
- User authenticates and gets a temporary API token from OpenEMR that’s stored.
- That app makes API calls using these temporary credentials to OpenEMR to get information.
Hope this is helpful!