From 5c2955c8fb8d8487d2dbab20e8f2b967aa1d5c48 Mon Sep 17 00:00:00 2001 From: Sebastian Legarraga <64795732+slegarraga@users.noreply.github.com> Date: Thu, 6 Aug 2026 22:23:04 -0400 Subject: [PATCH] docs: fix PersonalD typo Signed-off-by: Sebastian Legarraga <64795732+slegarraga@users.noreply.github.com> --- docs/05 - LSAPerson.md | 5 ++--- docs/07 - LSAExit.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/05 - LSAPerson.md b/docs/05 - LSAPerson.md index 51da599..1902f71 100644 --- a/docs/05 - LSAPerson.md +++ b/docs/05 - LSAPerson.md @@ -668,7 +668,7 @@ flowchart LR | **ch_Exclude** | **Column Description** | |----|----| -| **PersonalID** | **PersonalD** | +| **PersonalID** | **PersonalID** | | **ExcludeDate** | Distinct dates between **CHStart** and **LastActive** when client was either in TH or housed in RRH/PSH. | ## Logic @@ -736,7 +736,7 @@ flowchart LR | **ch_Include** | **Column Description** | |----|----| -| **PersonalID** | **PersonalD** | +| **PersonalID** | **PersonalID** | | **ESSHStreetDate** | Distinct dates between **CHStart** and **LastActive** when client was in ES/SH or on the street; also referred to as ES/SH/Street dates. | ## Logic @@ -1389,4 +1389,3 @@ As noted, tlsa\_Person is a client-level precursor to lsa\_Person / LSAPerson.cs See [LSA Data Dictionary - Files and Columns](LSA Data Dictionary - Columns.md#3---lsaperson) for file specifications. - diff --git a/docs/07 - LSAExit.md b/docs/07 - LSAExit.md index 5f239fd..7dc0e69 100644 --- a/docs/07 - LSAExit.md +++ b/docs/07 - LSAExit.md @@ -441,7 +441,7 @@ flowchart LR | **ch_Exclude_exit** | **Column Description** | | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | -| PersonalID | **PersonalD** | +| PersonalID | **PersonalID** | | ExcludeDate | Distinct dates between a person’s earliest **CHStart** and latest **LastActive** when client was either in TH or housed in RRH/PSH. | ## Logic @@ -514,7 +514,7 @@ flowchart LR | **ch_Include_exit** | **Column Description** | | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| PersonalID | **PersonalD** | +| PersonalID | **PersonalID** | | ESSHStreetDate | Distinct dates between earliest **CHStart** and latest **LastActive** when client was in ES/SH or on the street; also referred to as ES/SH/Street dates. | ## Logic