Table Description
LegalHearing: A type of case that defines legal proceeding held before a judge or other legal authority

A Hearing is a legal proceeding held before a judge or other legal authority. The hearing legal action type will act as a container for one or more hearings to be conducted. Functions to be implemented include the ability to capture the details of a scheduled hearing, changes to the hearing and decisions around the hearing.

Example

Crystal Jones was no longer attending high school, but frequently would visit her friends in the smoking section during breaks, as she lived nearby. Professors reported this information to the school Principle and the police were called. Crystal took flight with the police officer in pursuit on foot. Before long the officer was able to apprehend Crystal, explain the charge and her rights, and detain her. She was brought back to the station where she consented to a search by a female officer and a sizable amount of marijuana was seized. As she demonstrated that she was a potential flight risk, she was detained pending a Bail Court Hearing within 24 hours. At Crystal's court appearance, both Prosecution and Defense Counsels presented pertinent evidence and information related to Crystal and the incident. A Judicial Interim Release (bail) Hearing was held because Crystal had been detained. The court supported the decision to continue with secure detention during court proceedings.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Appeals::Legal Action::Entity::LegalHearing::LegalHearing
Controlling File: Appeal\model\Packages\LegalAction\Entity\LegalHearing\LegalHearing_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
caseIDkeynoUnique reference number assigned by the system to a Legal Order record.caseID CaseHeader INTERNAL_ID SVR_INT64
docketNumberdetails The court assigned docket or case number.LEGAL_ACTION_STRING SVR_STRING<50>
narrativedetails Describes the purpose of the hearingCOMMENTS SVR_STRING<300>
hearingOutcomeCodedetails Code table values include Denied, Granted and Hearing CreatedLEGAL_ACTION_HEARING_OUTCOME_CODELegalHearingOutcomeCodeSVR_STRING<10>
recordStatusCodedetails Code table values for the record status like Active, Canceled for LegalHearing recordRECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
LegalHearing.caseIDCaseHeader.caseID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
removeremove Standard Operation 
readLegalHearingTabDetailns  SQL
Related Pages (5)