Package-level declarations

Types

Link copied to clipboard
data class HealthProfessionalId(val id: String)

The id of the Health Professional.

Link copied to clipboard
data class RoomId(val id: String)

The id of the room.

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.