Skip to content

A ECG detection platform based on Qt(Python) interface.

License

Notifications You must be signed in to change notification settings

muyuuuu/ECG-Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECG detection platform design

Data Source

https://www.physionet.org/content/mitdb/1.0.0/

Dependences

  • mfdb 2.2.1
  • PyQt5 5.14.2
  • pyqtgraph 0.10.0
  • qdarkstyle 2.8.1
  • python 3.8.2

Function

  • Display the patient's electrocardiogram dynamically, triggered when the ComboBox changes the index which the index is the unique number of patient.
  • The theme color and line width can be modified in the settings interface which Click the set button will open.
  • Click the help button will open help documention.
  • Click the pause button will pause electrocardiogram play.
  • Click the save button to store the current electrocardiogram as picture when the electrocardiogram is pausing.
  • Click playback button will replay electrocardiogram.
  • Click save data button will save patient data.
  • Click the patient_table_data will make a table which containing all patient cases (Include age, gender, medication, etc).

Result

Intro

  1. draft folder: only test code, not contained in main progarm.
  2. python mainwindow.py will run.

About

A ECG detection platform based on Qt(Python) interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages