Sha256: 8fa94117a8f53eceeaa94f97ed766ed5a98230f386073a20f0b2bce7991ed071
Contents?: true
Size: 367 Bytes
Versions: 28
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).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
28 entries across 28 versions & 1 rubygems