Add PFL and PFH files.

This commit is contained in:
Patrick Fic
2025-03-19 07:19:49 -07:00
parent 4f3d8cf754
commit 5ddfe4d86f
9 changed files with 228 additions and 10 deletions

View File

@@ -25,5 +25,5 @@ export interface DecodedAD2 {
est_ct_fn?: string;
est_ea?: string;
date_estimated?: Date; // This is transformed from insp_date
//insp_date?: string; // This exists initially but gets deleted
insp_date?: Date; // This exists initially but gets deleted
}