hmis-tools / hmis-api-server

Version 2 of OpenHMIS
Mozilla Public License 2.0
15 stars 11 forks source link

Hotfix xml #48

Closed slifty closed 8 years ago

slifty commented 8 years ago

This fixes a whole slew of problems around our support for XML, as well as a few major issues introduced with the exception feature last week. There are still improvements to be made, but this corrects some glaring issues.

IMPORTANT NOTES:

  1. The return structure has been modified slightly to include a or structure on a successful result set which parallels the structure of the failed result.
  2. XML no longer accepts or returns strings (e.g. "MALE") but rather uses HUD codes (e.g. "1")