Package clips.doctor.newEMC.nodes.leaves

Examples of clips.doctor.newEMC.nodes.leaves.SicklistNode


        }else if (delegate instanceof CertificateLocal){
            newNode = new CertificateNode(current,(CertificateLocal) delegate);
        }else if (delegate instanceof SicklistCollector){
            newNode = new SicklistCollectorNode(current,(SicklistCollector) delegate);
        }else if (delegate instanceof SicklistLocal){
            newNode = new SicklistNode(current,(SicklistLocal) delegate);
        }else if (delegate instanceof ContraindicationList){
            newNode = new ContraindicationListNode(current,(ContraindicationList) delegate);
        }else if (delegate instanceof DirectionList){
            newNode = new DirectionListNode(current,(DirectionList) delegate);
        }else if (delegate instanceof CheckupList){
View Full Code Here

TOP

Related Classes of clips.doctor.newEMC.nodes.leaves.SicklistNode

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.