Sha256: 74ee044e0d23ec79b25212a2ed57077606756ab18a53ed89bbdcfc955b99c9ab

Contents?: true

Size: 318 Bytes

Versions: 149

Compression:

Stored size: 318 Bytes

Contents

# frozen_string_literal: true

require_dependency "renalware/pathology/requests/frequency"

module Renalware
  module Pathology
    module Requests
      class Frequency::TwoMonthly < Frequency
        def observation_required?(last_observed_on)
          last_observed_on > 60
        end
      end
    end
  end
end

Version data entries

149 entries across 149 versions & 1 rubygems

Version Path
renalware-core-2.0.84 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.83 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.82 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.81 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.80 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.79 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.78 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.77 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.76 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.75 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.74 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.73 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.72 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.71 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.70 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.69 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.68 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.67 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.64 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.63 app/models/renalware/pathology/requests/frequency/two_monthly.rb