Sha256: 9ed86c14e2adfc94113cea633b24eb1729ef9897a1c70f18e2ff292d562980f5

Contents?: true

Size: 314 Bytes

Versions: 25

Compression:

Stored size: 314 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, class_name: "Provider"

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

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
health-data-standards-3.5.0 lib/health-data-standards/models/qrda/header.rb
health-data-standards-3.4.6 lib/health-data-standards/models/qrda/header.rb
health-data-standards-3.4.5 lib/health-data-standards/models/qrda/header.rb
health-data-standards-3.4.4 lib/health-data-standards/models/qrda/header.rb
health-data-standards-3.4.3 lib/health-data-standards/models/qrda/header.rb