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

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
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

All pushAdminMessage COM modules have the following communication channels:
  • 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
Installation directory:
    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)
show older builds ...