General use of the generalCreditRequest ATL COM module

 
The IGeneralCreditRequestManager interface provides all the necessary tools to produce nursing care credit requests for all roles and places.

Firstly, an instance of the IGeneralCreditRequest interface is created by the GetGeneralCreditRequest property. All the nursing care credit related data and parameters can be set by the supplied interface methods as SetPatient, SetTreatment,...

One auxiliary input interface IAddress is available for setting/retrieving addresses in a structured way.

After all information is defined the nursing care credit is printed or a XML infoset is produced which can be electronically transported to the recipient. In the latter case the care credit request optionally can be signed and/or encrypted .

Due to the processing attributes "storno" and "copy" a previously generated care credit request object can be canceled or a copy can be produced (cf. Notes about processing attributes).
 
To get a starting point there is a Visual Basic or C# code snippet provided that can be used for using the generalCreditRequest module.