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

Sample Decryption and Redirects for Epic #10997

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

averyniceday
Copy link
Contributor

@averyniceday averyniceday commented Sep 17, 2024

Describe changes proposed in this pull request:
Add support for new endpoints that handle redirects from Epic. Includes calls to Mpath server for decrypting IDs before generating redirects. Includes the following additions:

  • Endpoint (/api-legacy/epic/sample/{sampleID}): takes an encrypted sample ID, decrypts, and redirects to the appropriate sample
  • Endpoint (/api-legacy/epic/patient/{patientID}): takes an encrypted patient ID, decrypts, and redirects to the appropriate patient
  • Endpoint (api-legacy/epic/{sampleID}/exists): takes encrypted sampleID, decrypts, and checks for existence (for determining whether to add a linkout from Epic)
  • Property (mpath.token): optional, contains api-key for using the decryption server
  • Property (mpath.decryption_url): optional, contains URL to decryption server

Copy link

sonarcloud bot commented Sep 17, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 New Bugs (required ≤ 0)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@inodb inodb added the skip-changelog Do not show this PR in the release notes label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge skip-changelog Do not show this PR in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants