Sha256: e249ea609d7fbaa137effae49a3b6c9d913e9b97f89130076c7167a709ff2a53
Contents?: true
Size: 339 Bytes
Versions: 158
Compression:
Stored size: 339 Bytes
Contents
# frozen_string_literal: true module Renalware module LowClearance class MDMPresenter < Renalware::MDMPresenter def low_clearance @low_clearance ||= begin LowClearance.cast_patient(patient).profile&.document || Renalware::LowClearance::ProfileDocument.new end end end end end
Version data entries
158 entries across 158 versions & 1 rubygems