Package clips.doctor.newEMC.nodes.leaves

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


        }else if (delegate instanceof ContraindicationLocal){
            newNode = new ContraindicationNode(current,(ContraindicationLocal) delegate);
        }else if (delegate instanceof DirectionLocal){
            newNode = new DirectionNode(current,(DirectionLocal) delegate);
        }else if (delegate instanceof PrescriptionLocal){
            newNode = new PrescriptionNode(current,(PrescriptionLocal) delegate);
        }else if (delegate instanceof PrescriptionDloLocal){
            newNode = new PrescriptionDloNode(current,(PrescriptionDloLocal) delegate);
        }else if (delegate instanceof RecommendationLocal){
            newNode = new RecommendationNode(current,(RecommendationLocal) delegate);
        }else if (delegate instanceof EmcLocal){
View Full Code Here

TOP

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

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.