Uploaded image for project: 'mUzima'
  1. mUzima
  2. MUZIMA-310

Refactor PatientFingerPrintModel class fields

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Labels:
    • Story Points:
      5

      Description

      Refactor the PatientFingerPrintModel class by using composition i.e. from having fields like
      String patientUUID;
      String fingerprintTemplate;
      int id;
      String givenName;
      String familyName;
      String gender;

      to having fields like
      Patient patient;
      String fingerprintTemplate;
      int id;

      and make corresponding service level, DAO level, etc. changes

        Gliffy Diagrams

          Attachments

            Activity

              People

              Assignee:
              aeadara Archana Eadara
              Reporter:
              aeadara Archana Eadara
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved: