Object

NovaBoardCell

Usage Example
query {
# Use this type in your queries
someQuery {
completedCount
discontinuedCount
incompleteCount
plannedCount
prnCount
}
}

Fields

completedCountInt!required
discontinuedCountInt!required
incompleteCountInt!required
plannedCountInt!required
prnCountInt!required

How many as needed (PRN) slots fall on the hour, across all rows. Not part of `plannedCount` or `incompleteCount` — a PRN slot is not a dose anybody owes. A cell with a PRN slot and nothing owed has `status: PRN`; a cell with both keeps the owed status and still reports this count.

skippedCountInt!required
startTimeDateTime!required
statusNovaBoardCellStatus!required
treatments[TreatmentInfo!]!required