API browser of generalnotification451 COM module


/images/arrow_right.png IGeneralNotificationManager interface V4.51/28 Sep 2018 
The IGeneralNotificationManager interface provides all necessary methods to produce a new message thread or reply to a received one.
  • To produce a new message thread first an instance of the IGeneralNotificationRequest interface is created by the GetGeneralNotificationRequest property. All data and parameters can be set by the supplied interface methods like SetPatient, SetSender,...
  • To reply to a received notification infoset basically the IGeneralNotificationRequest::SetReply method of the returned instance of the IGeneralNotificationRequest interface is used.
After all information is defined the notification XML infoset is produced optionally with signature and/or encryption using the GetXML method and the such generated XML file is thereafter transported electronically to the recipient.
space
space
/images/arrow_right.png Methods 9 methods
GetAbortInfo Gets the abort information string with the error coded in the module language
GetLogSettings Gets the current log settings for the module.
GetXML The GetXML method generates the XML infoset based either on the data of a new notification using the IGeneralNotificationRequest interface or based on the received and replied XML infoset
GetXMLInfo Preloads and analyzes a XML infoset regarding the accepted schema versions and other important information like the encryption status
LoadXML Loads a received XML infoset back into memory for further processing via the returned interface instances
Print The Print method is a visualization aid to preview/print the currently loaded data on screen or onto the local printer
PrintAdjust Shows the print object adjustment dialog that allows to move print objects of a .vps report generator file
PrintSetup Shows the printer setup dialog that allows to define the printer and its settings
SetLogSettings Sets the log setting preferences for the module
space
/images/arrow_right.png Properties 9 properties
[get] CreateGeneralNotificationManager Creates an instance of the main IGeneralNotificationManager interface
[put] DestructGeneralNotificationManager Destructs/invalidates a main instance of the IGeneralNotificationManager interface
[put] DestructGeneralNotificationRequest Destructs/invalidates this IGeneralNotificationRequest interface instance
[put] DestructGeneralNotificationResponse Destructs/invalidates this IGeneralNotificationResponse interface instance.
[get] GeneralNotificationRequest The GetGeneralNotificationRequest property generates an instance of the IGeneralNotificationRequest interface
[get/put] ModuleLanguage Gets/Sets the language for the module i.e
[get] ModuleVersion Get the version of the GeneralNotificationManager module.
[get] ModuleVersionText Gets the version of the GeneralNotificationManager module in textual form.
[get/put] Modus Gets/Sets the operation modus of the module
 
space