}
}
@Override
public void fillItems() throws ClipsException {
allItems.add(new PairIntStr(0, ""));
allItems.add(new PairIntStr(1, "I стадия"));
allItems.add(new PairIntStr(2, "Iа"));
allItems.add(new PairIntStr(3, "Iб"));
allItems.add(new PairIntStr(4, "Iс"));
allItems.add(new PairIntStr(5, "II стадия"));
allItems.add(new PairIntStr(6, "IIа"));
allItems.add(new PairIntStr(7, "IIб"));
allItems.add(new PairIntStr(8, "IIс"));
allItems.add(new PairIntStr(9, "III стадия"));
allItems.add(new PairIntStr(10, "IIIа"));
allItems.add(new PairIntStr(11, "IIIб"));
allItems.add(new PairIntStr(12, "IIIс"));
allItems.add(new PairIntStr(13, "IV стадия"));
allItems.add(new PairIntStr(14, "IVа"));
allItems.add(new PairIntStr(15, "IVб"));
allItems.add(new PairIntStr(16, "IVс"));
allItems.add(new PairIntStr(17, "in situ"));
allItems.add(new PairIntStr(18, "неприменимо"));
allItems.add(new PairIntStr(19, "неизвестно"));
}