Class: Procedure

Inherits:
Entry show all
Defined in:
lib/health-data-standards/models/procedure.rb

Instance Method Summary collapse

Methods inherited from Entry

#==, #add_reference, #as_point_in_time, #calculate_hash!, from_event_hash, #hash, #identifier, #is_date_range?, #is_in_code_set?, #set_value, #status, #status=, time_to_s, #times_to_s, #to_hash, #usable?

Methods included from ThingWithCodes

#add_code, #codes_in_code_set, #codes_to_s, convert_codes_to_s, included, #preferred_code, #single_code_value?, #translation_codes

Instance Method Details

#shift_dates(date_diff) ⇒ Object



32
33
34
35
# File 'lib/health-data-standards/models/procedure.rb', line 32

def shift_dates(date_diff)
	super
	self.incisionTime = self.incisionTime.nil? ? nil : self.incisionTime + date_diff
end