Sha256: feee2c68eccfb146fcd6d009f28790efa351b6b368c5e3863499e8ddd0e3718c
Contents?: true
Size: 381 Bytes
Versions: 110
Compression:
Stored size: 381 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 tx_candidates).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
110 entries across 110 versions & 1 rubygems