179180181182183184185186187
/** * @return the broker */ public PatientBroker getPatientBroker() { if (this.patientBroker == null) { this.patientBroker = new PatientBrokerDB(); } return this.patientBroker; }