physioValidator, a module capable of browsing,
querying, and validating physio therapy services.
physioValidator
    API DocBrowser   ·  Revision history
    Download area
    FAQ
 
home
system
integrators
search the
site
 

validator
modules
invoice
modules
credit
modules
miscellaneous
modules
tools

  Design by TMR AG
  © by sumex1.net
 
 
General use of the physioValidator ATL COM module

  • First create an instance of the physioValidator COM module.
     
  • Open the physio database with the Open method from the IPhysioValidator interface. Set the localization language (if it differs from the default setting of German) using the SetLanguage from the IPhysioValidator interface.
     
  • The following steps may then be performed, until the physioValidator module instance is released:
     
  • Let the user search for a code (see the Search functions from the ISearch interface).
     
  • Add the selected services to the AddService method from the IValidate interface.
     
  • Release the physioValidator COM module instance.