Hey,
Coming across the visit_occurrence table, I was wondering whether here
|
self.ref_date = datetime(year=2000, month=1, day=1) |
and then subsequently here
|
visit_occurrence['visit_start_date'] = self.ref_date.date() |
leads to all visit_occurrence entries to have this artificial date.
If yes, this would make this table oddly out of sync with other tables who retain their timestamps, such as observation or measurement, no?
Best
Hey,
Coming across the
visit_occurrencetable, I was wondering whether hereBlendedICU/blended_preprocessing/omop_conversion.py
Line 24 in 5d3a68f
and then subsequently here
BlendedICU/blended_preprocessing/omop_conversion.py
Line 239 in 5d3a68f
leads to all
visit_occurrenceentries to have this artificial date.If yes, this would make this table oddly out of sync with other tables who retain their timestamps, such as
observationormeasurement, no?Best