openmrs-module-webservices.rest
openmrs-module-webservices.rest copied to clipboard
RESTWS-644: Added Functionality for Obs Resource to support time zones
Ticket : https://issues.openmrs.org/browse/RESTWS-644
What i did ;
- Added a functionality for obs resource to support Date values with Time zones .
- Added tests
in other words , there are checks for different Concept datatypes in here in the setValue() Method in the ObsResource , but at the same time there are still checks different datatypes in the setValueAsString(String s) method , in theObs Class
@mozzy11 the changes in your pull request do not match the ticket description
hey @dkayiwa , can youreview my updated changes ??