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

Allow the definition of multiple PatientRetriever configurations and make them assignable for each clinic #88

Closed
ywarnecke opened this issue Aug 29, 2024 · 2 comments · Fixed by #102
Assignees
Labels
feature request Features that have to be implemented

Comments

@ywarnecke
Copy link
Member

This way, we can decide where the information for a clinic should be fetched from. Multiple configurations should be possible both for the pseudonymization service and the patient data retriever.

Then for a clinic, a specific patient retriever, a specific pseudonymization service or the plain case number service can be activated. Depending on what was activated for a clinic, said options should be shown in the frontend for a user for the clinic.

@hussainsabir52
Copy link
Collaborator

Major updated:

  • Model Addition:
  1. Clinic Configuration
  2. Clinic Configuration Mapping
  3. Clinic Configuration Group Mapping

Functionalities:

  • Patient retriever configurations are now only configurable clinic specific on the clinic edit page (Previously in global configuration), for that reason, all users must now be assign to at least one clinic and a clinic must have at least one patient retriever configured.
  • Server information, must be added into the global configuration for patient retrievers that needs to be configured in the clinic.

@ywarnecke
Copy link
Member Author

Merged with #102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Features that have to be implemented
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants