Bluestep JS Documentation
    Preparing search index...

    Interface AdverseEffect

    interface AdverseEffect {
        condition: string;
        incidence: string;
        severityLevel: string;
    }
    Index

    Properties

    condition: string

    The effect

    incidence: string

    Incidence Level of the effect (Rare, Common, etc...)

    severityLevel: string

    Severity Level of the effect (Major, Moderate, etc...)