• Build compact display rows for the Trauma tab's injuries list — computing the severity band label, localizing the impact aspect, defaulting the body location, and reducing notes to plain text.

    Parameters

    • traumas: readonly TraumaLike[]

      The pre-extracted trauma values.

    • aspectLabel: (aspect: string) => string

      Localizer mapping an aspect enum value to its label.

    Returns TraumaRow[]

    The formatted trauma rows, in input order.