Sha256: cf731f7232284db507e60c36f7fb8fbaf4fc94771838ebcc7796117fbf62754c
Contents?: true
Size: 426 Bytes
Versions: 10
Compression:
Stored size: 426 Bytes
Contents
require_dependency "renalware/pathology" module Renalware module Pathology # Backed by a view, returns pathology results grouped by the day the observation # was made. Please check if this is used in code - it may not be, # However the underlying view is a useful way of investigating a patient's results # so please do not remove the view. class ObservationDigest < ApplicationRecord end end end
Version data entries
10 entries across 10 versions & 1 rubygems