HMIS / LSASampleCode

Longitudinal System Analysis (LSA) Sample Code and Documentation
22 stars 10 forks source link

Section 3.3: discrepancy between Sample Code and Spec about Projects selection #1148

Closed nataliesus closed 1 year ago

nataliesus commented 1 year ago

Hi @MollyMcEvilley ,

Comparing Sample Code with Spec we noticed:

  1. Spec uses Project.OperatingStartDate <= ReportEnd condition that is missing on Sample Code;
  2. Spec has Project.OperatingEndDate >= LookbackDate condition, but in Sample Code hp.OperatingEndDate > cd.LookbackDate is used image

Could you please take a look?

Thank you! Natalie