SchemaMedicineSystem enum
Systems of medical practice. See https://schema.org/MedicineSystem
- Inheritance
- Implemented types
- Available extensions
Values
- ayurvedic → const SchemaMedicineSystem
-
A system of medicine that originated in India over thousands of years and that focuses on integrating and balancing the body, mind, and spirit.
const SchemaMedicineSystem('https://schema.org/MedicineSystem')
- chiropractic → const SchemaMedicineSystem
-
A system of medicine focused on the relationship between the body's structure, mainly the spine, and its functioning.
const SchemaMedicineSystem('https://schema.org/MedicineSystem')
- homeopathic → const SchemaMedicineSystem
-
A system of medicine based on the principle that a disease can be cured by a substance that produces similar symptoms in healthy people.
const SchemaMedicineSystem('https://schema.org/MedicineSystem')
- osteopathic → const SchemaMedicineSystem
-
A system of medicine focused on promoting the body's innate ability to heal itself.
const SchemaMedicineSystem('https://schema.org/MedicineSystem')
- traditionalChinese → const SchemaMedicineSystem
-
A system of medicine based on common theoretical concepts that originated in China and evolved over thousands of years, that uses herbs, acupuncture, exercise, massage, dietary therapy, and other methods to treat a wide range of conditions.
const SchemaMedicineSystem('https://schema.org/MedicineSystem')
- westernConventional → const SchemaMedicineSystem
-
The conventional Western system of medicine, that aims to apply the best available evidence gained from the scientific method to clinical decision making. Also known as conventional or Western medicine.
const SchemaMedicineSystem('https://schema.org/MedicineSystem')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
Enum value as a string
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJsonLd(
) → String - Serialize SchemaMedicineSystem to JSON-LD
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SchemaMedicineSystem> - A constant List of the values in this enum, in order of their declaration.