ExposuresProvider / icees-api

MIT License
2 stars 8 forks source link

Formatting issue with API output for ICEES PCD instance #229

Closed karafecho closed 2 years ago

karafecho commented 2 years ago

This issue is to report a formatting issue with the output from the ICEES PCD instance. The issue applies specifically to the variables AgeAtStudyStart and AgeAtStudyStart2, in which the ages for years 3-17 are being returned as 17-Mar. The impact is that all other functionalities that return age data incorrectly assume that ages for years 3-17 are null.

I'm pretty sure that this issue relates to the formatting issues that Hong encountered when converting the csv data file to another format.

image

hyi commented 2 years ago

Verified these mis-formatted dates, 17-Mar and 17-May, come from PCD patient csv files, so the patient csv files need to be fixed going forward.

hyi commented 2 years ago

@karafecho I believe this issue can be closed for now.

karafecho commented 2 years ago

Issue resolved and can now be closed.