public class Num_Patients { public int getNum_Patients(String disease) { int num_patients = 100; return num_patients; } }