SelfReportVisit

class SelfReportVisit(var day: Int? = 0, var statusType: ActivityStatus = ActivityStatus.PENDING, var facilityId: Int? = 0)

Represents a self-reported visit to a location.

Constructors

Link copied to clipboard
constructor(day: Int? = 0, statusType: ActivityStatus = ActivityStatus.PENDING, facilityId: Int? = 0)

Properties

Link copied to clipboard
var day: Int?

The day of the month for the visit (1-31).

Link copied to clipboard

The ID of the location visited.

Link copied to clipboard

The status of the visit (e.g., "visited", "not_visited").

Functions

Link copied to clipboard
open override fun toString(): String