Sha256: 277f70c454e31596cb3d79703c2d1e5794fad0a2774b31934229f2170a6ce3ac

Contents?: true

Size: 179 Bytes

Versions: 19

Compression:

Stored size: 179 Bytes

Contents

class ProviderPerformance
  include Mongoid::Document
  
  field :start_date, type: Integer
  field :end_date, type: Integer
  
  belongs_to :provider
  embedded_in :record
  
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
health-data-standards-3.1.1 lib/health-data-standards/models/provider_performance.rb
health-data-standards-3.1.0 lib/health-data-standards/models/provider_performance.rb
health-data-standards-3.0.6 lib/health-data-standards/models/provider_performance.rb
health-data-standards-3.0.5 lib/health-data-standards/models/provider_performance.rb
health-data-standards-3.0.4 lib/health-data-standards/models/provider_performance.rb
health-data-standards-3.0.3 lib/health-data-standards/models/provider_performance.rb
health-data-standards-2.2.1 lib/health-data-standards/models/provider_performance.rb
health-data-standards-2.2.0 lib/health-data-standards/models/provider_performance.rb
health-data-standards-2.1.4 lib/health-data-standards/models/provider_performance.rb
health-data-standards-2.1.3 lib/health-data-standards/models/provider_performance.rb
health-data-standards-2.1.2 lib/health-data-standards/models/provider_performance.rb
health-data-standards-2.1.1 lib/health-data-standards/models/provider_performance.rb
health-data-standards-2.1.0 lib/health-data-standards/models/provider_performance.rb
health-data-standards-2.0.0 lib/health-data-standards/models/provider_performance.rb
health-data-standards-1.0.1 lib/health-data-standards/models/provider_performance.rb
health-data-standards-1.0.0 lib/health-data-standards/models/provider_performance.rb
health-data-standards-0.8.1 lib/health-data-standards/models/provider_performance.rb
health-data-standards-0.8.0 lib/health-data-standards/models/provider_performance.rb
health-data-standards-0.7.1 lib/health-data-standards/models/provider_performance.rb