Sha256: 5e6a854dc1d6eace6d41639f0cd38a9bd960618e8185dc25eb43a1d6d7bea157

Contents?: true

Size: 638 Bytes

Versions: 2

Compression:

Stored size: 638 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'

    # Any collection of tests commonly ordered together.
    class MedicalTestPanel < Mida::Vocabulary
      itemtype %r{http://schema.org/MedicalTestPanel}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/medicaltestpanel.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/medicaltestpanel.rb