The ATL COM module migelValidator provides methods to
browse, search & validate records of the MiGeL tariff
browse, search & validate records of the MiGeL tariff
List of patches for managing the new tariff 454
As of 1.10.2021 the new tariff 454 - "MiGel for Care Provider" becomes active.
For providers who do not require the new tariff 454, no changes whatsoever are necessary in the access/control of the migelValidator100. The tag "454::" can now be prepended to each code variable to indicate/use the new tariff 454 instead of 452.
The following list shows the patches made to reach the goal of managing tariff 454.
- IMigelValidator interface
- GetFirstChapter method
One can prepend the tag ("454::" | "452::" | "") to the bstrCode variable to select the appropriate tariff catalog. Note, that the empty tag is the default, meaning to focus the chapter search onto the tariff 452.
- GetFirstChapter method
- ISearch interface
- SearchName method
One can prepend the tag ("454::" | "452::" | "") to the bstrCode variable to select the appropriate tariff catalog. Note, that the empty tag is the default, meaning to focus the code search onto the tariff 452.
- SearchCode method
One can prepend the tag ("454::" | "452::" | "") to the bstrCode variable to select the appropriate tariff catalog. Note, that the empty tag is the default, meaning to focus the naming search onto the tariff 452.
- OldCode property
Patched behavior, insofar as the used tariff number (454 | 452) is returned.
- SearchName method
- IValidate interface
- AddValidate method
One can prepend the tag ("454::" | "452::" | "") to the bstrCode variable to select the appropriate tariff catalog. Note, that the empty tag is the default, meaning to focus to tariff 452.
It is possible to mix services of both tariffs. However, there is not possibility to signal back the tariff number of a given service.
- AddValidate method