Hi,
I have connected my android app and send data to phpMyAdmin,and i also create LBF lists in OpenEMR for my data i send via android.How can i manage present the data in the LBF lists ,these i have sent to phpmyAdmin?
Thank you.
Yes,I have developed an android application about nephrics patients, which they register various parameters(e.g weight,presssure,etc) and I want to connect with OpenEMR and display these data. That I did is I have created LBV forms with the specifically fields. But how I can display the data from the android app in the OpenEMR?
OK cool. The Developers forum is best for development questions, but no big deal. You have some interesting problems to solve, including authentication and data transport. I’ll be interested to hear how this goes for you.
As far as the database side, see interface/forms/LBF/new.php for logic to save LBF form data. Basically you need to insert a lbf_data table row for each form field and a forms table row representing the form.
Am just saying that script has example code that you can learn from. You don’t want to modify the file. If you are not familiar with PHP then you’ll probably need to get another developer involved.