Sha256: 4e715d8e13feecef821c27332ee23e858faae552ed28d6568bbe5b91cf8e0405
Contents?: true
Size: 435 Bytes
Versions: 7
Compression:
Stored size: 435 Bytes
Contents
# encoding: UTF-8 class HL7::Message::Segment::EVN < HL7::Message::Segment weight 0 # should occur after the MSH segment add_field :type_code add_field :recorded_date do |value| convert_to_ts(value) end add_field :planned_date do |value| convert_to_ts(value) end add_field :reason_code add_field :operator_id add_field :event_occurred do |value| convert_to_ts(value) end add_field :event_facility end
Version data entries
7 entries across 7 versions & 1 rubygems