update lap bedah
This commit is contained in:
parent
b68fee22cc
commit
39b029b0d2
@ -104,8 +104,8 @@ public class ReportingController {
|
|||||||
JasperExportManager.exportReportToPdfStream(jasperPrint, response.getOutputStream());
|
JasperExportManager.exportReportToPdfStream(jasperPrint, response.getOutputStream());
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping(value = {"/lap-bedah/{noregis}"}, method = {RequestMethod.GET})
|
@RequestMapping(value = {"/lap-bedah"}, method = {RequestMethod.GET})
|
||||||
public void exportLapBedahPasien(@PathVariable("noregis") String noregis,
|
public void exportLapBedahPasien(@RequestParam("noregis") String noregis,
|
||||||
ModelAndView mv, HttpServletResponse response) throws Exception {
|
ModelAndView mv, HttpServletResponse response) throws Exception {
|
||||||
JasperPrint jasperPrint = this.reportingService.printReportLapBedah(noregis);
|
JasperPrint jasperPrint = this.reportingService.printReportLapBedah(noregis);
|
||||||
response.setContentType("application/pdf");
|
response.setContentType("application/pdf");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user