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.
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.
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
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
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
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
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.
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.