browse, search & validate records of the TARDOC tariff
Overview
The tardocValidator is an ATL COM module which provides methods to browse, query, and validate records against the Tardoc catalog. The design goals of the module are to help you control the quality and standards compliance of the service records you construct.
When constructing a Tardoc record describing medical services, this module provides the services you need to ensure that the record complies with the complex coding rules defined by Tardoc. Step-by-step checks can be made as the user enters each new piece of information. Query methods allow the construction of selection lists on the fly, such that the user can always be presented with an appropriate range of choices. A complete record can also be validated as a whole.
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: | Monday, 11 August 2025 - 14:14:22 | |
Module version/date: | 1.00.001 | 11 Aug 2025 |
Interface version/date: | 1.00 | 11 Aug 2025 |
DB version/date: | 1.43 | 11 Aug 2025 |
Covering: | Tardoc 1.4c (1.43) from 08 Aug 2025 |
Tardoc tariff browser
The Tardoc tariff browser allows you to browse, view, and check the tariff positions of the Tardoc catalog. The tardocValidator internally uses excactly this tariff on one of the given languages for its query and validating services.
Date | Language | Description | |
---|---|---|---|
11.08.25 | German | Tardoc V1.43: | Tariffbrowser online @ OAAT Tariffbrowser online @ FMH |
11.08.25 | French | Tardoc V1.43: | Tariffbrowser online @ OAAT Tariffbrowser online @ FMH |
11.08.25 | Italian | Tardoc V1.43: | Tariffbrowser online @ OAAT Tariffbrowser online @ FMH |
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 |
---|---|---|
11.08.25 | 12:08:02 | V1.00: View API browser |
11.08.25 | 12:08:02 | V1.00: Download API browser .CHM file |
Download area for tardocValidator related files
Important note: This is the first implementation of the new Tardoc tariff, which is currently available as a beta version only. However, the final version of the tariff is not yet available, and due to the possibility of changes to the tariff, the COM interface could still change as well!
Date | Version | Description | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
11.08.25 | 1.00.001 | tardocValidator with TardDoc 1.4c for developers only - cf. history Download tardocValidator installer (15.0 MB) |
|||||||||||||
Versioning
Revision history
Actions for developers: install Actions for end users: do not use - not public |
|||||||||||||||
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: tardocValidatorInstaller.exe /s /v"/quiet INSTALLDIR=\"c:\my test\" ADDLOCAL=French " Silent uninstall: tardocValidatorInstaller.exe /s /v"/quiet REMOVE=ALL INSTALLDIR=\"c:\my test\" " |