General use of the labValidator ATL COM module

  • First create an instance of the labValidator COM module.
     
  • Set the role and place using SetRoleType and SetPlaceType properties.
    It is of uttermost importance to set the role/place since the rules regarding service records 4700.00 ff. are role/place dependent.
     
  • Open the lab database with the Open method from the ILabValidator interface.
    Set the localization language (if it differs from the default setting of German) using the SetLanguage from the ILabValidator interface.
     
  • The following steps may then be performed, until the labValidator 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 labValidator COM module instance.