Skip to content

Commit

Permalink
Formatting changes for Arrestee Age and DispositionUnder18.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbarbin committed Sep 5, 2024
1 parent ddeab75 commit 72c44f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions models.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ This is a C# Object that represents the existing Offender Segment (40) from the

This is a C# Object that represents the existing Arrestee Segment (60) from the Flat File. You can include as many as you like as an array of this object.

| Property Name | Data Type | Description | Required |
| Property Name | Data Type | Description | Required |
| ------------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| ArrestSeqNum | Integer | Number to uniquely identify the Arrestee that's being specified (DE 36) | Yes |
| ArrestNumber | String | 12-Digit Alpha/Numeric String of Characters that uniquely identifies the Arrest in the Agency's RMS | Yes |
Expand All @@ -543,9 +543,9 @@ This is a C# Object that represents the existing Arrestee Segment (60) from the
| Gender | String | 3-Digit Character String to represent the Gender Identity of the Arrestee. Note, we don't actually have any requirements for this right now, but it is a thing. | No |
| Ethnicity | String | 1-Digit Character to represent the Ethnicity of the Arrestee | Yes |
| ResidentStatus | String | 1-Digit Character to represent the Permanent Resident/Citizenship status of the Arrestee. | No |
| DispositionUnder18 | String | 1-Digit Character used to describe how an Arrestee 17 years of age or younger was handled by the Agency.Options in this field are as follows: <br/>&nbsp;&nbsp;&nbsp;&nbsp;* D - Handled Within Department and Released. <br/>&nbsp;&nbsp;&nbsp;&nbsp;* J - Referred to Juvenile Court or Probation Department <br/>&nbsp;&nbsp;&nbsp;&nbsp;* W - Referred to Welfare Agency <br/>&nbsp;&nbsp;&nbsp;&nbsp;* P - Referred to Other Police Agency <br/>&nbsp;&nbsp;&nbsp;&nbsp;* A - Referred to Criminal or Adult Court. <br/><br/> The Federal UCR program considers juveniles as under 18 years of age regardless of state law. The LIBRS program will stay aligned with the FBI even though the Juvenile Age definition has changed. If the arrestee is 17 and considered an adult in Louisiana, please use A – Referred to Criminal or Adult Court. | If Arrestee is 17 or younger |
| ArrestArmed | List of Weapon | List of[Weapon Objects](#weapon-object) (Same as in the Offense Object) that were found on the Arrestee's person at the time of Arrest. | Yes |
| ArrestStatute | List of ArrStatute | List of the[Arrestee Statute Objects](#arrestee-statute-object) associated with the Arrestee | Yes |
| DispositionUnder18 | String | 1-Digit Character used to describe how an Arrestee 17 years of age or younger was handled by the Agency.Options in this field are as follows:{::nomarkdown}<ul><li>D - Handled Within Department and Released.</li><li>J - Referred to Juvenile Court or Probation Department</li><li>W - Referred to Welfare Agency</li><li>P - Referred to Other Police Agency</li><li>A - Referred to Criminal or Adult Court.</li></ul>{:/}<br/><br/>The Federal UCR program considers juveniles as under 18 years of age regardless of state law. The LIBRS program will stay aligned with the FBI even though the Juvenile Age definition has changed. If the arrestee is 17 and considered an adult in Louisiana, please use A – Referred to Criminal or Adult Court. | If Arrestee is 17 or younger |
| ArrestArmed | List of Weapon | List of [Weapon Objects](#weapon-object) (Same as in the Offense Object) that were found on the Arrestee's person at the time of Arrest. | Yes |
| ArrestStatute | List of ArrStatute | List of the [Arrestee Statute Objects](#arrestee-statute-object) associated with the Arrestee | Yes |

**Example**

Expand Down

0 comments on commit 72c44f8

Please sign in to comment.