Class: DZero::Segments::ResponseCoordOfBenefits

Inherits:
Base
  • Object
show all
Defined in:
lib/dzero/segments/28_response_coord_of_benefits.rb

Instance Attribute Summary

Attributes inherited from Base

#hash

Class Method Summary collapse

Methods inherited from Base

#[], #[]=, build, get_field_by_symbol, get_klass_by_identifier, get_klass_by_symbol, get_symbol_by_field, inherited, #initialize, #merge, register_segment

Methods included from Concerns::Serializer

#to_json, #to_s

Methods included from Concerns::Parser

included

Constructor Details

This class inherits a constructor from DZero::Segments::Base

Class Method Details

.field_id_to_symbolObject



5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# File 'lib/dzero/segments/28_response_coord_of_benefits.rb', line 5

def self.field_id_to_symbol
  super.merge({
    'NT' => :other_payer_id_count,
    '5C' => :other_payer_coverage_type,
    '6C' => :other_payer_id_qualifier,
    '7C' => :other_payer_id,
    'MH' => :other_payer_processor_control_number,
    'NU' => :other_payer_cardholder_id,
    'MJ' => :other_payer_group_id,
    'UV' => :other_payer_person_code,
    'UB' => :other_payer_help_desk_phone_number,
    'UW' => :other_payer_patient_relationship_code,
    'UX' => :other_payer_benefit_effective_date,
    'UY' => :other_payer_benefit_termination_date,
  })
end