medicationbeforedive

Occurrence

optional, single

Attributes

Description

Inside <medicationbeforedive> all drugs taken before the dive can be listed. For a more detailed description of every drug the <medicine> element is used which may appear as often as necessary inside <medicationbeforedive>.

If <medicationbeforedive> is set, at least one <medicine> element must be given, too.

Parent Elements

<informationbeforedive>

Child Elements

<medicine>

See Also

<alcoholbeforedive>, <anysymptoms>, <dive>, <equipmentmalfunction>, <exercisebeforedive>, <exposuretoaltitude>, <informationafterdive>, <medicine> <problems>, <stateofrestbeforedive>, <thermalcomfort>, <workload>

Examples

(see also <dive>)

<medicationbeforedive>
<!-- if <medicationbeforedive> is given at least one <medicine> section must appear -->
    <medicine id="med_paracetamol">
        <name>Paracetamol</name>
        <!-- not periodically taken -->
        <periodicallytaken>no</periodicallytaken>
        <!-- taken five hours before the dive -->
        <timespanbeforedive>18000.0</timespanbeforedive>
        <notes>
            <para>
                Taken five hours before the planned start of the dive because
                a severe headache was coming up...
            </para>
        </notes>
    </medicine>
    <medicine id="med_abc">
        <!-- here description of another drug taken before the dive -->
    </medicine>
    <!-- here more descriptions of additional drugs taken can follow -->
</medicationbeforedive>