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