validate & group records of the ACF and/or LKAAT tariff
Overview
The Ambulatory Case Flatrate
(acfValidator) is an ATL COM module that provides methods to browse, query and validate service records against the '005 - ACF' and 'TMA - LKAAT' tariff, respectively.
Furthermore, TMA services can be grouped by a build-in grouper to form an ACF code, which can then be input/used.
The module's design goals are to help you control the quality and standard compliance of the service records used.
The key element of the acfValidator is the decisionTreeWalker, which makes it relatively easy to achieve an ACF code quickly while mainting the control of the result!
Please also have a look at the Important Documents that serves as a jump start and might effect the ease of the implementation.
Keyfacts at a glance
Last update: | Wednesday, 18 June 2025 - 17:20:08 | |
Module version/date: | 1.00.001 | 03 Aug 2025 |
Interface version/date: | 1.00 | 03 Aug 2025 |
DB version/date: | 1.10 | 03 Aug 2025 |
Covering: | Tariff 005: ACF tariff catalog Tariff TMA: LKAAT tariff catalog |
ACF/LKAAT tariff browser
The tariff browser for ACF/LKAAT is not yet available for the developer version of the validator. Furthermore, the rumor has it, that the current tariffs are not yet final.
API browser
The online documentation browser allows you to browse, view, and check the various interfaces, methods und properties of the Dll. Please note, that this documentation is included in the full installer in form of a .CHM file.
Date | Time | API version |
---|---|---|
03.05.22 | 12:33:08 | V1.00: View API browser |
03.05.22 | 12:33:08 | V1.00: Download API browser .CHM file |
Download area for acfValidator related files
Important note: the "Microsoft Jet OLE DB Provider" while a neccessary part of the acfValidator dll is not part of any installer! If you have not installed the "Jet OLE DB Provider" driver yet then go to the Microsoft Support Center to download the neccessary file or install the ACE.OleDB.16.32bit | ACE.OleDB.12.32bit drivers.
Date | Version | Description | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
18.06.25 | 1.00.018 | acfValidator with ACF1.1 and LKAAT 1.1 for developers only - cf. history Download acfValidator installer (22.8 MB) |
|||||||||||||
Versioning
Revision history This initial prototype of the acfValidator has been developed, though a key component, the DependencyTreeWalker, has not yet been incorporated. This functionality will be integrated into the subsequent version. The publication was expedited to enable developers to implement it against the validator. It is our intention that the interfaces remain stable and constant; however, we cannot guarantee this. The subsequent milestones entail the integration of the DependencyTreeWalker, the creation of the tariffs, and the implementation of the RestServer. The following text is intended to provide a comprehensive overview of the subject matter. Actions for developers: integrate Actions for end users: none |
|||||||||||||||
show older builds ... |
Parameters for a silent install / uninstall | |
Installation directory: INSTALLDIR=full_path_to_install_dir Optionally install a specific language part: ADDLOCAL={all | German | French | Italian} Silent install: migelValidatorInstaller.exe /s /v"/quiet INSTALLDIR=\"c:\my test\" ADDLOCAL=French " Silent uninstall: migelValidatorInstaller.exe /s /v"/quiet REMOVE=ALL INSTALLDIR=\"c:\my test\" " |