Sha256: ddbbe63a43126a58b5610d005817266004e34ffcc770500d02b37bceb7e8b369

Contents?: true

Size: 439 Bytes

Versions: 6

Compression:

Stored size: 439 Bytes

Contents

# frozen_string_literal: true

module AthenaHealth
  module Claim
    class Procedure < BaseModel
      attribute :transactionid, Integer
      attribute :allowableamount, String
      attribute :procedurecategory, String
      attribute :allowablemin, String
      attribute :proceduredescription, String
      attribute :chargeamount, String
      attribute :procedurecode, String
      attribute :allowablemax, String
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
athena_health-2.0.4 lib/athena_health/models/claim/procedure.rb
athena_health-2.0.3 lib/athena_health/claim/procedure.rb
athena_health-2.0.2 lib/athena_health/claim/procedure.rb
athena_health-2.0.1 lib/athena_health/claim/procedure.rb
athena_health-2.0.0 lib/athena_health/claim/procedure.rb
athena_health-1.0.51 lib/athena_health/claim/procedure.rb