|
hospitalCreditRequest generates a credit request for role=physician and place=hospital |
|
|||||||
|
General use of the hospitalCreditRequest ATL COM module ![]() The hospitalCreditRequest module provides all the necessary methods to produce a credit request for role=physician nad place=hospital. Firstly, an instance of the IHospitalCreditRequest interface is created by the method IHospitalCreditRequestManager:GetHospitalCreditRequest. All the credit related data and parameters can be set by the supplied interface methods as SetPatient, SetTreatment,... An auxiliary interface IAddress is available for setting address. After all information is set by using the appropriate interface methods, there is the choice of either generating and printing a paper based credit request according to the standardized credit form by using the IHospitalCreditRequestManager:PrintFirst/Next methods. Alternatively, a XML based credit request can be generated and thereafter stored inside a transport provider mailbox with the StoreFirst/Next methods. After all such XML credit requests have been generated, the mailbox can be sent by using the Send method. If you are using your own communication module, then use the GetFirstXmlContent/GetNextXmlContent methods to retrieve the XML stream from the module. |