The ATL COM module tardocValidator provides methods to
browse, search & validate records of the TARDOC tariff
browse, search & validate records of the TARDOC tariff
General use of the tardocValidator ATL COM module



- First create an instance of the tardocValidator COM module.
- Open the Tardoc database with the Open method from the ITardocValidator interface. Set the localization language (if it differs from the default setting of German) using the SetLanguage from the ITardocValidator interface.
- Fill the necessary combo boxes and other GUI elements using the methods provided by the ICatalog interface.
- Set the physician-, patient- and treatment-specific input data using the methods and properties from the ITardocInput interface. The input data are available to other interfaces within the same instance of the module.
- The following steps may then be performed, until the tardocValidator module instance is released:
- If the input data changes, set the new physician, patient and/or treatment input data using the methods and properties from the ITardocInput interface.
- Let the user search for a code (see the Search functions from the ISearch interface). Generate a selection list to let the user choose which additional codes he wants (see How to search for a code document...).
- Add the selected services to the AddService method from the IValidate interface.
- Release the tardocValidator COM module instance.