API browser of generalInvoiceRequest430 COM module


/images/arrow_right.png IGeneralInvoiceResult::GetProcessing method
Retrieves the processing information used at the last intermediate's side. space
 
/images/arrow_right.png C/C++ calling syntax
HRESULT GetProcessing( YesNoType
YesNoType
BSTR
VARIANT_BOOL
*pePrintAtIntermediate,
*pePrintPatientCopy,
*pbstrTCToken,
*pbStatus);
 
/images/arrow_right.png Calling argument description
[out] YesNoType *pePrintAtIntermediate 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!

[out] YesNoType *pePrintPatientCopy 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!

[out] BSTR *pbstrTCToken The optional 2-digit Trust Center token.
[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.
 
/images/arrow_right.png 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.