Sha256: e209fcf1574d7cb46ec7645f4da14c300984cb8e2ffdbdb0174ffe128889336a

Contents?: true

Size: 867 Bytes

Versions: 2

Compression:

Stored size: 867 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :MedicalStudy, 'mida_vocabulary/vocabularies/schemaorg/medicalstudy'
    autoload :MedicalEntity, 'mida_vocabulary/vocabularies/schemaorg/medicalentity'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # A medical trial is a type of medical study that uses scientific process used to compare the safety and efficacy of medical therapies or medical procedures. In general, medical trials are controlled and subjects are allocated at random to the different treatment and/or control groups.
    class MedicalTrial < Mida::Vocabulary
      itemtype %r{http://schema.org/MedicalTrial}i
      include_vocabulary Mida::SchemaOrg::MedicalStudy
      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/medicaltrial.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/medicaltrial.rb