The ATL COM module drugValidator provides methods to
search & validate price and affilitation of the SL list
search & validate price and affilitation of the SL list
General use of the drugValidator ATL COM module
- First create an instance of the drugValidator COM module.
- Open the drug database with the Open method from the IDrugValidator interface. Set the localization language (if it differs from the default setting of German) using the SetLanguage from the IDrugValidator interface.
- The following steps may then be performed, until the drugValidator module instance is released:
- Add the selected services to the AddService method from the IValidate interface.
- Release the drugValidator COM module instance.