0.0.9 • Published 2 years ago

@seanvelasco/ecg v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@seanvelasco/ecg

Installation

npm install @seanvelasco/ecg

Usage

import ECG from "@seanvelasco/ecg"
import fs from 'fs'

const xmlFile = fs.readFileSync("ecg.xml")

const ecg = new ECG(xmlFile)

const image = ecg.plot()

fs.writeFileSync("image.svg", image)

Parsing different XML formats

  • Philips XML
  • Mindray MR XML
  • GE MUSE XML
  • HL7 FDA

Preparing the data

  • reconstitute

  • normalize

  • downsample

Plotting the data

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago