← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13268: Replace fixed attributes to dynamic attributes(WIP)

 

------------------------------------------------------------
revno: 13268
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-12-17 07:13:51 +0700
message:
  Replace fixed attributes to dynamic attributes(WIP)
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/patient/PatientMobileSetting.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/PatientMobileSetting.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/patient/PatientMobileSetting.java	2013-11-22 03:59:37 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/patient/PatientMobileSetting.java	2013-12-17 00:13:51 +0000
@@ -36,14 +36,6 @@
 
     private int id;
 
-    private Boolean gender = false;
-
-    private Boolean dobtype = false;
-
-    private Boolean birthdate = false;
-
-    private Boolean registrationdate = false;
-
     private Boolean autoUpdateClient = false;
 
     private Double versionToUpdate;
@@ -74,46 +66,6 @@
         this.patientAttributes = patientAttributes;
     }
 
-    public Boolean getGender()
-    {
-        return gender;
-    }
-
-    public void setGender( Boolean gender )
-    {
-        this.gender = gender;
-    }
-
-    public Boolean getDobtype()
-    {
-        return dobtype;
-    }
-
-    public void setDobtype( Boolean dobtype )
-    {
-        this.dobtype = dobtype;
-    }
-
-    public Boolean getBirthdate()
-    {
-        return birthdate;
-    }
-
-    public void setBirthdate( Boolean birthdate )
-    {
-        this.birthdate = birthdate;
-    }
-
-    public Boolean getRegistrationdate()
-    {
-        return registrationdate;
-    }
-
-    public void setRegistrationdate( Boolean registrationdate )
-    {
-        this.registrationdate = registrationdate;
-    }
-
     public Boolean getAutoUpdateClient()
     {
         return autoUpdateClient;