Class: AQI::AnesthesiaDetails

Inherits:
Object
  • Object
show all
Defined in:
lib/aqi/anesthesia_detail.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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(options)
  self.intake_output_set_type = IntakeOutputSet.new(options.delete(:intake_output_set))
  self.intubation_details     = IntubationDetails.new(options.delete(:intubation_details))
end

Instance Attribute Details

#anesthesia_detils_setObject

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_typeObject

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_detailsObject

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_setObject

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