Package clips.doctor.newEMC.wrappers.lists

Examples of clips.doctor.newEMC.wrappers.lists.CheckupList


        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));
        additionNodes.add(new PrescriptionDloList(delegate));
        additionNodes.add(new RecommendationList(delegate));
        additionNodes.add(new SerrenList(delegate));
View Full Code Here

TOP

Related Classes of clips.doctor.newEMC.wrappers.lists.CheckupList

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.