Número de pacientes por doctor
This commit is contained in:
@@ -82,4 +82,7 @@ public class ListDoctorsByCenterMBean extends ManagedBeanBase implements Seriali
|
||||
this.primaryHealthCareCenter = value;
|
||||
}
|
||||
|
||||
public Long getPatientsByDoctor(int familyDoctorId) {
|
||||
return getRemoteManagerSystemAdmin().getPatientCount(familyDoctorId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user