System.out.println(MessageBox.parseException(ex));
out.println(MessageBox.parseException(ex));
}
}
if (diag != null) {
SicklistDetails s = null;
try {
//Проверить есть ли на данный диагноз и посещение больничный
s = updaterStattalonBean.get().getSicklist(diag.id);
} catch (Exception ex) {
updaterStattalonBean.clear();
System.out.println(MessageBox.parseException(ex));
out.println(MessageBox.parseException(ex));
counter ++;
continue;
}
if (s == null) {
//Только если есть диагноз и больничный для него отсутствует в базе то создаем больничный
s = new SicklistDetails();
}
// s.organizationID = UserInfo.get().getCollaborator().getLpu().getID();
EmcLocal emc = new EmcLocal(emcID, am);
List<JobLocal> jobList = emc.getClient().getJobList();
if (jobList.size() > 0) {