-
Notifications
You must be signed in to change notification settings - Fork 72
Backmerge master into develop #3968
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
Conversation
RELEASE: PCP AI Improvements
Ref eng-422 Signed-off-by: Rafael Leite <2132564+leite08@users.noreply.github.com>
…fhir-server-on-dq PATCH RELEASE ENG-422 Minimize hits to FHIR DB upon CQ DQ
WalkthroughThe changes refactor the Changes
Sequence Diagram(s)sequenceDiagram
participant Caller
participant processOutboundDocumentQueryResps
participant getDocuments
participant getNonExistentDocRefs
participant checkDocRefsExistInS3
Caller->>processOutboundDocumentQueryResps: call getRespWithDocsToDownload(cxId, patientId, ...)
processOutboundDocumentQueryResps->>getDocuments: fetch FHIR doc refs (cxId, patientId)
getDocuments-->>processOutboundDocumentQueryResps: return fhirDocRefs
processOutboundDocumentQueryResps->>getNonExistentDocRefs: pass documents, patientId, cxId, fhirDocRefs
getNonExistentDocRefs->>checkDocRefsExistInS3: check existence in S3
checkDocRefsExistInS3-->>getNonExistentDocRefs: return existence results
getNonExistentDocRefs-->>processOutboundDocumentQueryResps: return non-existent doc refs
processOutboundDocumentQueryResps-->>Caller: return response with docs to download
Possibly related PRs
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
npm error code ERR_SSL_WRONG_VERSION_NUMBER 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (1)`**/*.ts`: - Use the Onion Pattern to organize a package's code in layers - Try to use immutable code and avoid sharing state across different functions, objects, and systems - Try...
🧠 Learnings (1)📓 Common learnings
⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (2)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Backmerge master into develop
Summary by CodeRabbit