return "Разделы перечня ЛС";
}
public DirectoryDloDrugSectionItem getItemByCode(int code) throws ClipsException {
try {
DloDrugSectionDetails det = getBean().get().getItemByCode(code);
return new DirectoryDloDrugSectionItem(det);
} catch (ClipsServerException ex) {
throw new ClipsException("", ex);
}
}