Sha256: ca294182c3d47d83a6c621eed76922fda680962becda3fd6b379bdc66b96e7a3
Contents?: true
Size: 405 Bytes
Versions: 22
Compression:
Stored size: 405 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 self.primary_key = :id end end end
Version data entries
22 entries across 22 versions & 1 rubygems