Class: Hl7Order

Inherits:
Order show all
Defined in:
lib/ruby_astm/HL7/hl7_order.rb

Instance Attribute Summary

Attributes inherited from Order

#action_code, #date_time, #id, #priority, #results, #sequence_number, #specimen_type, #tests

Instance Method Summary collapse

Methods inherited from Order

#build_response, #initialize, #results_values_hash, #set_action_Code, #set_date_time, #set_priority, #set_sequence_number, #set_specimen_type, #set_tests

Constructor Details

This class inherits a constructor from Order

Instance Method Details

#set_id(args) ⇒ Object



3
4
5
# File 'lib/ruby_astm/HL7/hl7_order.rb', line 3

def set_id(args)
	self.id = args[:patient_id]
end