7 | | 1. New JSP script `export_inca.jsp` will also call servlet `ExportServlet.java`, but with request parameter `cmd` set to "`ExportINCA`" instead of "`ExportMonthlyOpList`". |
8 | | 2. Boolean request parameters `exportSubtype` and `exportPatientId` are set to 1 instead of 0, since the "Sample" and "!PatientId" columns should be included in the INCA export file. |
9 | | 3. A new time selection option "all" is introduced, coupled to setting request parameter `time` to 1, corresponding to `1970.01.01 00:00:00 001`. Option "all" is set as default option. |
| 7 | 1. JSP script `index.jsp` in `reggie/resources/` is updated with a new entry "`INCA export`" in the "`Export/import information to/from external registers`" section. The new entry is linked to new JSP script `export_inca.jsp` in `reggie/resources/personal/`. |
| 8 | 2. New JSP script `export_inca.jsp` will also call servlet `ExportServlet.java`, but with request parameter `cmd` set to "`ExportINCA`" instead of "`ExportMonthlyOpList`". |
| 9 | 3. Boolean request parameters `exportSubtype` and `exportPatientId` are set to 1 instead of 0, since the "Sample" and "!PatientId" columns should be included in the INCA export file. |
| 10 | 4. A new time selection option "all" is introduced, coupled to setting request parameter `time` to 1, corresponding to `1970.01.01 00:00:00 001`. Option "all" is set as default option. |