Medical Device Software Development Short Course

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 มิ.ย. 2024
  • This is a short course on medical device software development. The goal is to give you a basic understanding of some key concepts relating to the development of medical device software.
    The short course is also a preview of the full online course: Introduction to Software for Medical Devices and IEC 62304 that will be available on: medicaldevicehq.com/iec62304
    Don't miss checking out the online course Introduction to SaMD and IEC 82304-1:
    medicaldevicehq.com/introduct...
    Starting October 2023, the templates mentioned in the video are no longer available for free on Medical Device HQ. However, more comprehensive paid versions are now accessible via this link:
    medicaldevicehq.com/templates/.
    We offer premium templates for free to our newsletter subscribers. Instant access to some templates is granted upon subscription. Others will be distributed periodically as part of our newsletter email campaigns.
    Chapters:
    00:00 Introduction
    00:24 About the instructor
    01:10 Who is this course for?
    01:18 Learning goals
    01:53 Introduction to the IEC 62304 standard
    02:55 Key elements of the IEC 62304 standard
    04:09 The scope of the IEC 62304 standard
    07:19 Scrum (Agile) vs IEC 62304
    09:14 Medical software safety classification
    10:20 Medical software development planning
    11:08 Documenting software development planning
    13:34 What is legacy software?
    14:02 How to use the legacy clause
    16:41 Configuration management in software development
    17:33 Version control systems
    20:01 Understanding probability of occurrence of harm
    22:22 Additional help and resources
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 21

  • @christiankaestner6511
    @christiankaestner6511 3 ปีที่แล้ว +9

    Thank you to all viewers and likers of this video - much appreciated!! What would you like to know more about when working with medical device software? Please leave your suggestions below and remember to subscribe for upcoming videos!

  • @sundaraut
    @sundaraut ปีที่แล้ว

    Very good and detailed Information

  • @robertlongoria765
    @robertlongoria765 3 ปีที่แล้ว +2

    Thanks for the valuable content..

  • @hannahm9259
    @hannahm9259 3 ปีที่แล้ว +2

    Thank you very much sir!

  • @mrugeshpatel5684
    @mrugeshpatel5684 2 ปีที่แล้ว +3

    Hello i am a biomedical engineering student in india this video was helpful for me for my project work thank you 😊

  • @lukaspetrikas6320
    @lukaspetrikas6320 2 หลายเดือนก่อน

    But how do you get approved for IEC 62304. You have mentioned a few things that must be done regarding version control, documentation and etc. Do you have to provide the source code to whoever is issuing the certificates for them to analyze everything in order to confirm that you are fully compliant?

  • @mahesha7953
    @mahesha7953 4 ปีที่แล้ว

    Please provide Quality Assurance Engineer roles and responsibilities in medical device

    • @christiankaestner6511
      @christiankaestner6511 3 ปีที่แล้ว

      It depends. There is no formal definition for the role "Quality Assurance Engineer", therefore it is organisation dependent.

  • @bmistry5923
    @bmistry5923 2 ปีที่แล้ว

    @MedicalDeviceHQ Does the battery powered medical device need to comply this standard for the MCU firmware (baremetal and not OS) or its applicable to PC based software with OS?

    • @christiankaestner6511
      @christiankaestner6511 2 ปีที่แล้ว +2

      Yes, any software including firmware developed for the purpose of being embedded in a medical device should comply with the standard. You find the following in the scope of IEC 62304: "This standard applies to the development and maintenance of medical device software when software is itself a medical device or when software is an embedded or integral part of the final medical device."

    • @bmistry5923
      @bmistry5923 2 ปีที่แล้ว

      @@christiankaestner6511 Thanks. Lets say a wearable ECG monitoring device which only collects ECG data and transfers it to a Mobile device(Phone/Tablet) where the Software displays the actual ECG waveform. In this case Mobile App must comply with 62304 however the Firmware of wearable device needs to be 62304 compliant?

    • @christiankaestner6511
      @christiankaestner6511 ปีที่แล้ว +1

      @@bmistry5923 If the "wearable ECG monitoring device" is classified as a medical device, your firmware should be IEC 62304 compliant. IEC 62304 does not make a difference between software types.

    • @arnoudt
      @arnoudt ปีที่แล้ว

      @@christiankaestner6511 Thanks for the video! Related to the original question, where in the MDR can I find the requirement to follow this standard? My understanding is that it is not the IEC 62304 standard that requires its use, but only the MDR (per article 8 or 9). Yet, the list of harmonised standards (art. 8) published by the European Commission (ec.europa.eu/docsroom/documents/50115) does not include IEC 62304. Where can I find the requirement to follow this standard?

  • @ashbird7508
    @ashbird7508 3 ปีที่แล้ว

    What are the challenges you will faceduring development of Software as a medical device? How ill you overcome the challenges?

    • @christiankaestner6511
      @christiankaestner6511 3 ปีที่แล้ว

      I would say that the single biggest challenge is that you have to show external reviewers evidence of your hard and good work. For example, it does not suffice to say: "I have tested the software." You also have to document how you did the test and what the results were.
      Many "newbies" underestimate the workload and end up re-creating software documentation afterwards. Usually, this is both painful and inefficient.
      My recommendation is to prepare yourself by studying the requirements of IEC 62304 to understand the expectations when developing medical device software fully.
      I know I am biased, but may I recommend this course:
      medicaldevicehq.com/introduction-to-software-for-medical-devices-and-iec62304-online-course/

  • @akshayr6001
    @akshayr6001 2 ปีที่แล้ว

    Is there a good software to implement QMS for developing a SAMD (Software as medical device)?

    • @christiankaestner6511
      @christiankaestner6511 ปีที่แล้ว +2

      I don't know of any "silver-bullet" application solving all QMS challenges for SaMD development. I recommend you start by looking at the tools you already use in your daily SaMD development work and assess what additional support you need for your QMS.
      For example, an existing ticket system can most likely be customized to manage change requests, CAPA, complaints handling, and keeping track of bugs.