Sha256: 77d5cec251f1fe9aa3e5c24d47654fc6d2f1521bbf3b1c973255f08dead152e4

Contents?: true

Size: 375 Bytes

Versions: 3

Compression:

Stored size: 375 Bytes

Contents

require_dependency "renalware"

##
# Backed by a SQL view, the patient summary is principally a set of counts fo various entities
# which hang off a patient, for example prescriptions_count, problems_count etc.
# These can be used for instance when building the patient navigation.
#
module Renalware
  module Patients
    class Summary < ApplicationRecord
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta7 app/models/renalware/patients/summary.rb
renalware-core-2.0.0.pre.beta6 app/models/renalware/patients/summary.rb
renalware-core-2.0.0.pre.beta5 app/models/renalware/patients/summary.rb