SchemaMedicalEvidenceLevel enum
Level of evidence for a medical guideline. Enumerated type. See https://schema.org/MedicalEvidenceLevel
- Inheritance
- Implemented types
- Available extensions
Values
- evidenceLevelA → const SchemaMedicalEvidenceLevel
-
Data derived from multiple randomized clinical trials or meta-analyses.
const SchemaMedicalEvidenceLevel('https://schema.org/MedicalEvidenceLevel')
- evidenceLevelB → const SchemaMedicalEvidenceLevel
-
Data derived from a single randomized trial, or nonrandomized studies.
const SchemaMedicalEvidenceLevel('https://schema.org/MedicalEvidenceLevel')
- evidenceLevelC → const SchemaMedicalEvidenceLevel
-
Only consensus opinion of experts, case studies, or standard-of-care.
const SchemaMedicalEvidenceLevel('https://schema.org/MedicalEvidenceLevel')
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 SchemaMedicalEvidenceLevel 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<
SchemaMedicalEvidenceLevel> - A constant List of the values in this enum, in order of their declaration.