<style></style>

<script>
jQuery(function($) {
    // Function to force repaint/reflow
    function forceRepaint() {
        document.body.style.display = 'none';
        document.body.offsetHeight; // Force reflow
        document.body.style.display = 'block';
        window.dispatchEvent(new Event('resize'));
    }

    function closeAllOffCanvas(exceptID = null) {
        let anyOpen = false; // Track if another Off-Canvas remains open

        $(".e-off-canvas").each(function() {
            let canvasID = $(this).attr("id");

            if (!exceptID || canvasID !== exceptID) {
                $(this).removeClass("e-off-canvas-visible")
                       .addClass("e-off-canvas-hidden")
                       .attr("aria-hidden", "true")
                       .css({
                           "z-index": "10",
                           "visibility": "hidden",
                           "opacity": "0"
                       });

                // Full removal delay set to 0ms
                setTimeout(() => {
                    if ($(this).attr("aria-hidden") === "true") {
                        $(this).css("display", "none");
                    }
                }, 0);
            } else {
                anyOpen = true; // At least one Off-Canvas is still open
            }
        });

        // Remove white background delay set to 0ms
        setTimeout(() => {
            if (!$(".e-off-canvas-visible").length) {
                $("body").removeClass("off-canvas-active");
                forceRepaint(); // Force repaint when closing all
            }
        }, 0);
    }

    function openOffCanvas(targetID) {
        let targetCanvas = $(targetID);

        if (targetCanvas.length) {
            // Close all others EXCEPT the one we're opening
            closeAllOffCanvas(targetID);

            // Open immediately with delay set to 0ms
            setTimeout(() => {
                targetCanvas.removeClass("e-off-canvas-hidden")
                            .addClass("e-off-canvas-visible")
                            .attr("aria-hidden", "false")
                            .css({
                                "z-index": "9999",
                                "visibility": "visible",
                                "opacity": "1",
                                "display": "block"
                            });

                // Ensure the White Background Stays Visible
                $("body").addClass("off-canvas-active");
                
                // Force repaint after opening
                forceRepaint();

            }, 0);
        }
    }

    // Decode Base64
    function decodeBase64(str) {
        try {
            return atob(str);
        } catch (e) {
            return null;
        }
    }

    // Handle Elementor Off-Canvas OPEN clicks
    $(document).on('click', '[href*="elementor-action%3Aaction%3Doff_canvas%3Aopen"]', function(event) {
        event.preventDefault();
        let href = decodeURIComponent($(this).attr("href"));

        let base64Match = href.match(/settings=([^&]+)/);
        if (base64Match) {
            let decodedSettings = decodeBase64(base64Match[1]);

            try {
                let settingsObj = JSON.parse(decodedSettings);
                if (settingsObj.id) {
                    let offCanvasID = "#off-canvas-" + settingsObj.id;
                    openOffCanvas(offCanvasID);
                }
            } catch (e) {}
        }
    });

    // Handle Elementor Off-Canvas CLOSE clicks
    $(document).on('click', '[href*="elementor-action%3Aaction%3Doff_canvas%3Aclose"]', function(event) {
        event.preventDefault();
        closeAllOffCanvas();
    });

    // Ensure all Off-Canvas elements start hidden
    $(".e-off-canvas").each(function() {
        $(this).attr("aria-hidden", "true").css({
            "z-index": "10",
            "visibility": "hidden",
            "opacity": "0",
            "display": "none"
        });
    });

    // Handle same-page anchor link clicks
    $(document).on('click', 'a[href*="#"]', function(event) {
        let href = $(this).attr('href');
        if (href.indexOf('#') !== -1) {
            // Close all off-canvas widgets when an anchor link is clicked
            closeAllOffCanvas();
        }
    });

});
</script>
				
			
Dienstag, 17. September 2024, 12 Uhr, online - KI und regulatorische Rahmenbedingungen im Gesundheitswesen

AI and regulatory framework conditions in the healthcare sector

This post has been translated by an AI and may contain translational inaccuracies.

On September 17, 2024 at 12 noon, online

In this 90-minute session, you will gain a comprehensive insight into the basics of AI, the AI Act, MDR (Medical Device Regulation) and QMS (Quality Management Systems), as well as how they fit into the existing regulatory framework. The training ends with an open discussion about support services.

Take the opportunity to inform and network and register for our free online training on September 17 from 12-13:30, organized by ARIC in cooperation with the European Digital Innovation Hub Schleswig-Holstein (EDIH.SH).

The target group is SMEs, start-ups and administration from the healthcare, medical technology and related sectors.

Agenda:

  • Sassan Sangsari: Welcome and introductionSassan SangsariSassan Sangsari from ARIC is a medical doctor and med-tech entrepreneur. At ARIC, he deals with the topic of AI in medicine.
  • Jakob Mertes (ARIC): Introduction to AI

    Jakob Mertes is a Machine Learning Engineer at ARIC. (c) ARIC
    Jakob Mertes is a Machine Learning Engineer at ARIC and supports SMEs in the implementation and use of AI.

 

 

  • Sina Scholz (University of Lübeck): The EU AI Act
    Sina ScholzSina Scholz, graduate in business informatics and Master of Science (Data Science), works in the field of human-aware AI at the University of Lübeck, with a particular focus on good human-robot interactions. As an experienced AI expert, she supports SMEs in the areas of artificial intelligence, digitalization and AI governance at the Mittelstand-Digital Zentrum Schleswig-Holstein. She is particularly involved in the task force that explains the EU AI Act for SMEs.
  • Ludwig Pechmann: Certification of AI-based medical devices
    Ludwig Pechmann
    Ludwig Pechmann is Software Quality Manager at the University of Lübeck and supports the implementation of application-oriented (research) projects in the healthcare sector.
  • Conclusion and Q&A

Register for free via Eventbrite:

To the registration


This format is used within the EDIH Hamburg with the support of the EU and IFB Hamburg. #EDIHhamburg