charge_outcome

34 rows


Description

Description: Holds metadata of the charge outcome. Data Quality Issues: The outcome_name list contained within NOMIS is extensive leading to user error in selection, they are also not mutually exclusive. RaS has reduced this list down as it was overly extensive and led to user error in selections. Thus, in the bidirectional sync, this is not a 1-to-1 mapping between the lists in NOMIS and RaS. Data Quality Parameter: Accuracy Source of Data Quality Issue: NOMIS NOMIS Equivalent Entity: offence_result_codes Domain: Person offences/convictions

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('charge_outcome_id_seq'::regclass)
charge.charge_outcome_id charge_charge_outcome_id_fkey R
outcome_name varchar 2147483647 null

Description: The name of the charge outcome. Source System: Remand & Sentencing

outcome_uuid uuid 2147483647 gen_random_uuid()

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

nomis_code varchar 2147483647 'UNKNOWN'::character varying

Description: The equivalent NOMIS code for charge outcome_name 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 outcome charge. Source System: Remand & Sentencing

display_order int4 10 0

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

disposition_code varchar 2147483647 'UNKNOWN'::character varying

Description: The dispositian code is used to determine how remand periods are counted. Source System: Remand & Sentencing

status varchar 2147483647 'ACTIVE'::character varying

Indexes

Constraint Name Type Sort Column(s)
charge_outcome_pkey Primary key Asc id
idx_charge_outcome_name Performance Asc outcome_name

Relationships