API browser of generalInvoiceRequest440 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 in a Tiers Garant case. The attribute denotes if the invoice should be printed and mailed to the guarantor or if this print process was already done.
 
Note, that this instruction is significant for the last intermediate only. If an infoset is sent to any party for statistical purposes then this party must not be included as intermediate.
[out] YesNoType *pePrintPatientCopy The Boolean ePrintPatientCopy is an instruction for the last intermediate regarding the processing of a patient copy.
Specifically, this means that if ePrintPatientCopy is true then
  • the infoset is printed as a copy of the detailed invoice and mailed to the patient in a Tiers Garant case
  • the infoset is printed as a copy of the detailed invoice and mailed to the patient in a Tiers Payant case

On this printed copy the ESR coding line must be absent, the copy field should be set to "yes", and the title of the invoice should be adapted accordingly to designate the copy situation.
 
Note, that this instruction is significant for the last intermediate only. If an infoset is sent to any party for statistical purposes then this party must not be included as intermediate.
[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.