Sha256: 98b67b78618953f6cabc6e97974ab49ad77d923cbba93663ae807396f8c32f42

Contents?: true

Size: 1022 Bytes

Versions: 62

Compression:

Stored size: 1022 Bytes

Contents

module ChangeHealth
  module Models
    module Eligibility
      class Provider < Hashie::Trash
        property :firstName, from: :first_name, required: false
        property :lastName, from: :last_name, required: false
        property :name, default: true, required: false
        property :npi, required: false
        property :organizationName, from: :organization_name, required: false
        property :payorId, from: :payer_id, required: false
        property :person, default: true, required: false
        property :providerCode, from: :provider_code, required: false
        property :providerName, from: :provider_name, required: false
        property :providerType, from: :provider_type, required: false
        property :referenceIdentification, from: :reference_identification, required: false
        property :serviceProviderNumber, from: :service_provider_number, required: false
        property :taxId, from: :tax_id, required: false

        alias_method :name?, :name
      end
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
change_health-6.1.1 lib/change_health/models/eligibility/provider.rb
change_health-6.1.0 lib/change_health/models/eligibility/provider.rb
change_health-6.0.0 lib/change_health/models/eligibility/provider.rb
change_health-5.18.0 lib/change_health/models/eligibility/provider.rb
change_health-5.17.0 lib/change_health/models/eligibility/provider.rb
change_health-5.16.0 lib/change_health/models/eligibility/provider.rb
change_health-5.15.0 lib/change_health/models/eligibility/provider.rb
change_health-5.14.0 lib/change_health/models/eligibility/provider.rb
change_health-5.12.0 lib/change_health/models/eligibility/provider.rb
change_health-5.11.0 lib/change_health/models/eligibility/provider.rb
change_health-5.10.0 lib/change_health/models/eligibility/provider.rb
change_health-5.9.0 lib/change_health/models/eligibility/provider.rb
change_health-5.8.1 lib/change_health/models/eligibility/provider.rb
change_health-5.8.0 lib/change_health/models/eligibility/provider.rb
change_health-5.7.0 lib/change_health/models/eligibility/provider.rb
change_health-5.6.0 lib/change_health/models/eligibility/provider.rb
change_health-5.5.0 lib/change_health/models/eligibility/provider.rb
change_health-5.4.2 lib/change_health/models/eligibility/provider.rb
change_health-5.4.1 lib/change_health/models/eligibility/provider.rb
change_health-5.4.0 lib/change_health/models/eligibility/provider.rb