Sha256: 5e568309b239f6cca0f32df31ebe9ff55141b656e9aa61aad40b3fd89f4ab7df

Contents?: true

Size: 695 Bytes

Versions: 2

Compression:

Stored size: 695 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :MedicalTest, 'mida_vocabulary/vocabularies/schemaorg/medicaltest'
    autoload :MedicalEntity, 'mida_vocabulary/vocabularies/schemaorg/medicalentity'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # A medical test performed by a laboratory that typically involves examination of a tissue sample by a pathologist.
    class PathologyTest < Mida::Vocabulary
      itemtype %r{http://schema.org/PathologyTest}i
      include_vocabulary Mida::SchemaOrg::MedicalTest
      include_vocabulary Mida::SchemaOrg::MedicalEntity
      include_vocabulary Mida::SchemaOrg::Thing
    end

  end
end

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/pathologytest.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/pathologytest.rb