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.
       
     
  • 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.
       
     
  • 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.