Aug 7th 2020 #1 Greetings Marcel, is there an example of a script to put the name of the patient and the study carried out in the header or footer of the print?
Oct 4th 2020 #2 I am afraid not. The printer server is coded in Delphi, and has few options. Every image can go through printerdisplay.lua though DICOM in, bitmap out. Headers and footers are bitmaps: var headerbmpname: string = 'print_header.bmp'; footerbmpname: string = 'print_footer.bmp'; backgroundbmpname: string = 'print_background.bmp'; The printer client in 1.5.0 is in lua, embedded in the GUI. Marcel