- {mapStatuses(
- ["site_space", "site_electrical", "site_internet", "site_oxygen"],
- hospital
- )}
+
Site
+
+ {mapStatuses(
+ [
+ "site_space",
+ "site_electrical",
+ "site_internet",
+ "site_oxygen",
+ ],
+ hospital
+ )}
+
- {mapStatuses(
- [
- "equipment_ordered",
- "equipment_delivered",
- "equipment_installed",
- "equipment_staff_trained",
- ],
- hospital
- )}
+
Equipment
+
+ {mapStatuses(
+ [
+ "equipment_ordered",
+ "equipment_delivered",
+ "equipment_installed",
+ "equipment_staff_trained",
+ ],
+ hospital
+ )}
+
- {mapStatuses(
- [
- "tech_trained",
- "tech_hospital_registration",
- "tech_patient_management",
- "tech_tele_icu_live",
- ],
- hospital
- )}
+
Technology
+
+ {mapStatuses(
+ [
+ "tech_trained",
+ "tech_hospital_registration",
+ "tech_patient_management",
+ "tech_tele_icu_live",
+ ],
+ hospital
+ )}
+