Class: Mida::SchemaOrg::MedicalSpecialty

Inherits:
DataType::Enumeration show all
Defined in:
lib/mida_vocabulary/vocabularies/schemaorg/medicalspecialty.rb

Overview

Any specific branch of medical science or practice. Medical specialities include clinical specialties that pertain to particular organ systems and their respective disease states, as well as allied health specialties. Enumerated type.

Constant Summary collapse

VALID_VALUES =
[
  [::Mida::DataType::URL, %r{http://schema.org/}i]
]

Method Summary

Methods inherited from DataType::Enumeration

#initialize

Methods inherited from DataType::Generic

#==, #method_missing, parse, #to_s, #to_yaml

Constructor Details

This class inherits a constructor from Mida::DataType::Enumeration

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Mida::DataType::Generic