Class: Renalware::HD::ModalityDescription

Inherits:
Modalities::Description show all
Defined in:
app/models/renalware/hd/modality_description.rb

Defined Under Namespace

Classes: AugmentedModalityName

Instance Method Summary collapse

Methods inherited from Modalities::Description

#namespace, policy_class, #to_s

Instance Method Details

#augmented_name_for(patient) ⇒ Object



12
13
14
# File 'app/models/renalware/hd/modality_description.rb', line 12

def augmented_name_for(patient)
  AugmentedModalityName.new(name, patient).to_s
end

#to_symObject



8
9
10
# File 'app/models/renalware/hd/modality_description.rb', line 8

def to_sym
  :hd
end