Package open.dolphin.impl.pinfo

Examples of open.dolphin.impl.pinfo.PatientInfoDocument


        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 ) {
//          if (index == 0 || index == 1) { // DiagnosisInspector を作ったので傷病名も先に読むようにした → 検索からオープンしたとき,getDocumentHistory が終わってないので lastVisit がとれない!
View Full Code Here

TOP

Related Classes of open.dolphin.impl.pinfo.PatientInfoDocument

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.