Package clips.doctor.newEMC.nodes.leaves.lists

Examples of clips.doctor.newEMC.nodes.leaves.lists.SerrenListNode


        }else if (delegate instanceof AnalyseList){
            newNode = new AnalyseListNode(current,(AnalyseList) delegate);
        }else if (delegate instanceof RecommendationList){
            newNode = new RecommendationListNode(current,(RecommendationList) delegate);
        }else if (delegate instanceof SerrenList){
            newNode = new SerrenListNode(current,(SerrenList) delegate);
        }else if (delegate instanceof DiagnosisList){
            newNode = new DiagnosisListNode(current,(DiagnosisList) delegate);
        }else if (delegate instanceof InvalidityList){
            newNode = new InvalidityListNode(current,(InvalidityList) delegate);
        }else if (delegate instanceof PrescriptionList){
View Full Code Here

TOP

Related Classes of clips.doctor.newEMC.nodes.leaves.lists.SerrenListNode

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.