Uploaded image for project: 'OpenMRS Core'
  1. OpenMRS Core
  2. TRUNK-3250

Return the matched name instead of the primary name

    XMLWordPrintable

Details

    • Task
    • Status: Closed
    • TBD
    • Resolution: Won't Fix
    • None
    • None
    • None
    • Undetermined

    Description

      TODO: return the matched name instead of the primary name possible solution: "select new" org.openmrs.PersonListItem and return a list of those
      File: /api/src/main/java/org/openmrs/api/db/hibernate/HibernatePersonDAO.java
      Line: 86

      Patch:

      Index: api/src/main/java/org/openmrs/api/db/hibernate/HibernatePersonDAO.java
      ===================================================================
      — api/src/main/java/org/openmrs/api/db/hibernate/HibernatePersonDAO.java (revision 26806)
      +++ api/src/main/java/org/openmrs/api/db/hibernate/HibernatePersonDAO.java (working copy)
      @@ -86,6 +86,7 @@
      // TODO return the matched name instead of the primary name
      // possible solution: "select new" org.openmrs.PersonListItem and return
      // a list of those
      + // Issue was added: https://tickets.openmrs.org/browse/TRUNK-3250

      Set<Person> people = new LinkedHashSet<Person>();

      Gliffy Diagrams

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                nullakilla Anton Alekseiev
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: