Query patient data from the PhysioNet Computing in Cardiology Challenge 2012 through a REST API
/patientsreturns an array of all patient ids/patients/:from/:toreturns an array of patient records with ids between:fromand:to/patients/skip/:skip/limit/:limitreturns an array of:limitpatient records starting from record:skip(not ordered)/patient/:idreturns a single patient record with id:id/patient/:id/flag/:timereturns the status i.e. a dictionary with the latest measurements for the patient with id:idat time:time, where:timeis in the formathh:mmwithhhin the range 0-47 andmmin the range 0-59