Skip to content

3poundhealth/framingham

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framingham

Ruby gem to implement Framingham Heart Study calculators
http://www.framinghamheartstudy.org

Installation

Add this line to your application's Gemfile:

gem 'framingham'

And then execute:

$ bundle

Or install it yourself as:

$ gem install framingham

Module: Framingham::Heartdisease#

        Defined in: framingham/heartdisease.rb

Usage

Public Class Methods

::eval(options) → Hash<​Symbol, Numeric>{:heart_age, :risk, :normal, :optimal} or Error String

        Evaluates Framingham::Heartdisease score

###   Parameters ###

options(Hash<​Symbol, Object>) (defaults to: {}) — initial context configuration

age:                      30..74  
blood_pressure:           90..200  
blood_pressure_treatment: true | false  
body_mass_index:          15..50  
diabetes:                 true | false  
gender:                   :male | :female  
smoker:                   true | false  

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Ruby gem to implement Framingham Heart Study calculators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published