analyzing electronic responses to credit requests
Overview
The generalCreditResponse module provides all the necessary tools for loading and thereafter analyzing XML infosets of type generalCreditResponse_430. These infosets are responses to a previously sent credit where the topmost object reference defines target request/response. Therefore, generalCreditResponseManager is the logical counterpart of the generalCreditRequestManager.
Architectural blueprint
To get the results of such an infoset, firstly the XML file is loaded into the module by the IGeneralCreditResponseManager::LoadXML method. Upon successful analyzing the file the method returns a IGeneralCreditResponse interface. All response data and parameters of one credit can be retrieved by the supplied interface methods as e.g. IGeneralCreditResponse:GetPatient,...
The IGeneralCreditResponseManager::Print method can be used to
visualize the whole response content.
Please also have a look at the Important Documents that serves as a jump start and might effect the ease of the implementation.
Keyfacts at a glance
Version 430 | ||
---|---|---|
Last update: | Monday, 21 January 2019 - 14:46:40 | |
Module version/date: | 4.30.004 | 21 Jan 2019 |
Interface version/date: | 4.30 | 3 Feb 2011 |
Covering: | XML schema 4.30 from 3. Feb. 2011 |
API browser
The online documentation browser allows you to browse, view, and check the various interfaces, methods und properties of the Dll. Please note, that this documentation is included in the full installer in form of a .CHM file.
Date | Time | API version |
---|---|---|
16.10.17 | 12:08:11 | V4.30: View API browser |
16.10.17 | 12:08:11 | V4.30: Download API browser .CHM file |
Download area for generalCreditResponse related files
Date | Version | Description | |
---|---|---|---|
21.01.19 | 4.30.004 | GeneralCreditResponseManager installer with cumulative updates - cf. history Download GeneralCreditResponseManager installer ( 17.3 MB) |
|
Revision history
Code enhancements, performance optimization and internal bug fixes have been integrated as given by the following list:
|
|||
show older builds ... | |||
06.07.16 | 4.30.003 | generalCreditResponseManager installer with code improvements. |
|
Revision history
Code enhancements and internal bug fixes have been integrated as given by the following list
Actions for developers: none Actions for end users: install |
|||
30.03.16 | 4.30.002 |
generalCreditResponseManager installer with code improvements. |
|
Revision history
Internal code enhancements have been applied as given by the following list
Actions for developers: none Actions for end users: install |
|||
03.08.11 | 4.30.001 |
generalCreditResponseManager installer - initial version. |
|
Revision history
Initial V4.3 version Actions for developers: implement Actions for end users: install |
Parameters for a silent install / uninstall | |
Installation directory: INSTALLDIR=full_path_to_install_dir Silent install: generalCreditResponseInstaller.exe /s /v"/quiet INSTALLDIR=\"c:\my test\" " Silent uninstall: generalCreditResponseInstaller.exe /s /v"/quiet REMOVE=ALL INSTALLDIR=\"c:\my test\" " |