# Baltique OS Core 2.6.0
## Enterprise Hospital Command Center — PRO

Release 2.6.0 introduces a single operational hospital screen based on the real SVG floorplan and existing Baltique OS database records. Staff can monitor patients, beds, OR, PACU, reception, pharmacy, inventory, tasks and alerts without switching between multiple modules.

## Main route

```text
/system_hospital_command_center.php
```

The screen includes:

- site, floor, date, KPI and search context;
- a role-specific priority rail;
- an interactive SVG hospital floorplan;
- bedside patient cards;
- room, OR, PACU, reception, pharmacy and inventory states;
- a contextual details drawer;
- role-approved data layers;
- guarded quick actions with an audit trail.

## Role views

Dedicated presets are provided for reception, coordination, surgeons, anaesthesiologists, nurses, ward staff, OR management, pharmacy/inventory, management and administrators.

## Safety boundary

The Command Center does not automatically:

- make clinical decisions;
- change GO/HOLD/NO-GO;
- move OR stages;
- send patient messages;
- initiate go-live;
- release an occupied bed without discharge verification or an audited administrator override.

## Performance

The server builds one aggregated board state and stores a short-lived database snapshot. Incremental polling avoids full-page reloads. Cache keys are scoped to the user and visible site set to prevent cross-user or cross-site leakage.

## Installation

Deploy first to staging, back up the database/application/storage, copy the release overlay to the Baltique OS root, and run:

```text
/upgrade_2_6_0.php
```

Then validate the board, every staff role and Runtime Preflight using the post-deployment checklist.
