Bluestep JS Documentation
    Preparing search index...

    Interface DrugDrugInteraction

    A drug-drug interaction screening result from FDB.

    interface DrugDrugInteraction {
        clinicalEffects: EList<ClinicalEffect>;
        clinicalEffectsNarrative: string;
        ediPageReference: string;
        hasCaseReports: boolean;
        hasHumanClinicalTrial: boolean;
        hasMeetingAbstract: boolean;
        hasMfgInfo: boolean;
        hasReview: boolean;
        hasVitroOrAnimalStudy: boolean;
        interactionDesc: string;
        interactionID: number;
        monographID: number;
        screenDrug1: ScreenDrug;
        screenDrug2: ScreenDrug;
        screenDrugs: EList<ScreenDrug>;
        screenMessage: string;
        severity: string;
        severityDesc: string;
    }
    Index

    Properties

    clinicalEffects: EList<ClinicalEffect>
    clinicalEffectsNarrative: string
    ediPageReference: string
    hasCaseReports: boolean
    hasHumanClinicalTrial: boolean
    hasMeetingAbstract: boolean
    hasMfgInfo: boolean
    hasReview: boolean
    hasVitroOrAnimalStudy: boolean
    interactionDesc: string
    interactionID: number
    monographID: number
    screenDrug1: ScreenDrug
    screenDrug2: ScreenDrug
    screenDrugs: EList<ScreenDrug>
    screenMessage: string
    severity: string
    severityDesc: string