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
 
 
General use of the hospitalCreditRequest ATL COM module

The hospitalCreditRequest module provides all the necessary methods to produce a credit request for role=physician nad place=hospital. Firstly, an instance of the IHospitalCreditRequest interface is created by the method IHospitalCreditRequestManager:GetHospitalCreditRequest. All the credit related data and parameters can be set by the supplied interface methods as SetPatient, SetTreatment,...

An auxiliary interface IAddress is available for setting address.

After all information is set by using the appropriate interface methods, there is the choice of either generating and printing a paper based credit request according to the standardized credit form by using the IHospitalCreditRequestManager:PrintFirst/Next methods. Alternatively, a XML based credit request can be generated and thereafter stored inside a transport provider mailbox with the StoreFirst/Next methods. After all such XML credit requests have been generated, the mailbox can be sent by using the Send method. If you are using your own communication module, then use the GetFirstXmlContent/GetNextXmlContent methods to retrieve the XML stream from the module.

 
To get a staring point with the hospitalCreditRequest module there is a Visual Basic code snippet provided that can be used for generating/printing a credit request.