Sha256: 89994b97d5dc3e3d3e07080fe9f4166dcb1800cbd499824762055e7a22f95fdc
Contents?: true
Size: 367 Bytes
Versions: 11
Compression:
Stored size: 367 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware" module Renalware module LowClearance MDM_FILTERS = %w(urea hgb_low hgb_high on_worryboard supportive_care).freeze def self.table_name_prefix "low_clearance_" end def self.cast_patient(patient) ActiveType.cast(patient, ::Renalware::LowClearance::Patient) end end end
Version data entries
11 entries across 11 versions & 1 rubygems