------------------------------------------------------------
revno: 12059
committer: Morten Olav Hansen <[email protected]>
branch nick: dhis2
timestamp: Thu 2013-09-12 10:43:27 +0200
message:
  adding back .getFullName to patient (just returns name). Will be removed 
later.
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/patient/Patient.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/patient/Patient.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/patient/Patient.java	2013-09-12 07:19:15 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/patient/Patient.java	2013-09-12 08:43:27 +0000
@@ -125,6 +125,11 @@
     // Getters and setters
     // -------------------------------------------------------------------------
 
+    public String getFullName()
+    {
+        return name;
+    }
+
     public Set<PatientAttribute> getAttributes()
     {
         return attributes;

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to