Examples of PairIntStr


Examples of framework.utils.PairIntStr

        }
    }

    @Override
    public void fillItems() throws ClipsException {
        allItems.add(new PairIntStr(0, ""));
        allItems.add(new PairIntStr(GROUP_0, "0"));
        allItems.add(new PairIntStr(GROUP_3, "III"));
        allItems.add(new PairIntStr(GROUP_4, "IV"));
        allItems.add(new PairIntStr(GROUP_3A, "IIIА"));
        allItems.add(new PairIntStr(GROUP_6A, "VIА"));
        allItems.add(new PairIntStr(GROUP_6B, "VIБ"));
        allItems.add(new PairIntStr(GROUP_6V, "VIВ"));
    }
View Full Code Here

Examples of framework.utils.PairIntStr

        }
    }

    @Override
    public void fillItems() throws ClipsException {
        allItems.add(new PairIntStr(0, ""));
        allItems.add(new PairIntStr(INDIVIDUAL, "индивидуальное"));
        allItems.add(new PairIntStr(FAMILIAL, "семейное"));
        allItems.add(new PairIntStr(GROUP, "групповое"));
        allItems.add(new PairIntStr(MASS, "массовое ( указать количество отравившихся)"));

        editableItems = new HashSet<Integer>();
        editableItems.add(MASS);
    }
View Full Code Here

Examples of framework.utils.PairIntStr

        }
    }

    @Override
    public void fillItems() throws ClipsException {
        allItems.add(new PairIntStr(0, ""));
        allItems.add(new PairIntStr(FIRST, "I триместр"));
        allItems.add(new PairIntStr(SECOND, "II триместр"));
        allItems.add(new PairIntStr(THIRD, "III триместр"));
    }
View Full Code Here

Examples of framework.utils.PairIntStr

        }
    }

    @Override
    public void fillItems() throws ClipsException {
        allItems.add(new PairIntStr(0, ""));
        allItems.add(new PairIntStr(POLYCLINIC, "поликлиника"));
        allItems.add(new PairIntStr(COMMON_STACIONAR, "стационар нетуберкулезного профиля"));
        allItems.add(new PairIntStr(SOCIAL, "учреждение соцзащиты"));
        allItems.add(new PairIntStr(TUBER_DISP, "противотуберкулезное учреждение"));
        allItems.add(new PairIntStr(OTHER, "учреждение другого ведомства (указать какое)"));

        editableItems = new HashSet<Integer>();
        editableItems.add(OTHER);
    }
View Full Code Here

Examples of framework.utils.PairIntStr

        super(certificateLocal, reportParam, diseaseLocal);
    }

    @Override
    public void fillItems() throws ClipsException {
        allItems.add(new PairIntStr(WINTER, "зима"));
        allItems.add(new PairIntStr(SPRING, "весна"));
        allItems.add(new PairIntStr(SUMMER, "лето"));
        allItems.add(new PairIntStr(AUTUMN, "осень"));
    }
View Full Code Here

Examples of framework.utils.PairIntStr

        }
    }

    @Override
    public void fillItems() throws ClipsException {
        allItems.add(new PairIntStr(0, ""));
        allItems.add(new PairIntStr(FIRST_GROUP, "I группа"));
        allItems.add(new PairIntStr(SECOND_GROUP, "II группа"));
        allItems.add(new PairIntStr(THIRD_GROUP, "III группа"));
        allItems.add(new PairIntStr(CHILD_GROUP, "ребенок-инвалид"));
    }
View Full Code Here

Examples of framework.utils.PairIntStr

        }
    }

    @Override
    public void fillItems() throws ClipsException {
        allItems.add(new PairIntStr(0, ""));
        allItems.add(new PairIntStr(1, "благоприятный"));
        allItems.add(new PairIntStr(2, "относительно благоприятный"));
        allItems.add(new PairIntStr(3, "сомнительный (неопределеный)"));
        allItems.add(new PairIntStr(4, "неблагоприятный"));
    }
View Full Code Here

Examples of framework.utils.PairIntStr

        }
    }

    @Override
    public void fillItems() throws ClipsException {
        allItems.add(new PairIntStr(0, ""));
        allItems.add(new PairIntStr(1, "бактериоскопически"));
        allItems.add(new PairIntStr(2, "серологически"));
        allItems.add(new PairIntStr(3, "бактериологически"));
        allItems.add(new PairIntStr(4, "другое (указать)"));

        editableItems = new HashSet<Integer>();
        editableItems.add(4);
    }
View Full Code Here

Examples of framework.utils.PairIntStr

        }
    }

    @Override
    public void fillItems() throws ClipsException {
        allItems.add(new PairIntStr(0, ""));
        allItems.add(new PairIntStr(SELF, "самостоятельное обращение к специалисту (указать), в т.ч по контакту"));
        allItems.add(new PairIntStr(CONTACT_ILL, "активное выявление: как контакт больного"));
        allItems.add(new PairIntStr(DONOR, "донор"));
        allItems.add(new PairIntStr(PERIODIC, "при мед. осмотре"));
        allItems.add(new PairIntStr(JOB, "при поступлении на работу"));
        allItems.add(new PairIntStr(BIRTH, "во время родов"));
        allItems.add(new PairIntStr(OTHER, "прочее (указать)"));

        editableItems = new HashSet<Integer>();
        editableItems.add(SELF);
        editableItems.add(OTHER);
    }
View Full Code Here

Examples of framework.utils.PairIntStr

        }
    }

    @Override
    public void fillItems() throws ClipsException {
        allItems.add(new PairIntStr(0, ""));
        allItems.add(new PairIntStr(PERIOD1, "до 1 года"));
        allItems.add(new PairIntStr(PERIOD2, "1-2 года"));
        allItems.add(new PairIntStr(PERIOD3, "3-5 лет"));
        allItems.add(new PairIntStr(PERIOD4, "более 5 лет"));
    }
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.