SchemaDrugPregnancyCategory enum
Categories that represent an assessment of the risk of fetal injury due to a drug or pharmaceutical used as directed by the mother during pregnancy. See https://schema.org/DrugPregnancyCategory
- Inheritance
- Implemented types
- Available extensions
Values
- fDAcategoryA → const SchemaDrugPregnancyCategory
-
A designation by the US FDA signifying that adequate and well-controlled studies have failed to demonstrate a risk to the fetus in the first trimester of pregnancy (and there is no evidence of risk in later trimesters).
const SchemaDrugPregnancyCategory('https://schema.org/DrugPregnancyCategory')
- fDAcategoryB → const SchemaDrugPregnancyCategory
-
A designation by the US FDA signifying that animal reproduction studies have failed to demonstrate a risk to the fetus and there are no adequate and well-controlled studies in pregnant women.
const SchemaDrugPregnancyCategory('https://schema.org/DrugPregnancyCategory')
- fDAcategoryC → const SchemaDrugPregnancyCategory
-
A designation by the US FDA signifying that animal reproduction studies have shown an adverse effect on the fetus and there are no adequate and well-controlled studies in humans, but potential benefits may warrant use of the drug in pregnant women despite potential risks.
const SchemaDrugPregnancyCategory('https://schema.org/DrugPregnancyCategory')
- fDAcategoryD → const SchemaDrugPregnancyCategory
-
A designation by the US FDA signifying that there is positive evidence of human fetal risk based on adverse reaction data from investigational or marketing experience or studies in humans, but potential benefits may warrant use of the drug in pregnant women despite potential risks.
const SchemaDrugPregnancyCategory('https://schema.org/DrugPregnancyCategory')
- fDAcategoryX → const SchemaDrugPregnancyCategory
-
A designation by the US FDA signifying that studies in animals or humans have demonstrated fetal abnormalities and/or there is positive evidence of human fetal risk based on adverse reaction data from investigational or marketing experience, and the risks involved in use of the drug in pregnant women clearly outweigh potential benefits.
const SchemaDrugPregnancyCategory('https://schema.org/DrugPregnancyCategory')
- fDAnotEvaluated → const SchemaDrugPregnancyCategory
-
A designation that the drug in question has not been assigned a pregnancy category designation by the US FDA.
const SchemaDrugPregnancyCategory('https://schema.org/DrugPregnancyCategory')
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 SchemaDrugPregnancyCategory 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<
SchemaDrugPregnancyCategory> - A constant List of the values in this enum, in order of their declaration.