The webstampManager provides methods to generate
electronic stamps suitable to stamp on printed matter
electronic stamps suitable to stamp on printed matter
How to print a stamp onto an invoice/credit request
To print a webstamp onto an invoice or credit request in a xmlManager use
If a webstamp should be printed on all invoices of a TG case ("Patienten-Rechnung" and "Rückerstattungsbeleg") then produce a comma separated list of BMP stamp files e.g.
To print a webstamp onto an invoice or credit request in a xmlManager use
(WEBSTAMP=file_path_of_BMP_file;)as an object name in the Print method.
In its simplest form e.g. in the MDInvoiceRequestManager code
BSTR bstrPrintTemplate = "(WEBSTAMP=C:\\stamps\\stamp_1242187_81_1_100_1235887891_74x35.bmp;)";
MDInvoiceRequestManager::Print(bstrPrintTemplate,...);
to print a webstamp onto the first invoice (onto "TP Rechnung" in the TP case or onto "Patienten-Rechnung" in the TG case).
If a webstamp should be printed on all invoices of a TG case ("Patienten-Rechnung" and "Rückerstattungsbeleg") then produce a comma separated list of BMP stamp files e.g.
(WEBSTAMP=file_path_of_BMP_file1,file_path_of_BMP_file2;)