Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw
Build: #388 was successful Changes by Owais Hussain <owais.hussain@ihsinformatics.com> and Rafal Korytkowski
Code commits
openmrs-module-webservices.rest
-
Rafal Korytkowski cb176e24b86f9b5151402ef38831311df056b10f
Merge pull request #113 from seekme94/RESTWS-488
Restws 488 -
Owais Hussain <owais.hussain@ihsinformatics.com> 610aa06bb774f8790cfaed91356f5e6593e1a810
Overrid create() method to incorporate feature in RESTWS-488 - startDatetime property in Visits is set to current date if not provided
- omod-1.9/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_9/VisitResource1_9.java (version 610aa06bb774f8790cfaed91356f5e6593e1a810)
-
Owais Hussain <owais.hussain@ihsinformatics.com> 25da3490173259994e8b40623e9337446a4744b9
- Setting startDatetime on newDelegate() in VisitController1_9Test -
- omod-1.9/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_9/VisitResource1_9.java (version 25da3490173259994e8b40623e9337446a4744b9)
-
Owais Hussain <owais.hussain@ihsinformatics.com> 9fc4ee9987860128f4f8dc6fa7a95b500c78c652
Implementing RESTWS-488
By default, startDatetime property is required for visit. After this
change, it won't be mandatory; if not provided, the date will be set to
current time stamp in save() method.- omod-1.9/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_9/VisitResource1_9.java (version 9fc4ee9987860128f4f8dc6fa7a95b500c78c652)
- omod-1.9/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs1_9/VisitController1_9Test.java (version 9fc4ee9987860128f4f8dc6fa7a95b500c78c652)