-
Notifications
You must be signed in to change notification settings - Fork 40
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
Update call to FhirToHl7Converter to pass in correct BlobContainerMetadata #16505
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
FhirToHl7Converter( | ||
translation.schemaName, | ||
BlobAccess.BlobContainerMetadata.build( | ||
"metadata", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not good to have this string literal sprinkled throughout the codebase but this is our current pattern. This can be looked at as part of the "Manage Translation Schemas v2" EPIC currently expected for Q3 FY25.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. Maybe a constants file with all the container names?
Quality Gate passedIssues Measures |
Integration Test Results 60 files 60 suites 43m 30s ⏱️ Results for commit 70edcb4. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Able to verify test steps and changes look good.
Quality Gate passedIssues Measures |
Updates the call to
FhirToHl7Converter
inReceiver.consistencyErrorMessage
to use the correct BlobContainerMetadata that points to the correct container (metadata) in the Storage Container.I think why this stopped working at some point is because we decided to move where we store these yaml files and didn't update this one location, but I can't confirm 100%.
Test Steps:
prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/ORU_R01-deidentified.yml
to your local storage container under the expected path:Changes
Checklist
Testing
./prime test
or./gradlew testSmoke
against local Docker ReportStream container?npm run lint:write
?Process
Linked Issues
To Be Done
Create GitHub issues to track the work remaining, if any