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.2.0 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.1.1 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.1.0 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.0.6 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.0.5 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.0.4 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-3.0.3 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-2.2.1 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-2.2.0 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-2.1.4 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-2.1.3 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-2.1.2 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-2.1.1 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-2.1.0 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-2.0.0 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-1.0.1 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-1.0.0 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-0.8.1 lib/health-data-standards/models/metadata/pedigree.rb
health-data-standards-0.8.0 lib/health-data-standards/models/metadata/pedigree.rb