DrugStrength
Type name: DrugStrength
Extends MedicalIntangible
Name |
Type |
Description |
activeIngredient |
Text |
An active ingredient, typically chemical compounds and/or biologic substances. |
availableIn |
AdministrativeArea |
The location in which the strength is available. |
strengthUnit |
Text |
The units of an active ingredient's strength, e.g. mg. |
strengthValue |
Number |
The value of an active ingredient's strength, e.g. 325. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["DrugStrength is a type that provides information about the strength of a drug, including active ingredients, location availability, and strength units."],["It includes properties like activeIngredient, availableIn, strengthUnit, and strengthValue to describe the drug's composition and availability."],["This type extends MedicalIntangible, inheriting its properties and focusing specifically on drug strength details."]]],["The `DrugStrength` type, extending `MedicalIntangible`, specifies characteristics of a drug's potency. It includes the `activeIngredient` (text), `availableIn` (administrative area), `strengthUnit` (text like \"mg\"), and `strengthValue` (numerical value). These details define the drug's composition, the units used to measure its strength, the specific numerical value of the strength, and the area where it is accessible.\n"]]