Sha256: b4638e0873dae4843dd379622700c408fef2db569a5592a90fa4eab974f89136
Contents?: true
Size: 436 Bytes
Versions: 149
Compression:
Stored size: 436 Bytes
Contents
# frozen_string_literal: true 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
149 entries across 149 versions & 1 rubygems