Package-level declarations
Types
Link copied to clipboard
The id of the Health Professional.
Link copied to clipboard
data class TrackingData(val dateTime: Instant, val roomId: RoomId, val healthProfessionalId: HealthProfessionalId, val trackingType: TrackingType)
The data of the health professionals tracking. A tracking is composed by the dateTime, the roomId, the healthProfessionalId and the trackingType of the event.
Link copied to clipboard
The type of the tracking event.