{{viewDate | date : 'dd MMM yyyy, EEE'}}
{{weekStartDate | date : 'dd MMM yyyy, EEE'}} to {{weekEndDate | date : 'dd MMM yyyy, EEE'}}
Day | Date | Identifier | Patient Name | Patient Age | Est Time | Procedure(s) | Notes | Surgeon | Status | Bed Location | Bed ID |
---|---|---|---|---|---|---|---|---|---|---|---|
{{appointment.derivedAttributes.expectedStartDate | date : 'EEEE'}} | {{appointment.derivedAttributes.expectedStartDate | bahmniDate}} | {{appointment.derivedAttributes.patientIdentifier}} | {{appointment.derivedAttributes.patientName}} | {{appointment.derivedAttributes.patientAge}} | {{appointment.surgicalAppointmentAttributes.estTimeHours.value}} {{'OT_SURGICAL_APPOINTMENT_HOURS' | translate}} : {{appointment.surgicalAppointmentAttributes.estTimeMinutes.value}} {{'OT_SURGICAL_APPOINTMENT_MINUTES' | translate}} + {{appointment.surgicalAppointmentAttributes.cleaningTime.value}} {{'OT_SURGICAL_APPOINTMENT_MINUTES' | translate}} | {{appointment.surgicalAppointmentAttributes.procedure.value}} | {{appointment.surgicalAppointmentAttributes.notes.value}} | {{appointment.surgicalBlock.provider.person.display}} | {{appointment.status}} | {{appointment.bedLocation}} | {{appointment.bedNumber}} |