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
![]() |
![]() |
||
---|---|---|---|
This method has a Restful Webservice representation only! Method for collecting all service record data covered by the ICareCreditResult interface and returned as JSON array. Please note that ICareCreditResult::GetServices takes over the functionality of the iterator pair ICareCreditResult::GetFirstService / ICareCreditResult::GetNextService with a single call, making the latter superfluous. |
|||
![]() | |||
![]() |
|||
![]() | |||
![]() |
|||
[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 | |
![]() |