API browser of generalInvoiceRequest450 COM module


/images/arrow_right.png IGeneralInvoiceRequest::CreateServiceExInput property space
Creates an instance of the IServiceExInput interface.
 
Each type of "extended service" -services that are split into a medical and technical part- are added by the IGeneralInvoiceRequest::AddServiceEx method and additionally by input parameters supplied via the utility interface IServiceExInput.
space
/images/arrow_down.png Restful webservice calling syntax
space
/images/arrow_right.png C/C++ calling syntax
[get] HRESULT CreateServiceExInput( BSTR bstrTariffType,
IServiceExInput **pIServiceExInput );
[C/C++ return value] S_OK This value is returned if the function call was successful.
S_FALSE This value is returned if the end of an iteration is reached
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.
space
/images/arrow_right.png Calling argument description
[in] BSTR bstrTariffType The official 3-character tariff type as defined by Forum Datenaustausch for which the input interface is used.
[out,retval] IServiceExInput **pIServiceExInput The returned instance of the IServiceExInput interface.
space
/images/arrow_right.png Remarks
If SmartPointers are used than the function names and calls are rewritten by Microsoft into the form
space