Posos Widgets JavaScript SDK
    Preparing search index...

    Interface DoseAndRate

    Amount of medication administered at one time (dose), and the rate at which the medication is administered (rate).

    interface DoseAndRate {
        doseQuantity?: Quantity | null;
        doseRange?: Range | null;
    }
    Index

    Properties

    doseQuantity?: Quantity | null

    A specific quantity to be administered.

    doseRange?: Range | null

    A range of quantities that may be administered.