module Pueri

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.

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.

Public Class Methods

version() click to toggle source

Returns the Gem's current version.

@return [String] The Gem's current version.

# File lib/pueri/version.rb, line 14
def self.version
  @version
end