generating electronic & printed nursing care credit requests
Overview
The careCreditRequestManager is an ATL COM module which provides methods to generate nursing care credit requests for all roles and places.
Architectural blueprint
The input will be supplied through a programmatic interface. Thereafter the data is transformed into a standards-compliant XML care credit stream that is sent to the intermediate. Alternatively, one can force the module to send the input to a print engine producing the appropriate nursing care credit on paper. As a side effect of the encapsulation the developers of the main software do not need to care, format nor implement the XML care credit standard.
Please also have a look at the Important Documents that serves as a jump start and might effect the ease of the implementation. Furthermore, some external documents such as XML test files, PDF output files, the schema documentation in CHM format and the XSD schema itself are downloadable in this data container.
Keyfacts at a glance
Version 450 | ||
---|---|---|
Last update: | Monday, 16 September 2024 - 14:28:10 | |
Module version/date: | 4.50.004 | 16 Sep 2024 |
Interface version/date: | 4.50 | 6 May 2019 |
Covering: | XML schema 4.50 from 06. May 2019 |
API browser
Date | Time | API version |
---|---|---|
12.09.22 | 10:22:19 | V4.50: View API browser |
12.09.22 | 10:22:19 | V4.50: Download API browser .CHM file |
Download area for careCreditRequest related files
-
outbound to medSRS.ch - port 80|443
The communication service is triggered inside the method ICareCreditRequest::SetTransport by using the queryRHS() patch as described in the API documentation.
Information about the Restful Webservice is available at medSRS.ch
INSTALLDIR=full_path_to_install_dir
Silent install:
careCreditRequestInstaller.exe /s /v"/quiet INSTALLDIR=\"c:\my test\" "
Silent uninstall:
careCreditRequestInstaller.exe /s /v"/quiet REMOVE=ALL INSTALLDIR=\"c:\my test\" "
Date | Version | Description | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
16.09.24 | 4.50.004 | careCreditRequestManager with an internal, administrative update - cf. history Download CareCreditRequestManager installer (14.9 MB) |
|||||||||||||
Versioning
Revision history
Actions for developers: none Actions for end users: install |
|||||||||||||||
show older builds ... | |||||||||||||||
27.10.22 | 4.50.003 | careCreditRequestManager with the new restserver careCreditRequestManagerServer450 - cf. history |
|||||||||||||
Versioning
Revision history
Actions for developers: possibly integrate Actions for end users: install |
|||||||||||||||
09.04.20 | 4.50.002 | careCreditRequestManager with a new feature for improving connectivity - cf. history |
|||||||||||||
Revision history
The electronic reachability of a recipient for a certain version of careCreditRequest is kind of a chicken and egg problem. To solve this connectivity problem, the webservice medSRS (medical Standard Routing Service) has been created. By using the RESTful webservice method queryRHS one can find out, how and whether a specific recipient can be reached electronically. Please refer to the website medSRS.ch for getting an introduction to the topic or detailed information about the functionality of the webservice. Instead of inputting the argument bstrToEan literal, the string queryRHS(glnProvider,glnRecipient) is supplied virtually as a webservice call in the ICareCreditRequest::SetTransport method. The such given data is actually translated into the RESTful call of the same name. Please study the following URLs as well
It is strongly recommended that this new feature is use/implemented by the main software! Actions for developers: implement Actions for end users: install |
|||||||||||||||
03.07.19 | 4.50.001 | CareCreditRequestManager installer - initial build |
|||||||||||||
Revision history
Initial version V4.50 Actions for developers: implement Actions for end users: install |