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

Shift dates by context (a person's name) in the text #90

Open
jzonthemtn opened this issue Apr 3, 2024 · 3 comments
Open

Shift dates by context (a person's name) in the text #90

jzonthemtn opened this issue Apr 3, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@jzonthemtn
Copy link
Member

Shift dates by context (a person's name) in the text. This is so each document about a specific person has its dates shifted consistently.

@jzonthemtn jzonthemtn added the enhancement New feature or request label Apr 3, 2024
@jzonthemtn
Copy link
Member Author

How to differentiate between a person (patient) and a physician that also appears in multiple documents?

Update: The physician name filter finds physicians based on usage. The subtraction of the set of physician names from the set of persons' names would give the set of just patient names.

@jzonthemtn
Copy link
Member Author

This requires a session store to maintain a list of the patient names. Can the replacements store be used for this, too?

Update: Can there be a hash function that generates a shifted date based on the person’s name? That would not require the store of names, but random shifting may be preferable.

@jzonthemtn
Copy link
Member Author

What about the context parameter in the API? Does it play a role here?

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

No branches or pull requests

1 participant