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
 
 
bstrPrintTemplate path of the print command

bstrPrintTemplate argument of the IHospitalCreditRequestManager::PrintFirst/Next is either empty or of the general form

actionKey[(objectName1=text;objectName2=text2;...)][=printTemplateFile][#INIPATH=inipath)

  • actionKey is (Detail) for the credit request page.
     
  • objectName1=text; is an optional static text substitution enclosed in braces () where objectName1 is the object name (cf. inside the print template for the names) and text is the substitution. The substitution can be empty as well!
     
  • printTemplateFile is an optional external print template file name (full path!)
     
  • inipath is an optional path the print template's INI file. The report engine uses this path to find an ini file with the same name as the print template but with an extension of .vpd.
    This allows for global settings of a print template in a LAN.

Here are some usage examples:
  • bstrPrintTemplate: ""
    denotes a standard printing situation.
     
  • bstrPrintTemplate: Detail(DOCUMENT_TITLE=Alternate credit title;) prints the default form with a changed title as defined above.
     
  • bstrPrintTemplate: Detail=C:\myForms\myPrintForm.vps
    uses the print template "C:\myForms\myPrintForm.vps". Please note the license restriction below! An optional INI file with the name "C:\myForms\myPrintForm.vpd" is searched under this condition.
     
  • bstrPrintTemplate: #INIPATH=\\host1\\myForms\
    the default path for the ini files (place of the installed component) is changed to "\\host1\\myForms\". If "\\host1\\myForms\" is accessible by all hosts of the LAN then the same INI settings can be used.
IMPORTANT LICENSE NOTE
The report engine used is Hexatech's ViewPro (www.hexatech.com). If you supply your own template files then you must have your own ViewPro licence. By using the creditManager you implicitly agree upon this restriction!!!