Sha256: 98b231956e9a2f6f0c025a56423fe319da5ed29dbc662f875f7f33b61695eec3
Contents?: true
Size: 671 Bytes
Versions: 3
Compression:
Stored size: 671 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :DoseSchedule, 'mida_vocabulary/vocabularies/schemaorg/doseschedule' autoload :MedicalEntity, 'mida_vocabulary/vocabularies/schemaorg/medicalentity' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # A patient-reported or observed dosing schedule for a drug or supplement. class ReportedDoseSchedule < Mida::Vocabulary itemtype %r{http://schema.org/ReportedDoseSchedule}i include_vocabulary Mida::SchemaOrg::DoseSchedule include_vocabulary Mida::SchemaOrg::MedicalEntity include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems