Examples of PairIntStr


Examples of framework.utils.PairIntStr

        }
    }

    @Override
    public void fillItems() throws ClipsException {
        allItems.add(new PairIntStr(0, ""));
        allItems.add(new PairIntStr(EMERGENCY, "бригадой СМП"));
        allItems.add(new PairIntStr(POLYCLINIC, "амбулаторно-поликлиническим учреждением"));
        allItems.add(new PairIntStr(HOSPITAL_WITHOUT, "в стационаре без последующей госпитализации"));
        allItems.add(new PairIntStr(HOSPITAL_WITH, "в стационаре при госпитализации больного"));
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.