Class StudyParticipant
java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.study.StudyParticipant
-
Constructor Summary
ConstructorsConstructorDescriptionStudyParticipant
(String mrn, int age, double bmi, String study, double baseline_hba1c, String diabetes_type) -
Method Summary
Modifier and TypeMethodDescriptionint
getAge()
double
double
getBmi()
getMrn()
getStudy()
void
setAge
(int age) void
setBaseline_hba1c
(double baseline_hba1c) void
setBmi
(double bmi) void
setDiabetes_type
(String diabetes_type) void
void
-
Constructor Details
-
StudyParticipant
-
-
Method Details
-
getMrn
-
setMrn
-
getAge
public int getAge() -
setAge
public void setAge(int age) -
getBmi
public double getBmi() -
setBmi
public void setBmi(double bmi) -
getStudy
-
setStudy
-
getBaseline_hba1c
public double getBaseline_hba1c() -
setBaseline_hba1c
public void setBaseline_hba1c(double baseline_hba1c) -
getDiabetes_type
-
setDiabetes_type
-