class Hl7Order
Public Instance Methods
set_id(args)
click to toggle source
# File lib/ruby_astm/HL7/hl7_order.rb, line 3 def set_id(args) self.id = args[:patient_id] end
# File lib/ruby_astm/HL7/hl7_order.rb, line 3 def set_id(args) self.id = args[:patient_id] end