Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titlePre-configuration

Due to GDPR, EVS is not configured to work out-of-the-box after initial installation anymore.

Configuration needed to have EVS working in no time:

  • an actor (with an active acc-key (for Vitalink))
  • a patient


It is strongly advised to test EVS with this pre-configuration before changing the extra configuration for your own needs. Once this test is executed successfully, one should start using his own configuration.

...

Code Block
languagexml
titleAcceptation key location in actor config file
collapsetrue
<authenticationConfiguration>
    <evs>
        <type>fallback</type>
        <certificates>
            <certificate>
                <type>identification</type>
                <path>..\config\certificates\SSIN=[INSS+SPECIAL CODE].acc-p12</path>
                <password>[PW]</password>
            </certificate>
        </certificates>
    </evs>
    <ehealth>
        <entry>kmehr.hubservicev3.software.id.local.value.1=[VITALINK ACC-KEY]</entry>
        <entry>user.inss=[INSZ]</entry>
        <entry>user.nihii=[NIHII]</entry>
        <entry>user.firstname=[FIRSTNAME]</entry>
        <entry>user.lastname=[LASTNAME]</entry>
        <entry>careprovider.inss=${user.inss}</entry>
        <entry>careprovider.nihii=${user.nihii}</entry>
        <entry>careprovider.firstname=${user.firstname}</entry>
        <entry>careprovider.lastname=${user.lastname}</entry>
...

...

This action will update the transactions that belong to transactiontype "Diarynote" identified by the EVS REF in the input file.

Which actions for PopulationBasedScreening?

Action "export"

This action will export the contents of the vault that belong to transactiontype "PopulationBasedScreening", without any change to the vault itself. EVS will do this action once for each dropped file, without parsing this file.

Which actions for ChildRecord?

Action "export"

This action will export the contents of the vault that belong to transactiontype "ChildRecord", without any change to the vault itself. EVS will do this action once for each dropped file, without parsing this file.

Which actions for Vaccination?

Action "export"

This action will export the contents of the vault that belong to transactiontype "Vaccination", without any change to the vault itself. EVS will do this action once for each dropped file, without parsing this file.

An overview pdf is generated automatically at the end of the export, visualizing all vaccinations of this patient in 1 list.

Processed-folder

After execution of an action a variable number of output files are generated in the processed folder.

...