Module: Pueri
- Defined in:
- lib/pueri.rb,
lib/pueri/age.rb,
lib/pueri/vax.rb,
lib/pueri/neuro.rb,
lib/pueri/version.rb,
lib/pueri/dosecalc.rb,
lib/pueri/dosecheck.rb
Overview
This module is a support for physicians and nurses who work on Primary Care with children age 12 and younger. It calculates the child’s age and outputs an optimal vaccination scheme for such age, based on Brazil’s National Program of Immunization (PNI), using the 2019 uptade.
Defined Under Namespace
Classes: Age, DoseCalc, DoseCheck, Neuro, Vax
Class Method Summary collapse
-
.version ⇒ String
Returns the Gem’s current version.
Class Method Details
.version ⇒ String
Returns the Gem’s current version.
14 15 16 |
# File 'lib/pueri/version.rb', line 14 def self.version @version end |