Class: Oddb2xml::Calc::Composition
- Inherits:
-
Struct
- Object
- Struct
- Oddb2xml::Calc::Composition
- Defined in:
- lib/oddb2xml/calc.rb
Overview
Update of active substances, etc picked up from oddb.org/src/plugin/swissmedic.rb update_compositions
Instance Attribute Summary collapse
-
#galenic_form ⇒ Object
Returns the value of attribute galenic_form.
-
#label ⇒ Object
Returns the value of attribute label.
-
#route_of_administration ⇒ Object
Returns the value of attribute route_of_administration.
-
#source ⇒ Object
Returns the value of attribute source.
-
#substances ⇒ Object
Returns the value of attribute substances.
Instance Attribute Details
#galenic_form ⇒ Object
Returns the value of attribute galenic_form
161 162 163 |
# File 'lib/oddb2xml/calc.rb', line 161 def galenic_form @galenic_form end |
#label ⇒ Object
Returns the value of attribute label
161 162 163 |
# File 'lib/oddb2xml/calc.rb', line 161 def label @label end |
#route_of_administration ⇒ Object
Returns the value of attribute route_of_administration
161 162 163 |
# File 'lib/oddb2xml/calc.rb', line 161 def route_of_administration @route_of_administration end |
#source ⇒ Object
Returns the value of attribute source
161 162 163 |
# File 'lib/oddb2xml/calc.rb', line 161 def source @source end |
#substances ⇒ Object
Returns the value of attribute substances
161 162 163 |
# File 'lib/oddb2xml/calc.rb', line 161 def substances @substances end |