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