This model implements methods related to differential blood counts of white blood cells.

Hierarchy (view full)

Constructors

Properties

channelManager: default
onUpdated: OEvent<((timeOfEarliestChange: Date) => void)> = ...
state: StateMachine<"Uninitialised" | "Initialised", "shutdown" | "init">
channelId: "wbc" = 'wbc'

Methods

  • Initialize this instance

    This must be done after the one instance was initialized.

    Returns Promise<void>

  • Create a new response for a questionnaire.

    Parameters

    • wbcObservation: WbcObservation

      The answers for the questionnaire

    • Optionalowner: SHA256IdHash<Person>

    Returns Promise<void>