Caseflow Hearings #
Hearings #
Veterans have the option to have a hearing with a Veterans Law Judge (VLJ) as part of the appeals process. At these hearings, a VLJ meets with a veteran or representative to go over the case. It is not a defense but a chance for a Veteran to provide additional details. After a hearing is conducted, the recordings are sent to the transcription office, and then entered into VBMS.
There are four types of hearings:
- Central Hearing: An in-person hearing at BVA’s central office (425 I st.)
- Video Hearing: A hearing over video conference conducted between a regional office or alternate hearing location and central office
- Virtual Hearing: a hearing over video conference conducted between any location (sometimes the representative’s office) and central office
- Travel Board: An in person hearing where the VLJ travels to the regional office. These are not currently supported by Caseflow and are handled in VACOLS. If Caseflow serves Travel Board hearings it will be only through converting them to video or virtual hearings.
HearingDays #
A HearingDay
organizes Hearings
and LegacyHearings
by regional office and hearing room.
- A hearing day is assigned to one judge, although hearing coordinators have the ability to override the hearing day’s judge on the Hearings table or in VACOLS by editing the hearing details.
- Each room / HearingDay has a maximum number of hearings that can be held (slots) that are determined by the regional office’s timezone. If a hearing day’s slots are filled, the coordinator will receive a warning when scheduling a Veteran (“You are about to schedule this Veteran on a full docket. Please verify before scheduling”) but will still be able to schedule if they so choose.
request_type
:R
for virtual,V
for video,C
for centralregional_office
: If therequest_type
isV
, then theHearingDay
will be associated to a regional officejudge_id
scheduled_for
LegacyHearings #
Legacy Hearings are hearings for cases that originated inside of VACOLS. On a judge’s Hearing Worksheet, they can edit Legacy hearing issues directly on the workbook page (for AMA cases, they would need to go to the Case Details page).
Task #
All appeals on the hearing docket have a series of tasks that can be divided into five groups. Here is a brief summary of what those are, full description can be found here.
- Initial tasks - these include creating a
HearingTask
with a childScheduleHearingTask
. For AMA cases, the initial hearing tasks are created as a children of theDistributionTask
after intake. For Legacy cases, a geomatching job finds all appeals in VACOLS that are ready to be scheduled and creates a hearing task tree as a child of theRootTask
. - Schedule Veteran tasks - schedule hearing tasks are shown on the assign hearings page (see this
page. A coordinator can block scheduling by adding a
HearingAdminActionTask
and can also withdraw the hearing. After scheduling, aAssignHearingDispositionTask
and a new hearing is created and that hearing is associated to theHearingTask
with anHearingTaskAssociation
. - Assign a Disposition - Postponing cancels the current hearing task and recreates the initial hearing task tree. If a coordinator or judge changes the hearing’s disposition on the daily docket, the
HearingDispositionChangeJob
finds all appeals with hearings in the last 24 hours and creates aAssignHearingDispositionTask
and completes the task based on the disposition. No-show hearings are given aNoShowHearingTask
. - Transcription/Evidence submission - After a disposition is assigned, AMA appeals must complete a
TranscriptionTask
and anEvidenceSubmissionWindowTask
. The evidence task gives the Veteran an additional 90 days to submit evidence before the case is distributed. - Case Distribution - When all other hearing tasks are completed, a case is ready for distribution to judge because its
DistributionTask
is moved from on_hold to assigned (AMA cases) or the case is in case storage location 81 (legacy cases). See also automatic case distribution.
VirtualHearings #
Once a virtual hearing is scheduled, the associated record in hearing_days
is not changed because a record in the hearing_days
table represents the whole day. In other words, many hearing types are associated with that hearing_days
record, so hearing_days.request_type
should not be changed. This is an artifact of how the virtual hearings feature was introduced into Caseflow, i.e., as a conversion of video hearings into virtual hearings.
virtual_hearings
, virtual_hearing_establishments
, and sent_hearing_email_events
table descriptions
Relationships #
In the diagram below you can see the following relationships between various hearing-related tables:
- The
hearings
andlegacy_hearings
table’sid
corresponds with thehearings_tasks_assocations
andvirtual_hearings
table’shearing_id
. - The
hearings
andlegacy_hearings
table’shearing_day_id
corresponds with thehearing_days
table’sid
. - The
hearings_tasks_assocations
table’s hearing_task_id corresponds with thetasks
table’sid
.