if (items != null && !items.isEmpty()) {
panelEMC = new PanelEMC(getContainer(), clientLocal);
jPanel2.add(panelEMC, BorderLayout.CENTER);
jPanel2.revalidate();
ProfcheckupItemLocal pil = items.get(0);
pil.reload();
panelEMC.selectInEmc(pil.getDiseaseLocal());
}
}
} catch (ClipsException ex) {
MessageBox.showException(ex);