Self Report Visit
A single member self-reported facility visit within a SelfReportMonth.
The owning SelfReportMonth supplies the month and year; this record adds the day, its review status, and the facility it was reported against. The facility is referenced by id only — resolve its display details by matching facilityId against SelfReportData.facilities.
Constructors
Properties
The 1-based day of the month for the visit (1–31), or null when the backend omitted it. Combine with the parent SelfReportMonth's month/year to form the full date.
The id of the reported facility, matched against SelfReportData.facilities for display. null (or 0) when no facility is associated.
The review status of this visit, reusing ActivityStatus so self-reports share the same lifecycle vocabulary as other activities; typically ActivityStatus.PENDING (awaiting review), ActivityStatus.APPROVED/ActivityStatus.ACCEPTED (credited), or ActivityStatus.REJECTED. Defaults to ActivityStatus.PENDING.