/// <summary> /// defines of process to create the persHealthPDF creation /// </summary> public void collectsDatasAndCreatesHealthDetailsPDF() { try { servicePersProfileManage = new ServiceProfileManage(dbci, personalWin); servicePersProfileManage.createHealthCarePDF(usod); } catch (ErrorServiceProfileMange e) { handleError(e.Message); } }
/// <summary> /// defines of process to create the persHealthPDF creation /// </summary> public void collectsDatasAndCreatesHealthDetailsPDF() { try { servicePersProfileManage = new ServiceProfileManage(dbci, personalWin); servicePersProfileManage.createHealthCarePDF(usod); } catch (ErrorServiceProfileMange e) { handleError(e.Message); } catch (ErrorServiceProfileManagePDFOpenProb e) { handleWarning("A fálj elkészült, de megnyitása sikertelen " + e.Message); } }