Sha256: 7cd141371b8a2c1a8c93721e499490f52dcf14520d33081c5d10d16cf21f6c15

Contents?: true

Size: 424 Bytes

Versions: 59

Compression:

Stored size: 424 Bytes

Contents

module Metadata
  class Pedigree
    include Mongoid::Document

    field :organization, type: String
    field :signature, type: String
    field :document_method, type: String
    field :derived, type: Boolean
    
    embeds_one :author, class_name: "Metadata::Author"
    embeds_many  :source_pedigrees, class_name: "Metadata::Pedigree"
    embeds_many  :source_documents, class_name: "Metadata::LinkInfo"
    
  end
end

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
health-data-standards-3.5.0 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.4.6 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.4.5 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.4.4 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.4.3 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.4.2 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.4.1 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.4.0 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.2.12 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.3.0 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.2.11 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.2.10 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.2.8 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.2.7 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.2.6 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.2.5 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.2.4 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.2.3 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.2.2 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.2.1 lib/health-data-standards/models/metadata/pedigree.rb