asfwto wrote on Friday, April 17, 2015:
I want to know if someone else have done the same or some information about that.
asfwto wrote on Friday, April 17, 2015:
I want to know if someone else have done the same or some information about that.
tmccormi wrote on Friday, April 17, 2015:
There is an example in the contrib/util directory of one that I did.
import_mi2xml.php (scheme example at the bottom of the script)
–Tony
asfwto wrote on Monday, April 20, 2015:
And how can i assign an xml file with my LBF forms
avantsys wrote on Monday, April 20, 2015:
And how can i assign an xml file with my LBF forms
2015-04-17 21:36 GMT+03:00 Tony McCormick tmccormi@users.sf.net:
There is an example in the contrib/util directory of one that I did.
import_mi2xml.php (scheme example at the bottom of the script)–Tony
www.mi-squared.comHow to make a xml parser in OpemEMR
https://sourceforge.net/p/openemr/discussion/202506/thread/d6684a12/?limit=25#987eSent from sourceforge.net because you indicated interest in
OpenEMR / Discussion / DevelopersTo unsubscribe from further messages, please visit
SourceForge.net: Log In to SourceForge.net
–
Κωνσταντίνος-Δημήτριος Τζωαννόπουλος
Μηχανικός Παραγωγής και Διοίκησης
MSc, PhD Πολυτεχνείου Κρήτης
Δ/ντης AvantSys Informatics
Τηλ.-fax: +302410623173
http://avantsys.gr
sunsetsystems wrote on Monday, April 20, 2015:
You’ll need to be more specific as to what you’re looking for. Also clarify if this is a programming question or it you want to hire someone to do it.
asfwto wrote on Tuesday, April 21, 2015:
Its a programming question. To be more specific. I want to import a blood test with xml file and assign it with the in openEMR’s blood test lbfForm.
Also i want to tell me if import_mi2xml.php make the same job with next code
sunsetsystems wrote on Tuesday, April 21, 2015:
This is nontrivial. The main code for LBF forms is interface/forms/LBF/new.php. Sounds like you want to add an upload field for your XML file, and logic at save time to process it and/or an AJAX handler. Also look up the PHP SimpleXML extension.
Ideally this would be done with a plug-in that is specific to the form. For that you might need to enhance the plugin support in the above-referenced script.
sunsetsystems wrote on Tuesday, April 21, 2015:
And by the way there is support in OpenEMR for incoming electronic lab results. However that expects HL7 and not XML, and it populates tables specifically for this purpose, not LBF forms.