Sha256: 875539b3602fa93f03001466f4b081600a4c13609703983377ee80a1514f2040

Contents?: true

Size: 193 Bytes

Versions: 5

Compression:

Stored size: 193 Bytes

Contents

class Transfer
  include Mongoid::Document
  include Mongoid::Attributes::Dynamic
  include ThingWithCodes

  field :time, type: Integer 

  embedded_in :encounter, class_name: "Encounter"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
health-data-standards-3.6.1 lib/health-data-standards/models/transfer.rb
health-data-standards-3.5.3 lib/health-data-standards/models/transfer.rb
health-data-standards-3.5.2 lib/health-data-standards/models/transfer.rb
health-data-standards-3.5.1 lib/health-data-standards/models/transfer.rb
health-data-standards-3.5.0 lib/health-data-standards/models/transfer.rb