Looking for help!
NAME
SemanticWeb::Schema::DoseSchedule - A specific dosing schedule for a drug or supplement.
VERSION
version v23.0.0
DESCRIPTION
A specific dosing schedule for a drug or supplement.
ATTRIBUTES
dose_unit
doseUnit
The unit of the dose, e.g. 'mg'.
A dose_unit should be one of the following types:
Str
_has_dose_unit
A predicate for the "dose_unit" attribute.
dose_value
doseValue
The value of the dose, e.g. 500.
A dose_value should be one of the following types:
_has_dose_value
A predicate for the "dose_value" attribute.
frequency
How often the dose is taken, e.g. 'daily'.
A frequency should be one of the following types:
Str
_has_frequency
A predicate for the "frequency" attribute.
target_population
targetPopulation
Characteristics of the population for which this is intended, or which typically uses it, e.g. 'adults'.
A target_population should be one of the following types:
Str
_has_target_population
A predicate for the "target_population" attribute.
SEE ALSO
SemanticWeb::Schema::MedicalIntangible
SOURCE
The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2023 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)