The acfValidator provides methods to browse, search,
validate & group records of the ACF and/or LKAAT tariff
validate & group records of the ACF and/or LKAAT tariff
API browser of acfValidator100 COM module
![]() |
V1.00/ 3 Aug 2025 | ||
---|---|---|---|
The ISearch005 interface allows browsing and retrieval of detailed service information from the "005::Fallpauschalen" tariff catalog. A search process in the service record domain of the selected tariff catalog can be performed by code, name, or chapter respectively. The search terms may be specified in full or may include wildcards. After a successful search, all of the available information directly related to the search term is made available through the interface"s properties.
The search method (e.g. SearchGeneral) produce as a result a selection list, composed of zero or more service records. The total number of records in the list can be retrieved with the GetRecordCount method. The record pointer is initially positioned at the first entry of the selection list and the positioning methods MoveFirst, MoveLast, MoveNext, MovePrevious, PutAbsolutePosition, and GetAbsolutePosition are used to manipulate the selected record. The information related to the current record is made available through the interface"s properties like GetName for retrieving the service title. |
![]() |
||
![]() | |||
![]() |
10 methods | ||
GetAbortInfo | Fetches the abort/error information if there is any stored | ||
GetAbsolutePosition | Gets the current absolute position of the record pointer in the selection list | ||
GetRecordCount | Gets the number of ACF service records in the selection list based on the last search call | ||
Initialize | Initializes the validation and clears all previously added ACF service records | ||
MoveFirst | Moves the record pointer to the first ACF record in the selection list and makes that record the current record | ||
MoveLast | Moves the record pointer to the last ACF record in the selection list and makes that record the current record | ||
MoveNext | Moves the record pointer to the next ACF record in the selection list and makes that record the current record | ||
MovePrevious | Moves the record pointer to the previous ACF record in the selection list and makes that record the current record | ||
PutAbsolutePosition | Positions the record pointer at the specified absolute position in the ACF selection list. | ||
SearchGeneral | The general search method for finding ACF services | ||
![]() | |||
![]() |
10 properties | ||
[get] ChapterCode | The chapter or capitulum code the given service record belongs to | ||
[get] Code | The ACF code of the selected service record | ||
[get] Interpretation | The interpretation (exclusion and inclusion remarks, rules, comments and the like) of the selected service | ||
[get] Name | The name of the selected ACF service | ||
[get] ReferenceCode | The reference code | ||
[get] ServiceProperties | This value defines all semantic capabilities of a service | ||
[get] TariffType | The tariff type the selected ACF service record belongs to | ||
[get] TP | The valid tax points (TP) of the ACF service record | ||
[get] ValidFrom | The validity start date of the selected ACF service record | ||
[get] ValidTo | The validity end date of the selected ACF service record | ||
![]() |