Package open.dolphin.infomodel

Examples of open.dolphin.infomodel.ID


   
    /**
     * 地域連携用の患者のMasterIdを返す。
     */
    public ID createMasterId(String pid, String facilityId) {
        return new ID(pid, "facility", facilityId);
    }
View Full Code Here


    /**
     * CLAIM送信に使用する患者MasterIdを返す。
     * 地域連携ルールと異なるため。
     */
    public static ID getClaimMasterId(String pid) {
        return new ID(pid, "facility", "MML0024");
    }
View Full Code Here

TOP

Related Classes of open.dolphin.infomodel.ID

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.