The ATL COM module generalInvoiceRequest is capable of
generating electronic and printed invoices & reminders
generating electronic and printed invoices & reminders
API browser of generalInvoiceRequest430 COM module
IGeneralInvoiceRequest::SetProcessing method | |||
---|---|---|---|
Sets the processing information used at the last intermediate's side. | |||
C/C++ calling syntax | |||
HRESULT SetProcessing( | YesNoType
YesNoType BSTR VARIANT_BOOL |
ePrintAtIntermediate,
ePrintPatientCopy, bstrTCToken, *pbStatus); |
|
Calling argument description | |||
[in] YesNoType | ePrintAtIntermediate | The Boolean ePrintAtIntermediate is a processing instruction for the last intermediate. It defines if the sent XML infoset must be print at the intermediate and sent to the guarantor (TG case) or the invoice (TP case).
Note that this is the "real" invoice to be printed (the detail and/or summary) whereas the ePrintPatientCopy is the processing instruction of a copy of the invoice without any ESR information! |
|
[in] YesNoType | ePrintPatientCopy | The Boolean ePrintPatientCopy is a processing instruction for the last intermediate. It defines if the sent XML infoset must be print at the intermediate as copy of the invoice and sent to the guarantor.
Note that this is a copy of the invoice without any ESR information (probably the summary part only) whereas the pePrintAtIntermediate defines the processing instruction of the "real" invoice/reminder! |
|
[in] BSTR | bstrTCToken | The optional 2-digit Trust Center token.
Note that this is relevant for eRoleType=enRolePhysician only. If set then the Trust Center token is printed as replacement for the "01" beginning of the ESR 5/9 coding line in the detail invoice! |
|
[out, retval] VARIANT_BOOL | *pbStatus | Return status of the method. If pbStatus is VARIANT_FALSE then an error occurred and GetAbortInfo should be called to retrieve the error string. | |
C/C++ return value | |||
S_OK | This value is returned if the function call was successful or if the return value of a boolean method signalling a true value. In this case the VARIANT_BOOL is set to VARIANT_TRUE. | ||
S_FALSE | This is the return value of a boolean method signalling a false return value. In this case the VARIANT_BOOL is set to VARIANT_FALSE. | ||
E_name | This value is returned if the function call was unsuccessful and an error exception was generated. Note that if you are using SmartPointers an exception is thrown under these conditions. | ||