Sha256: c9f2bc69076bb31ae72ac66d7a78a5ed918f32b68949821c5a15b8bb33edd915
Contents?: true
Size: 376 Bytes
Versions: 2
Compression:
Stored size: 376 Bytes
Contents
require_dependency "renalware" ## # Backed by a SQL view, the patient summary is principally a set of counts for 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.0.0.pre.beta9 | app/models/renalware/patients/summary.rb |
renalware-core-2.0.0.pre.beta8 | app/models/renalware/patients/summary.rb |