Module: Renalware::Pathology::Requests::FrequencyMethods

Extended by:
ActiveSupport::Concern
Included in:
GlobalRuleSet, PatientRule
Defined in:
app/models/concerns/renalware/pathology/requests/frequency_methods.rb

Instance Method Summary collapse

Instance Method Details

#frequencyObject



16
17
18
# File 'app/models/concerns/renalware/pathology/requests/frequency_methods.rb', line 16

def frequency
  "Renalware::Pathology::Requests::Frequency::#{frequency_type}".constantize.new
end