super(certificateLocal, reportParam, diseaseLocal);
}
@Override
public void fillItems() throws ClipsException {
allItems.add(new PairIntStr(1, "отдаленные лимфатич. узлы"));
allItems.add(new PairIntStr(2, "кости"));
allItems.add(new PairIntStr(3, "печень"));
allItems.add(new PairIntStr(4, "легкие и/или плевра"));
allItems.add(new PairIntStr(5, "головной мозг"));
allItems.add(new PairIntStr(6, "кожа"));
allItems.add(new PairIntStr(7, "почки"));
allItems.add(new PairIntStr(8, "яичники"));
allItems.add(new PairIntStr(9, "брюшина"));
allItems.add(new PairIntStr(10, "костный мозг"));
allItems.add(new PairIntStr(11, "другие органы"));
allItems.add(new PairIntStr(12, "множественные"));
allItems.add(new PairIntStr(13, "неизвестна"));
}