appearance_outcome

33 rows


Description

Description: Holds metadata of the outcome from a court appearance. NOMIS Equivalent Entity: offence_result_codes Domain: Person offences/convictions

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('appearance_outcome_id_seq'::regclass)
court_appearance.appearance_outcome_id court_appearance_appearance_outcome_id_fkey R
outcome_name varchar 2147483647 null

Description: The name of the outcome at the court appearance level.
Source System: Remand & Sentencing

outcome_uuid uuid 2147483647 gen_random_uuid()

Description: The unique id of the appearance outcome. Source System: Remand & Sentencing

nomis_code varchar 2147483647 'UNKNOWN'::character varying

Description: The equivalent NOMIS code for appearance outcome for the purpose of mapping during bidirectional sync between NOMIS and DPS .
Source System: Remand & Sentencing

outcome_type varchar 2147483647 'UNKNOWN'::character varying

Description: The type of the appearance outcome. Source System: Remand & Sentencing

display_order int4 10 0

Description: The order for the appearance outcomes to be displayed on the UI. Source System: Remand & Sentencing

related_charge_outcome_uuid uuid 2147483647 null

Description: The unique id of the related charge that the appearance outcome refers to. Source System: Remand & Sentencing

is_sub_list bool 1 false

Description: If the outcome type is neither remand or sentencing then other options are shown as a list on the UI if the value is TRUE. Source System: Remand & Sentencing

status varchar 2147483647 'ACTIVE'::character varying
warrant_type varchar 2147483647 null
disposition_code varchar 2147483647 'FINAL'::character varying

Indexes

Constraint Name Type Sort Column(s)
appearance_outcome_pkey Primary key Asc id
idx_appearance_outcome_name Performance Asc outcome_name

Relationships