Sha256: ff6aa060befbcf45ac4ae88d97801247e269040b432f81bba8fddf711b617eb2
Contents?: true
Size: 336 Bytes
Versions: 17
Compression:
Stored size: 336 Bytes
Contents
require_dependency "renalware" module Renalware module LowClearance MDM_FILTERS = %w(urea hgb_low hgb_high on_worryboard).freeze # tx_candidates 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
17 entries across 17 versions & 1 rubygems