How to print webstamps onto a nursing care credit request

To print a webstamp onto a nursing care credit in the careCreditRequestManager use a special print object name (cf. "Syntax of the printTemplate variable" for an overview).

(WEBSTAMP=file_path_of_BMP_file;)
as a print object name on the printTemplate variable of the ICareCreditRequestManager::Print method.

In its simplest form the ICareCreditRequestManager::Print method looks like:


     BSTR bstrPrintTemplate = "(WEBSTAMP="+bstrBMPFile+";)";
	 
     ICareCreditRequestManager::Print(bstrPrintTemplate,...);                            
    
in order to print a webstamp onto the first page of the "Bedarfsmeldung".

Since the webstamp printing is not the primary purpose of the Print method this feature has NO error propagation. The generation is done on a best effort basis, errors are only dumped into the log file!

Boundary conditions:

  • No error propagation
  • The supplied BMP webstamp must exist