All work
- Add support for searching Visits by max visit start dateRESTWS-973
- nametemplate API does not apply locale translations to the displayText valuesRESTWS-972xprlgjf
- Cannot create patientProgram when wrapped in another resourceRESTWS-971
- Should update existing identifiersRESTWS-970Daniel Kayiwa
- Upgrade REST West Services to build using Java 8 and support only OpenMRS 2.x and higherRESTWS-968
- Return Obs of type "Date" in "yyyy-MM-dd" formatRESTWS-967Resolved issue: RESTWS-967Mark Goodrich
- Obs Tree endpoint should return value datetime and obs datetime in standard ISO formatRESTWS-966Mark Goodrich
- REST "next" and "previous" links can return incorrect protocalRESTWS-965
- Error when trying to run webservices modules > 2.44RESTWS-964Resolved issue: RESTWS-964Mike Seaton
- Refactor the mechanism for making Swagger aware of resource handlers and adopt a more automated approachRESTWS-963herman muhereza
- Ensure empty result is returned if specified encounter type is not foundRESTWS-962
- Error on startup due to SessionController2_0RESTWS-961Mike Seaton
- Consolidate Location Search HandlingRESTWS-960Resolved issue: RESTWS-960Mark Goodrich
- Support localization of Concepts via standard "ui.i18n.Concept.name.{uuid}" patternRESTWS-959Resolved issue: RESTWS-959Mark Goodrich
- Ensure the REST Module Api Docs are upgraded to use Swagger 2.2.23RESTWS-958herman muhereza
- Fix Swagger errors displayed on the openmrs swagger api docs pageRESTWS-957herman muhereza
- Erroneous response when "totalCount" is included in query parameters for fetching encountersRESTWS-956Resolved issue: RESTWS-956Amos Laboso
- Session endpoint should return locale even if the user is not logged inRESTWS-954Resolved issue: RESTWS-954herman muhereza
- Support setting values of type "Location"RESTWS-953Resolved issue: RESTWS-953Mark Goodrich
- Require authentication for fetching CustomDatatypesRESTWS-952Resolved issue: RESTWS-952Rafal Korytkowski
- Add Parameter to Include Discontinued Orders in API EndpointRESTWS-951Resolved issue: RESTWS-951joseph ssegujja
- Encounter Search Handler should support a visits parameterRESTWS-950Resolved issue: RESTWS-950sadam2024
- Add ability to get observations by visitRESTWS-949
- Add ability to get orders by visitRESTWS-948
- Add ability to get diagnosis by visitRESTWS-947Org Administrator
- /session endpoint throws an error if user doesn't have Get Providers privilegeRESTWS-946Resolved issue: RESTWS-946Mujuzi Moses
- Orders should allow sorting by dateRESTWS-945capernix
- Add support for person attribute of type LocationRESTWS-955Resolved issue: RESTWS-955herman muhereza
- ObservationSearchHandler should be chosen to handle obs search request when `totalCount` is passed inRESTWS-943capernix
- Obs for a Concept Numeric with allowDecimal = false should not return a decimal as a valueRESTWS-942Resolved issue: RESTWS-942Mike Seaton
- Any authenticated user should be able to read the list of installed modulesRESTWS-941Resolved issue: RESTWS-941Ian Bacher
- PersonAttributeResource should not try to hydrate the attribute itselfRESTWS-940Resolved issue: RESTWS-940Ian Bacher
- DiagnosisResource should support formFieldPath propertyRESTWS-939Resolved issue: RESTWS-939Mujuzi Moses
- Add an API to retrieve NameTemplate by idRESTWS-938xprlgjf
- Relationship service allows creating duplicate entriesRESTWS-937
- Support for change password workflow on first loginRESTWS-936CLIFF GITA
- Fix inconsistent retrieval of Boolean values.RESTWS-935Resolved issue: RESTWS-935
- Improve location search by tag performanceRESTWS-934Resolved issue: RESTWS-934Org Administrator
- concepts used in person_attribute are saved with their uuid and no more as idRESTWS-933Frédéric Deniger
- Visit Search: add support to include parent locationsRESTWS-931Resolved issue: RESTWS-931Mark Goodrich
- Visit Search: add "toStartDate" parameterRESTWS-932
- Avoid appending extraneous encounter providers to encounterRESTWS-930Resolved issue: RESTWS-930Pedro Sousa
- Session endpoint infinite recursion for a user that has "force password change" setRESTWS-929
- The session locale returned is not Unicode BCP 47 locale identifiersRESTWS-928luis Oliveira
- Extend encounter search endpoint to filter by encounter forms and obs conceptsRESTWS-927Jacinta Gichuhi
- Add ability to update attributes as part of the visit payloadRESTWS-926
- Session endpoint `user.person.display` should respect the name templateRESTWS-925Resolved issue: RESTWS-925Mujuzi Moses
- Adding Java 17 CompatibilityRESTWS-924Wikum Weerakutti
- Filter out retired forms in /forms endpointRESTWS-923Resolved issue: RESTWS-923Amos Laboso
- Concept Tree API endpointRESTWS-922
50 of 947
Add support for searching Visits by max visit start date
Description
Details
Assignee
UnassignedUnassignedReporter
Chi Bong HoChi Bong HoPriority
Low
Details
Details
Assignee
Unassigned
UnassignedReporter
Chi Bong Ho
Chi Bong HoPriority
Created yesterday
Updated yesterday
Activity
Show:
The vIsit search function currently supports searching by min visit start date, but not max visit start state. This is needed in O3 for having the visit context switcher show visits that start on or prior to a certain date.