A required treatment action and its Physician-test difficulty modifier.

interface RequiredTreatment {
    code: TreatmentCode;
    modifier: number;
}

Properties

Properties

The action that must be taken.

modifier: number

The difficulty modifier applied to the Physician test.