ADI10HERO / PH-SEDEV

Philips Healthcare's Sierra ECG format Data Extractor and Visualizer (PH-SEDEV)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Philips Healthcare's Sierra ECG format Data Extractor and Visualizer (PH-SEDEV)

Extracts data via Node package by Christopher Watford, find the package here

How to Run

  • Place your xml file in the directory
  • Change the filename hardcoded in the index.js file or rename your XML file as "sample.xml"
  •  (env) ~> npm i
     (env) ~> node index.js
     # check files generated in output_files directory
     (env) ~> python visualize.py

Contributing Guide

  • Fork
  • Try to solve issues/TODO's
  • Make PR

About

Philips Healthcare's Sierra ECG format Data Extractor and Visualizer (PH-SEDEV)

License:MIT License


Languages

Language:Python 66.8%Language:JavaScript 33.2%