400401402403404405406407408
/** * @return the patientSyncBroker */ public PatientSyncBroker getPatientSyncBroker() { if (this.patientSyncBroker == null) { this.patientSyncBroker = new PatientSyncBrokerDB(); } return patientSyncBroker; }