New forms

arnabnaha wrote on Tuesday, December 13, 2011:

Hi all!
I have put a new form in my github branch. Its a GI examination form may be helpful for the community. Its made with a xml file using xmlformgen. I have used the bug fixed xmlformgen i.e the one fixed by julia recently and is in brady’s xmlformgen branch. I have tested the form and regularly use it in my practice.

Currently, i have put the from in my github branch pulled from the master which have the non bug fixed xmlformgen in it. Its a request to use the form after brady commits the bug fixed xmlformgen to the main codebase. Otherwise, there may be some errors after saving the form.

The form is here: https://github.com/arnabnaha/openemr/commit/9ace0a4091853bfeea96de438c4a65a9a145087c

It also contains the xml file from which the form was made, so that the community can add something to the xml file and create a better form using the xmlformgen without having to create/write the whole xml file.

Hope it helps and I will contribute more forms very soon.

Arnab Naha
Calcutta National Medical College & Hospital.

arnabnaha wrote on Tuesday, December 13, 2011:

Another form -  Respiratory System Examination form has been added.

Form Link: https://github.com/arnabnaha/openemr/commit/aa3350857e83cd5c33b53d42317d562a1d6aff2f

WARNING: Currently, i have put the from in my github branch pulled from the master which have the non bug fixed xmlformgen in it. Its a request to use the form after brady commits the bug fixed xmlformgen to the main codebase. Otherwise, there may be some errors after saving the form.

Arnab Naha
Calcutta National Medical College & Hospital

arnabnaha wrote on Tuesday, December 13, 2011:

For those who want to have the form as Zip/tar…please follow the link below:

http://nahahealthclinic.dyndns.org/drupal/node/9

bradymiller wrote on Wednesday, December 14, 2011:

Hi,
Thanks for the contributions and I just committed your forms to the codebase on sourceforge. Note I just included the xml file, since the forms can be built with these; feedback welcome if this doesn’t makes sense (ie. should we be also committing the full forms?)
-brady

arnabnaha wrote on Wednesday, December 14, 2011:

Hi Brady…
Thanks for including the files in the code base…It is fine to include only the xml files as they can be made automatically into usable forms…If any one needs the zip/tar files…they can find it here: http://nahahealthclinic.dyndns.org/drupal/node/9

Arnab Naha

arnabnaha wrote on Wednesday, December 14, 2011:

More forms will be uploaded after 3rd february 2012. Will be busy and out of town in the mean time. If anybody wants to place a review of the forms or want to say anything regarding the forms…you can do that here in the forum or in the following link : http://nahahealthclinic.dyndns.org/drupal/node/10

List of upcoming uploads can be found here: http://nahahealthclinic.dyndns.org/drupal/node/9

Thank you!!

arnabnaha wrote on Thursday, December 15, 2011:

A minor bug fix in the xml files of the GI form and Resp form. The present/Absent list was not showing in the form. Going through the xml code, found out that this list “present_absent” was not imported. So added this in the xml file. Now on making the form using xmlformgen, the code will automatically create the present_absent list and the options will be shown automatically in the appropriate places of the form.

the changed code fix is here: https://github.com/arnabnaha/openemr/commit/95394b8a3c09759dc73f2ad71b1fe10e90beb370

Thank you!!

arnabnaha wrote on Thursday, December 15, 2011:

Sorry all…The last commit was a massacre…The fixed xml files are here:
https://github.com/arnabnaha/openemr/commit/a92885909d23f529dfe3be4600db4533e6e6da9d

This is completely fixed and tested. The last commit had the bugs on which i was working…This commit is fine and without any bugs/typos. The List function is also working nicely.

Arnab Naha

bradymiller wrote on Friday, December 16, 2011:

Hi Arnab,
Thanks for the bug fixes. I squashed both of your commits into one commit and committed this to sourceforge.
-brady