OpenEmr and android app project

conph wrote on Wednesday, February 26, 2014:

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.

blankev wrote on Wednesday, February 26, 2014:

Very interesting question. Where did you get your Android application for OpenEMR? And where can I find the installation instructions?

sunsetsystems wrote on Wednesday, February 26, 2014:

No need to cross-post; I deleted the redundant posting in the Help forum.

Is this an app that you are developing? Not sure what you mean by “sent to phpmyadmin”. More information would be helpful.

Rod
http://www.sunsetsystems.com/

conph wrote on Wednesday, February 26, 2014:

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?

sunsetsystems wrote on Wednesday, February 26, 2014:

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.

Rod
http://www.sunsetsystems.com/

conph wrote on Wednesday, February 26, 2014:

Can you specify where in the new.php file I must insert lbf_data table row and a forms table row and what I must write?

sunsetsystems wrote on Wednesday, February 26, 2014:

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.

Rod
http://www.sunsetsystems.com/

conph wrote on Wednesday, February 26, 2014:

Then what I must do to manage display my data in the LBF forms?

sunsetsystems wrote on Wednesday, February 26, 2014:

I think you need to ask a more explicit question. Apologies if you have already seen this, but if not it may make your life easier as you go forward:

http://www.catb.org/~esr/faqs/smart-questions.html

Rod
http://www.sunsetsystems.com/