Skip to content

Process Report Deployment v1.2.x.x

Reto Wettstein edited this page Sep 23, 2025 · 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.2.0.1.

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.2.0.1.jar to the DSF BPE folder /opt/bpe/process:

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

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

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

    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.

Clone this wiki locally