public void ExaminePatient(string PatientInfo) { PatientCount++; NR.AssistDoctor(); WB.ArrangeWards(); Treatment T = new Treatment(); T.Dose = "1-0-1"; T.Medication = "Aspirin"; Problems PR = new Problems(); PR.CheckSymptoms(); }