239240241242243244245246247
/** * @return the pathologyeBroker */ public PathologyBroker getPathologyBroker() { if (this.pathologyBroker == null) { this.pathologyBroker = new PathologyBrokerDB(); } return this.pathologyBroker; }