API browser of CareCreditRequest450 COM module


/images/arrow_right.png ICareCreditRequestManager interface V4.50/ 6 May 2019 
The ICareCreditRequestManager interface provides all the necessary methods to produce nursing care credit requests of typecareCreditRequest_450 for all roles and places.
 
Firstly, an instance of the ICareCreditRequest interface is created by the GetCareCreditRequest property. All the nursing care related data and parameters can be set by the supplied interface methods like SetPatient, SetTreatment,...
 
After all information is defined the nursing care credit object is printed or a XML infoset is produced which can be electronically transported to a recipient. In the latter case the care credit object optionally can be signed and/or encrypted .
 
Due to the processing attributes "storno" and "copy" a previously generated care credit object can be canceled or a copy can be produced (cf. Notes about processing attributes).
space
space
/images/arrow_right.png Methods 8 methods
GetAbortInfo Get the abort information string with the error coded in the module language
GetLogSettings Get the log settings for the module.
GetXML The GetXML method generates the XML infoset based on the data of the ICareCreditRequest interface and the XML generation attributes, validates the XML against the XSD schema, and stores the XML content as UTF8 file in the internal working directory
LoadXML Loads a previously generated XML infoset back into memory for further processing via the returned interface handles
Print The Print method validates the defined care credit data and prints the request on 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] CareCreditRequest Gets the ICareCreditRequest interface instance
[get] CreateCareCreditRequestManager Creates an instance of the main ICareCreditRequestManager interface
[put] DestructCareCreditRequest Destructs/invalidates this ICareCreditRequest interface instance
[put] DestructCareCreditRequestManager Destructs/invalidates a main instance of the ICareCreditRequestManager interface
[put] DestructCareCreditResult Destructs/invalidates this ICareCreditResult interface instance.
[get/put] ModuleLanguage Get/Set the language for the module i.e
[get] ModuleVersion Get the version of the CareCreditRequestManager module.
[get] ModuleVersionText Get the version of the CareCreditRequestManager module in textual form.
[get/put] Modus Gets/Sets the operation modus of the module
 
space