The ATL COM module careCreditRequest is capable of
generating electronic & printed nursing care credit requests
generating electronic & printed nursing care credit requests
API browser of CareCreditRequest450 COM module
![]() |
![]() |
||
---|---|---|---|
Retrieves the first service record from the list of services.
Please note, that "simple/normal" qualifies as being added by the ICareCreditRequest::AddService method. The incurred cost records, that are optionally defined by the ICareCreditRequest::AddAddPlanningRecord method are not returned here but with the GetFirstPlanningRecord/GetNextPlanningRecord iterator. If the return status is VARIANT_FALSE then the service record is not added to the list of services |
|||
![]() | |||
![]() |
|||
![]() | |||
![]() |
|||
HRESULT GetFirstService( | BSTR
BSTR BSTR double double double double double BSTR VARIANT_BOOL |
*pbstrTariffType,
*pbstrTariffCode, *pbstrTariffText, *pdQuantity, *pdTP, *pdTPV, *pdExternalFactor, *pdAmount, *pbstrRemark, *pbStatus); |
|
[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. | ||
![]() | |||
![]() |
|||
[out] BSTR | *pbstrTariffType | The official tariff type as defined by Forum Datenaustausch | |
[out] BSTR | *pbstrTariffCode | The tariff code as defined by the used tariff | |
[out] BSTR | *pbstrTariffText | The name of the tariff record as defined by the used tariff | |
[out] double | *pdQuantity | The quantity of the current service.
Note, that the quantity is defined as double, spanning zero and positive fractional values!
|
|
[out] double | *pdTP | The tax points (TP) of the current service. | |
[out] double | *pdTPV | The tax point value (TPV) of the current service. | |
[out] double | *pdExternalFactor | The external scaling factor used to scale the service e.g. to give a discount or surcharge. | |
[out] double | *pdAmount | dAmount is the caused incurred cost given by the tariff record and calculated as follows:
The equation is calculated in full precision and the result rounded to 2 significant decimal places. |
|
[out] BSTR | *pbstrRemark | An optional remark for the given service | |
[out,retval] VARIANT_BOOL | *pbStatus | Return status of the method. If pbStatus is VARIANT_FALSE the end of data is reached | |
![]() |