Bluestep JS Documentation
    Preparing search index...

    Interface DrugToDrugInteraction

    interface DrugToDrugInteraction {
        avoidanceLevel: string;
        description: string;
        managementLevel: string;
        meds: DrugToDrugMedData[];
        message: string;
        onset: string;
        severity: string;
    }
    Index

    Properties

    avoidanceLevel: string

    Avoidance Level of the Interaction (Contraindicated, Avoid, Blank)

    description: string

    Description of this Interaction

    managementLevel: string

    Management Level for the Interaction (Professional Intervention Required, Professional Review Suggested, Potential Interaction Risk)

    Medications interacting with this med

    message: string

    Message of this Interaction (May be the same as the description)

    onset: string

    Onset of the Interaction.

    severity: string

    Severity of the Interaction (Major, Moderate, Low).