Sha256: 580c7d94b4946fcb5917230c1edf6a4634051f5c618038c033994f1718ed85af
Contents?: true
Size: 317 Bytes
Versions: 10
Compression:
Stored size: 317 Bytes
Contents
module Renalware module Transplants WAITLIST_FILTERS = %w(active suspended active_and_suspended working_up status_mismatch).freeze def self.table_name_prefix "transplant_" end def self.cast_patient(patient) ActiveType.cast(patient, ::Renalware::Transplants::Patient) end end end
Version data entries
10 entries across 10 versions & 1 rubygems