SchemaMedicalTrialDesign enum
Design models for medical trials. Enumerated type. See https://schema.org/MedicalTrialDesign
- Inheritance
- Implemented types
- Available extensions
Values
- doubleBlindedTrial → const SchemaMedicalTrialDesign
-
A trial design in which neither the researcher nor the patient knows the details of the treatment the patient was randomly assigned to.
const SchemaMedicalTrialDesign('https://schema.org/MedicalTrialDesign')
- internationalTrial → const SchemaMedicalTrialDesign
-
An international trial.
const SchemaMedicalTrialDesign('https://schema.org/MedicalTrialDesign')
- multiCenterTrial → const SchemaMedicalTrialDesign
-
A trial that takes place at multiple centers.
const SchemaMedicalTrialDesign('https://schema.org/MedicalTrialDesign')
- openTrial → const SchemaMedicalTrialDesign
-
A trial design in which the researcher knows the full details of the treatment, and so does the patient.
const SchemaMedicalTrialDesign('https://schema.org/MedicalTrialDesign')
- placeboControlledTrial → const SchemaMedicalTrialDesign
-
A placebo-controlled trial design.
const SchemaMedicalTrialDesign('https://schema.org/MedicalTrialDesign')
- randomizedTrial → const SchemaMedicalTrialDesign
-
A randomized trial design.
const SchemaMedicalTrialDesign('https://schema.org/MedicalTrialDesign')
- singleBlindedTrial → const SchemaMedicalTrialDesign
-
A trial design in which the researcher knows which treatment the patient was randomly assigned to but the patient does not.
const SchemaMedicalTrialDesign('https://schema.org/MedicalTrialDesign')
- singleCenterTrial → const SchemaMedicalTrialDesign
-
A trial that takes place at a single center.
const SchemaMedicalTrialDesign('https://schema.org/MedicalTrialDesign')
- tripleBlindedTrial → const SchemaMedicalTrialDesign
-
A trial design in which neither the researcher, the person administering the therapy nor the patient knows the details of the treatment the patient was randomly assigned to.
const SchemaMedicalTrialDesign('https://schema.org/MedicalTrialDesign')
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 SchemaMedicalTrialDesign 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<
SchemaMedicalTrialDesign> - A constant List of the values in this enum, in order of their declaration.