Update bestaande Aanlevermodule van HiX 6.1 naar HiX 6.2/HiX 6.3

Stappenplan voor het upgraden van HiX 6.1 naar 6.2 dan wel 6.3.

  1. Pas in beide configuratie bestanden de eigenschap QueryEpdVersie van “HiX/6.1” naar de juiste versie: 'HiX/6.2” of “HiX/6.3”. De SQL queries van HiX 6.2/6.3 zullen nu gebruikt worden.

  2. Werk bestaande maatwerkqueries (queries in de map scripts/HiX/Custom) bij op basis van de standaard queries uit de map scripts/HiX/6.2 of scripts/HiX/6.3.

    1. Voeg aan het capacities configuratie bestand in de sectie queryparameters de queryparameter hospital_location_id(s) toe:

    2. Syntax "hospital_location_id' : ["1"]

      1. Deze zijn te achterhalen via de volgende query:

SELECT
l.LOCATIONID
, l.PARENTID
, l.SHORTDESCR AS CODE
, l.SOURCELOCCODE
, l.BEDTYPE
FROM [dbo].[CSZISLIB_LOCATION] l WITH(NOLOCK)
WHERE 1=1
AND l.SOURCELOCCODE = 'HOSPITAL'
AND l.DEPRECATED = 0

  1. Verwijder eventuele bestaande filters op basis van locatie_code. Deze filters staan in de sectie Rules, voorbeeld:

"rules": [

{"column_names": ["location_code"],"values": ["MijnLocatie"],"type": "include"}

],

Dit betreft alleen de filter in het capacities configuratie bestand. De eventuele filtering in het presence configuratie bestand blijft benodigd!

 

Met deze stappen is de migratie richting HiX 6.2 of HiX 6.3 afgerond.