muccg / rdrf

The Rare Disease Registry Framework (RDRF) is an open source tool for the creation of web-based patient registries.
GNU Affero General Public License v3.0
15 stars 8 forks source link

Server Error on Date of death mapped field #2448

Closed id2359 closed 1 year ago

id2359 commented 1 year ago

HSS UAT CRC: navigate to Survivial form for a patient with DOD --> get server error message

id2359 commented 1 year ago

Checked on HSS UAT CRC and confirmed this is a mapping error

mappings had:

"SurvivalFollowup/DIED/DEATHDATE": {"path": "PID.F29", "function": "date"}, "BCCA/BCCAFollowup/BCCAdeath_date": {"path": "PID.F29", "function": "date"}

Should be

"SurvivalFollowup/DIED/DEATHDATE": {"path": "PID.F29", "function": "rdrf_date"}, "BCCA/BCCAFollowup/BCCAdeath_date": {"path": "PID.F29", "function": "rdrf_date"},

So this is a config error not a codebase problem

id2359 commented 1 year ago

I''ve created https://github.com/muccg/ops/issues/2382 to perform the ops