Skip to content

Process Report Deployment v1.1.x.x

Reto Wettstein edited this page Nov 10, 2024 · 2 revisions

Deploying the report process plugin to the DSF involves copying the process jar-file and configuring environment variables for the business process engine (BPE). Information of fixed issues and new features see Release Notes v1.1.2.0.

Prerequisites

  • A DSF installation of version 1.0.0 or higher. An installation guide can be found here.

Deployment

  • Add the mii-process-report-1.1.2.0.jar to the DSF BPE folder /opt/bpe/process:

     wget https://github.com/medizininformatik-initiative/mii-process-report/releases/download/v1.1.2.0/mii-process-report-1.1.2.0.jar
    
  • Make sure the process is readable by the bpe user or group, for example by executing:

    sudo chmod 440 mii-process-report-1.1.2.0.jar
    sudo chown root:bpe mii-process-report-1.1.2.0.jar
    
  • Modify the process exclude config in /opt/bpe/docker-compose.yml

    • DIC:
    @@ +45,1 @@
           DEV_DSF_BPE_PROCESS_EXCLUDED: |
    +        medizininformatik-initiativede_reportReceive|1.1
    • HRP:
    @@ +45,2 @@
           DEV_DSF_BPE_PROCESS_EXCLUDED: |
    +        medizininformatik-initiativede_reportAutostart|1.1
    +        medizininformatik-initiativede_reportSend|1.1

    Additional processes may be listed in your process exclude config.

Configuration

  • The configuration of the report process is described here.

Preparations & Starting the Report Autostart/Send Process

  • How to prepare the HRP DSF FHIR server as well as how to start/stop the report autostart process and to start the report send process at a DIC is described here.