hospitalCreditRequest generates a credit request
for role=physician and place=hospital
hospitalCreditRequest
    API DocBrowser   ·  Revision history
    Download area
    FAQ
 
home
system
integrators
search the
site
 

validator
modules
invoice
modules
credit
modules
miscellaneous
modules
tools

  Design by TMR AG
  © by sumex1.net
 
How to print webstamps onto a credit request

To print a webstamp onto a credit request in the hospitalCreditRequestManager use
(WEBSTAMP=file_path_of_BMP_file;)
as an object name in the Print method.

In its simplest form e.g. in the HospitalCreditRequestManager code this means


     BSTR bstrPrintTemplate = "(WEBSTAMP="+bstrBMPFile+";)";
	 
     IHospitalCreditRequestManager::PrintFirst(bstrPrintTemplate,...);      
     or                      
     IHospitalCreditRequestManager::PrintNext(bstrPrintTemplate,...);                            
    
in order to print a webstamp onto the first or following credit request form.