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.147 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.146 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.145 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.144 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.143 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.142 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.141 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.140 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.139 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.138 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.137 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.136 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.135 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.134 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.133 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.132 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.131 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.130 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.129 app/models/renalware/pathology/requests/frequency/two_monthly.rb
renalware-core-2.0.128 app/models/renalware/pathology/requests/frequency/two_monthly.rb