Ejemplo n.º 1
0
 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();
 }
Ejemplo n.º 2
0
 public void setML(MedicationList m)
 {
     ml = m;
 }