Versions Compared

Key

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

e

Table of Contents

Intro

EVS allows to manipulate vault contents using specific actors and specific patients, manually of based on previously exported vault contents.

...

Name

Values

Meaning
writeAsIstrue|false

false: All patient data from the source Kmehrmessage will be replaced by the correspondign data of the used input patient. Since the Kmehr data model is used for this transformation, it is possible that other Kmehr structure elements are slightly changed too.

true: The Kmehrmessage will be sent to the vault untouched. Use this when really no manipulation on the source Kmehrmessage is desired.

exportAfterUploadtrue|false

true: Each action, excepted "export" itself, should be followed by an export.

false: No export is needed after execution of the triggered action.

validateExportAfterUploadtrue|false

true: Each action should be followed by validation of the vault content.

false: No validation is needed.

generateGlobalMedicationSchemetrue|false

true: Each action should be followed by the generation of a global scheme visualisation PDF.

false: No global scheme visualisation is needed.

generateDailyMedicationSchemetrue|false

true: Each action should be followed by the generation of a daily scheme visualisation PDF.

false: No daily scheme visualisation is needed.

(warning) This EVS functionality is still under development!

 

Appendix A: Folder structure EVS 1.x.y

...

Path

Reserved

path

Reserved

name

Explanation
EVS      (error)(error)The root folder. The name and location can be freely chosen. Keep in mind that paths used in scenarios, patient and actor files are possibly impacted by changes to this!

 

\config     (tick)(tick)

Everything that defines the behaviour of EVS, configured as needed by the user.

  \actors    (tick)(tick)All the actors that can be used by EVS.
  \log4j    (tick)(tick)Settings of the log4j library. Please refer to https://logging.apache.org/log4j/2.x/manual/configuration.html for more explanation.
  \patients    (tick)(tick)All the patients that can be used by EVS.
 \exe     (tick)(tick) 
  \certificates    (error)(error)The certificates used in the actor configuration files.
  \exports    (tick)(error)

(tick)(error)

The folder were the EVS-exporter will put exported vault contents, see EVS_Manual
  \interaction    (tick)(tick) 
   \input   (tick)(tick) 
    \katrien  (tick)(error) 
     \gp_van_gucht (tick)(error) 
      \add(tick)(tick) 
      \empty(tick)(tick) 
      \export(tick)(tick) 
      \removeID(tick)(tick) 
      \removeREF(tick)(tick) 
      \replace(tick)(tick) 
      \updateID(tick)(tick) 
      \updateREF(tick)(tick) 
    \patient_template  (tick)(tick) 
   \processed   (tick)(tick) 
 

\scenarios

     (error)(error) 
  \basic_example    (error)(error) 
 \system     (tick)(tick) 
  \dependency-jars    (tick)(tick) 

...

NameSource

Subject version

"Version" from FetchDataEntriesResponse->Node as returned by the connector:

See http://www.vitalink.be/sites/default/files/atoms/files/Safe_Cookbook_API_v4%202.pdf

(warning) When the Kmehrmessage is returned by the Vitalink Gateway, this version can be found in folder/transaction[content/cd[text()='medicationscheme']/version.

Node version

"Version" from FetchDataEntriesResponse as returned by the connector.

(warning) When the Kmehrmessage is returned by the Vitalink Gateway, this version can be found in folder/transaction[content/cd[text()='medicationscheme']/version.

Date

Date

Today.

Time

Now.

Patient

Name of the patient as defined in the EVS configuration.

Nr of data entriesNumber of data entries in the vault as as returned by the connector.
Unique codeCode making the filename unique in case multiple exports where done in 1 second.
Actor"Person" from FetchDataEntriesResponse->UpdatedBy as returned by the connector.
Output suffixHard coded, depending on file type. For the validation file, the number of warnings and errors and possible failure are shown.
Output extensionHard coded, depending on file type.

When the export fails, an error file will be generated, which is the same behaviour as for the folder-triggerd export action of EVS.

Parameterisation

...

The next parameters can be passed when launching EVS:

Name

Values

Meaning
transactionTypemedication-scheme

This parameter is for future use. For the moment only 1 transaction type is supported.

patientsname(s) as defined in EVS configuration, comma separated

These is(are) the patient(s) that will be used for exporting.

actorname as defined in EVS configuration

These is the actor that will be used for exporting.

exportDirdefault "..\exe\exports"

This is the path where the output files will be generated. This location can be freely chosen.

generateDailyMedicationSchemetrue|false

true: Each action should be followed by the generation of a daily scheme visualisation PDF.

false: No daily scheme visualisation is needed.

(warning) This EVS functionality is still under development!