Method: AQI::AnesthesiaCase#initialize
- Defined in:
- lib/aqi/anesthesia_case.rb
#initialize(options) ⇒ AnesthesiaCase
Returns a new instance of AnesthesiaCase.
10 11 12 13 14 15 |
# File 'lib/aqi/anesthesia_case.rb', line 10 def initialize() self.anesthesia_record_id = [:anesthesia_record_id] self.anesthesia_coverage = validate_anesthesia_coverage([:anesthesia_coverage]) self.anesthesia_staff_set = [:anesthesia_staff_set] || [] self.monitoring_set = [:monitoring_set] || [] end |