Technical Elements Documentation
    Preparing search index...

    Interface RadionuclideReleaseQuantity

    Represents the quantity of a specific radionuclide released during a phase.

    interface RadionuclideReleaseQuantity {
        quantity: number;
        radionuclide: string;
        uncertainty?: RadionuclideReleaseUncertainty;
        unit: string;
    }
    Index

    Properties

    quantity: number

    Quantity released (can be a value or a fraction of inventory)

    radionuclide: string

    Radionuclide isotope

    Uncertainty in the release quantity, if known

    unit: string

    Unit of quantity (e.g., "Bq", "Ci", or "fraction")