Sha256: 527a6fab4f1c5b7b13bc645de95a9407480af4e6d933d2d2b5205e1fc7bf665f

Contents?: true

Size: 290 Bytes

Versions: 5

Compression:

Stored size: 290 Bytes

Contents

module Qrda

  class Header
    include Mongoid::Document
    embeds_one :identifier, class_name: "Qrda::Id"
    embeds_many :authors
    embeds_one :custodian
    embeds_one :legal_authenticator
    embeds_many :performers

    field  :time , type: DateTime, default: Time.now
  end
  
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
health-data-standards-3.4.2 lib/health-data-standards/models/qrda/header.rb
health-data-standards-3.4.1 lib/health-data-standards/models/qrda/header.rb
health-data-standards-3.4.0 lib/health-data-standards/models/qrda/header.rb
health-data-standards-3.2.12 lib/health-data-standards/models/qrda/header.rb
health-data-standards-3.3.0 lib/health-data-standards/models/qrda/header.rb