You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="not-found-hint"><pclass="error-code">404</p><h1class="error-title">Page not found</h1><pclass="error-hint">That’s a Four-Oh-Four.</p></div><divclass="actions"><buttontype="button"class="action-button">Go back</button><buttontype="button"class="action-button">Take me home</button></div>
46
+
<divclass="not-found-hint"><pclass="error-code">404</p><h1class="error-title">Page not found</h1><pclass="error-hint">That’s a Four-Oh-Four.</p></div><divclass="actions"><buttontype="button"class="action-button"@click="goBack">Go back</button><buttontype="button"class="action-button"@click="goHome">Take me home</button></div>
excerpt: "The German Society for Medical Informatics, Biometry, and Epidemiology e.V. (GMDS) is an independent scientific and medical society with over 2,000 members. At the GMDS conference 2022, the Data Sharing Framework (DSF) was presented."
7
+
category:
8
+
- News
9
+
tags:
10
+
- News
11
+
- Events
12
+
- Tutorials
13
+
---
14
+
## GMDS Conference 2022
15
+
The German Society for Medical Informatics, Biometry, and Epidemiology e.V. (GMDS) is an independent scientific and medical society with over 2,000 members. At the GMDS conference, the Data Sharing Framework (DSF) was presented, accompanied by a tutorial on implementing Process Plugins for DSF version 0.9.x. You can watch the recordings of the event [here](https://www.youtube.com/playlist?list=PLsHs7HOt6jDMe3PNevpo-uGsDTWVSMsYZ)
16
+
17
+
##### Implementing BPMN Processes as DSF Process-Plugins
18
+
19
+
::: warning Outdated Tutorial
20
+
Please note that the version presented was designed for DSF < 1.0.0 and that namespaces and other aspects have changed since then. A more recent version of the Tutorial can be found [here](https://github.com/datasharingframework/dsf-process-tutorial).
21
+
:::
22
+
23
+
This [repository](https://github.com/highmed/dsf-process-tutorial) contains exercises to learn how to implement process plugins for the [Data Sharing Framework (DSF)](https://github.com/highmed/highmed-dsf). The tutorial is divided into several exercises that build on each other. For each exercise, a sample solution is provided in a separate branch. A recording of the opening remarks by H. Hund and R. Wettstein can be found on [YouTube](https://youtu.be/2AUPwQQQsPY?si=r1tWF3-q3Q4paYef). The slides of the opening remarks are available as a [PDF download](https://raw.githubusercontent.com/highmed/dsf-process-tutorial/main/exercises/figures/2022-08-21_GMDS_2022_DSF_Process_Tutorial.pdf).
Copy file name to clipboardExpand all lines: docs/src/community/events/tutorials/2023-05-30-MIE2023.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
---
2
2
title: MIE May 2023
3
3
icon: info
4
+
date: 2023-05-30
5
+
type: "news"
6
+
excerpt: "Between the 22nd and 25th of May, Medical Informatics Europe 2023 was held in Gothenburg, Sweden. It was organized by the European Federation for Medical Informatics (EFMI) and the Swedish Federation for Medical Informatics (SFMI). The DSF team presented its project and held a tutorial. An archived version of the tutorial can be read here."
0 commit comments