Skip to content

spatial-monorepo


spatial-monorepo / verticals/src / HospitalProfileContextValue

Interface: HospitalProfileContextValue

Defined in: packages/verticals/src/components/HospitalProfile.tsx:96

Properties

codeBlueFn?

optional codeBlueFn?: (cb) => () => void

Defined in: packages/verticals/src/components/HospitalProfile.tsx:100

Parameters

cb

(roomId) => void

Returns

() => void


ivPumpAdapter?

optional ivPumpAdapter?: RTLSAdapter

Defined in: packages/verticals/src/components/HospitalProfile.tsx:104

Issue #165 — RTLSAdapter for IV-pump asset tracking


patientFlowFn?

optional patientFlowFn?: () => Promise<[number, number, number][]>

Defined in: packages/verticals/src/components/HospitalProfile.tsx:99

Returns

Promise<[number, number, number][]>


roomStatusFn?

optional roomStatusFn?: (roomIds) => Promise<object[]>

Defined in: packages/verticals/src/components/HospitalProfile.tsx:98

Parameters

roomIds

string[]

Returns

Promise<object[]>


roomStatusSource?

optional roomStatusSource?: DataBus

Defined in: packages/verticals/src/components/HospitalProfile.tsx:102

Issue #164 — DataBus emitting { unitId, status } on 'sensor' channel


rtlsAdapter?

optional rtlsAdapter?: RTLSAdapter

Defined in: packages/verticals/src/components/HospitalProfile.tsx:97

Released under commercial licensing.