|
@@ -22,6 +22,8 @@ public class PatientPHRLatestDTO {
|
|
|
private String diastolicBloodPressureCreateDate;
|
|
|
private Integer bloodSugar;
|
|
|
private String bloodSugarCreateDate;
|
|
|
+ private int memoCount;
|
|
|
+ private String symptomLastDate;
|
|
|
private int limit;
|
|
|
private int limitMax;
|
|
|
|
|
@@ -109,6 +111,18 @@ public class PatientPHRLatestDTO {
|
|
|
public String getBloodSugarCreateDate() {
|
|
|
return bloodSugarCreateDate;
|
|
|
}
|
|
|
+ public int getMemoCount() {
|
|
|
+ return memoCount;
|
|
|
+ }
|
|
|
+ public void setMemoCount(int memoCount) {
|
|
|
+ this.memoCount = memoCount;
|
|
|
+ }
|
|
|
+ public String getSymptomLastDate() {
|
|
|
+ return symptomLastDate;
|
|
|
+ }
|
|
|
+ public void setSymptomLastDate(String symptomLastDate) {
|
|
|
+ this.symptomLastDate = symptomLastDate;
|
|
|
+ }
|
|
|
public int getLimit() {
|
|
|
return limit;
|
|
|
}
|