Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a caching mechanism to cache some values as key-value during a mapping to use them later in other mappings #16

Open
tnamli opened this issue Nov 25, 2022 · 0 comments

Comments

@tnamli
Copy link
Contributor

tnamli commented Nov 25, 2022

e.g. In MIMIC-IV, in diagnosis table there is no date information to use as diagnosis date but we know which encounter it is done. So during 'admissions' to Encounter mapping if we can store the admission times per admission in cache we can use this during the diagnosis mapping to use it as the date of diagnosis.

Cache mechanism will be implemented base on Redis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant