Merge pull request #961 from geoff-wasilwa/TRUNK-4315 TRUNK-4315: Validate on client side (javascript)
geoff-wasilwa <geoffreywanjala@gmail.com>
a801800972e9ba6706ac1327863a776e106c78f3
TRUNK-4315: Validate on client side (javascript)
Decided to validate on client side because on server side calling provider.getName()
when person is set will return person's full name and so it is not possible to tell if
this was set on the client side.
Merge pull request #963 from vencik/master TRUNK-4109: Get observations by accession number
vencik <vencik@razdva.cz>
2859347d5280cab76fef6ed849f65d2ef93056c9
TRUNK-4109: Get observations by accession number
org.openmrs.api.ObsService#getObservations and
org.openmrs.api.ObsService#getObservationCount are now overloaded to support
specification of accession number.
If specified, only observations (or their count) with matching accession
number are returned.
Unit tests for org.openmrs.api.ObsService#getObservations and
org.openmrs.api.ObsService#getObservationCount now use the new
(and most general) methods.