Package open.dolphin.impl.care

Examples of open.dolphin.impl.care.CareMapDocument


        ChartDocument[] plugin = new ChartDocument[5];
        plugin[0] = new DocumentBridgeImpl();
        plugin[1] = new DiagnosisDocument();
        plugin[2] = new LaboTestBean();
        plugin[3] = new CareMapDocument();
        plugin[4] = new PatientInfoDocument();

        for (int index = 0; index < plugin.length; index++) {

            if (index == 0 ) {
View Full Code Here

TOP

Related Classes of open.dolphin.impl.care.CareMapDocument

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.