Republic of Uganda
Ministry of Gender, Labour and Social Development
National Gender Based Violence Database - Case Report
Survivor / Reporter Summary
{{ $victim->survivor_code ?: $victim->crb_number }}
{{ $victim->interview_date }}
{{ $victim->districtid }}
{{ $victim->gender }}
{{ $victim->reporter_phone }}
{{ $victim->reporter_email }}
Incidents
| Date | Incident | Notes |
|---|---|---|
| {{ $row->incident_date }} | {{ $row->incident_name }} | {{ $row->notes }} |
Perpetrators
| Sex | Age | Relationship | Notes |
|---|---|---|---|
| {{ $row->gender }} | {{ $row->agegroup }} | {{ $row->relation }} | {{ $row->notes }} |
Witnesses
| Name | Sex | Age | Relationship |
|---|---|---|---|
| {{ $row->name }} | {{ $row->gender }} | {{ $row->agegroup }} | {{ $row->relation }} |
Actions / Services
| Date | Reported To | Referred To | Services | Notes |
|---|---|---|---|---|
| {{ $row->report_date }} | {{ $row->reported_to }} | {{ $row->refferedto }} | {{ $row->services }} | {{ $row->notes }} |
Case Status History
| Date | Status | Pending Point | Details |
|---|---|---|---|
| {{ $row->date_logged }} | {{ $row->status_name ?? $row->incident_status }} | {{ $row->pending_point_name ?? '-' }} | {{ $row->details }} |