exchange system for treatment messages
Overview
The PushAdminMessageManager is an ATL COM module which provides methods for generating and pushing an administrative notification of either a scheduled, starting or ending treatment onto an insurances's site. It is a design goal to keep the XML infoset minimal and thus to guarantee a very low-threshold and agile implementation much like a RESTful webservice.
Architectural blueprint
The administrative message as well as the remaining data objects will be supplied through a IPushAdminMessageRequest interface. Thereafter IPushAdminMessageManager transforms the supplied data into a standards-compliant XML file that is sent to the recipient via the given intermediate.
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 450 | ||
---|---|---|
Last update: | Thursday, 27 October 2022 - 15:00:59 | |
Module version/date: | 4.50.002 | 27 Oct 2022 |
Interface version/date: | 4.50 | 1 Nov 2019 |
Covering: | XML schema 4.50 from 01. Nov. 2019 |
API browser
Date | Time | API version |
---|---|---|
12.09.22 | 10:36:25 | V4.50: View API browser |
12.09.22 | 10:36:25 | V4.50: Download API browser .CHM file |
Download area for pushAdminMessage related files
-
outbound to medSRS.ch - port 80|443
The communication service is triggered inside the method IPushAdminMessageRequest::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:
pushAdminMessageInstaller.exe /s /v"/quiet INSTALLDIR=\"c:\my test\" "
Silent uninstall:
pushAdminMessageInstaller.exe /s /v"/quiet REMOVE=ALL INSTALLDIR=\"c:\my test\" "
Date | Version | Description | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
27.10.22 | 4.50.002 | pushAdminMessageManager with the new restserver pushAdminMessageManagerServer450 - cf. history Download pushAdminMessageManager installer (13.8 MB) |
|||||||||||||
Versioning
Revision history
Actions for developers: possibly integrate Actions for end users: install |
|||||||||||||||
show older builds ... | |||||||||||||||
09.05.20 | 4.50.001 | pushAdminMessageManager installer - initial version - cf. history |
|||||||||||||
Revision history
Initial version V4.50 Actions for developers: implement Actions for end users: install |