Número de pacientes por doctor

This commit is contained in:
dalvarezgon
2019-12-30 10:08:53 +01:00
parent 501a07df31
commit 756c6dff84
4 changed files with 22 additions and 14 deletions

View File

@@ -82,4 +82,7 @@ public class ListDoctorsByCenterMBean extends ManagedBeanBase implements Seriali
this.primaryHealthCareCenter = value;
}
public Long getPatientsByDoctor(int familyDoctorId) {
return getRemoteManagerSystemAdmin().getPatientCount(familyDoctorId);
}
}