hospitalCreditResponse  -  the module for fetching
and analyzing the hospital XML credit responses
hospitalCreditResponse
    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 hospitalCreditResponse ATL COM module

The hospitalCreditResponse provides all the necessary tools for fetching and therafter analyzing credit responses to electronically sent hospital credit requests. Firstly, all hospital credit responses are downloaded from the intermediate's site by calling the IHospitalCreditResponseManager:Receive method.
 
Secondly, an instance of the IHospitalCreditResponse interface is created by using the method IHospitalCreditResponseManager:GetFirstDocument looping over the local mailbox. Alternatively, a IHospitalCreditResponse handle is generated as well by the IHospitalCreditResponseManager:DebugXmlContent method.
 
All response data and parameters of one credit response can be fetched by the supplied interface methods as e.g. IHospitalCreditResponse:GetInsurance, IHospitalCreditResponse:GetCreditDecision,...
 
One auxiliary interface IAddress is available for getting address information.