Class: AQI::AnesthesiaDetails
- Inherits:
-
Object
- Object
- AQI::AnesthesiaDetails
- Defined in:
- lib/aqi/anesthesia_detail.rb
Instance Attribute Summary collapse
-
#anesthesia_detils_set ⇒ Object
Returns the value of attribute anesthesia_detils_set.
-
#intake_output_set_type ⇒ Object
Returns the value of attribute intake_output_set_type.
-
#intubation_details ⇒ Object
Returns the value of attribute intubation_details.
-
#medications_total_set ⇒ Object
Returns the value of attribute medications_total_set.
Instance Method Summary collapse
-
#initialize(options) ⇒ AnesthesiaDetails
constructor
A new instance of AnesthesiaDetails.
Constructor Details
#initialize(options) ⇒ AnesthesiaDetails
Returns a new instance of AnesthesiaDetails.
5 6 7 8 |
# File 'lib/aqi/anesthesia_detail.rb', line 5 def initialize() self.intake_output_set_type = IntakeOutputSet.new(.delete(:intake_output_set)) self.intubation_details = IntubationDetails.new(.delete(:intubation_details)) end |
Instance Attribute Details
#anesthesia_detils_set ⇒ Object
Returns the value of attribute anesthesia_detils_set.
3 4 5 |
# File 'lib/aqi/anesthesia_detail.rb', line 3 def anesthesia_detils_set @anesthesia_detils_set end |
#intake_output_set_type ⇒ Object
Returns the value of attribute intake_output_set_type.
3 4 5 |
# File 'lib/aqi/anesthesia_detail.rb', line 3 def intake_output_set_type @intake_output_set_type end |
#intubation_details ⇒ Object
Returns the value of attribute intubation_details.
3 4 5 |
# File 'lib/aqi/anesthesia_detail.rb', line 3 def intubation_details @intubation_details end |
#medications_total_set ⇒ Object
Returns the value of attribute medications_total_set.
3 4 5 |
# File 'lib/aqi/anesthesia_detail.rb', line 3 def medications_total_set @medications_total_set end |