Sha256: 248d6ae79fe511badbdbc9bda1563f33cae3dffd3f89ed9497689e4de661ee99

Contents?: true

Size: 1.44 KB

Versions: 30

Compression:

Stored size: 1.44 KB

Contents

module AthenaHealth
  class Insurance < BaseModel
    attribute :affiliations,                        Array
    attribute :insuranceplanname,                   String
    attribute :insurancepackageid,                  Integer
    attribute :addresslist,                         Array
    attribute :insurancepolicyholdercountrycode,    String
    attribute :sequencenumber,                      Integer
    attribute :insuranceplanname,                   String
    attribute :insurancetype,                       String
    attribute :insurancepolicyholderlastname,       String
    attribute :insurancephone,                      String
    attribute :insuranceidnumber,                   String
    attribute :relationshiptoinsuredid,             Integer
    attribute :insuranceid,                         Integer
    attribute :insurancepolicyholder,               String
    attribute :insurancepolicyholderdob,            String
    attribute :eligibilitylastchecked,              String
    attribute :relationshiptoinsured,               String
    attribute :eligibilitystatus,                   String
    attribute :insurancepolicyholderfirstname,      String
    attribute :insurancepolicyholdersex,            String
    attribute :eligibilityreason,                   String
    attribute :insurancepolicyholdercountryiso3166, String
    attribute :eligibilitymessage,                  String
    attribute :ircname,                             String
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
athena_health-1.0.34 lib/athena_health/insurance.rb
athena_health-1.0.33 lib/athena_health/insurance.rb
athena_health-1.0.31 lib/athena_health/insurance.rb
athena_health-1.0.30 lib/athena_health/insurance.rb
athena_health-1.0.29 lib/athena_health/insurance.rb
athena_health-1.0.28 lib/athena_health/insurance.rb
athena_health-1.0.27 lib/athena_health/insurance.rb
athena_health-1.0.26 lib/athena_health/insurance.rb
athena_health-1.0.25 lib/athena_health/insurance.rb
athena_health-1.0.24 lib/athena_health/insurance.rb