Skip to content

Query patient data from the PhysioNet Computing in Cardiology Challenge 2012

Notifications You must be signed in to change notification settings

CriticalCare/PhysioNetAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query patient data from the PhysioNet Computing in Cardiology Challenge 2012 through a REST API

  • /patients returns an array of all patient ids
  • /patients/:from/:to returns an array of patient records with ids between :from and :to
  • /patients/skip/:skip/limit/:limit returns an array of :limit patient records starting from record :skip (not ordered)
  • /patient/:id returns a single patient record with id :id
  • /patient/:id/flag/:time returns the status i.e. a dictionary with the latest measurements for the patient with id :id at time :time, where :time is in the format hh:mm with hh in the range 0-47 and mm in the range 0-59

About

Query patient data from the PhysioNet Computing in Cardiology Challenge 2012

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published