Posos Widgets JavaScript SDK
    Preparing search index...

    Interface MaxDosePerPeriod

    Specifies the maximum amount of medication allowed to be administered within a given time period.

    interface MaxDosePerPeriod {
        denominator?: Quantity | null;
        numerator?: Quantity | null;
    }
    Index

    Properties

    denominator?: Quantity | null

    The time period over which the maximum dose applies.

    numerator?: Quantity | null

    The quantity representing the maximum allowable dose.