public CGA() { patient = new Patient(); physician = new Physician(); ph = new PersonalHistory(); fh = new FamilyHistory(); se = new SocialEnvironment(); mh = new MedicalHistory(); ml = new MedicationList(); im = new Immunization(); fs = new FunctionalStatus(); gd = new GDScales(); me = new MentalExam(); nu = new Nutrition(); ca = new CGiverAssess(); }
public void setME(MentalExam m) { me = m; }