Sha256: b83655c9a44a3e4395c4c9c6447bd968f0314c86b36392c91c07f522863c4fd1
Contents?: true
Size: 512 Bytes
Versions: 7
Compression:
Stored size: 512 Bytes
Contents
# encoding: UTF-8 class HL7::Message::Segment::PRD < HL7::Message::Segment weight 2 add_field :provider_role add_field :provider_name add_field :provider_address add_field :provider_location add_field :provider_communication_information add_field :preferred_method_of_contact add_field :provider_identifiers add_field :effective_start_date_of_provider_role do |value| convert_to_ts(value) end add_field :effective_end_date_of_provider_role do |value| convert_to_ts(value) end end
Version data entries
7 entries across 7 versions & 1 rubygems