Package clips.doctor.newEMC.wrappers.collectors

Examples of clips.doctor.newEMC.wrappers.collectors.SicklistCollector


    private ArrayList<DelegateNodeInterface> children = new ArrayList<DelegateNodeInterface>();

    public ClientNode(ClientLocal delegate) {
        super(null, delegate);
        additionNodes.add(new CertificateCollector(delegate));
        additionNodes.add(new SicklistCollector(delegate));
        additionNodes.add(new ContraindicationList(delegate));
        additionNodes.add(new DirectionList(delegate));
        additionNodes.add(new CheckupList(delegate));
        additionNodes.add(new AnalyseList(delegate));
        additionNodes.add(new PrescriptionList(delegate));
View Full Code Here

TOP

Related Classes of clips.doctor.newEMC.wrappers.collectors.SicklistCollector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.