Sha256: 8c3d76fc8900f1b2932a58393cd204604c588fc885414944b9f35124b2a02c70
Contents?: true
Size: 308 Bytes
Versions: 13
Compression:
Stored size: 308 Bytes
Contents
require "renalware/letters/part" module Renalware module Letters class Part::ClinicalObservations < Part delegate :height, :weight, :bp, :bmi, :urine_blood, :urine_protein, to: :event def to_partial_path "renalware/letters/parts/clinical_observations" end end end end
Version data entries
13 entries across 13 versions & 1 rubygems