lib/mida_vocabulary/vocabularies/schemaorg/pathologytest.rb in mida_vocabulary-0.2 vs lib/mida_vocabulary/vocabularies/schemaorg/pathologytest.rb in mida_vocabulary-0.2.2

- old
+ new

@@ -11,9 +11,12 @@ 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 + + # The type of tissue sample required for the test. + has_many 'tissueSample' end end end