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

Results Metadata Update #972

Merged
merged 10 commits into from
Mar 27, 2024
Merged

Conversation

saquino0827
Copy link
Contributor

Add a PR title

Updates around metadata which include:

  • Refactor metadata to use a dedicated PartnerMetadataConverter over the original OrderConverter.
  • Add sent submission id as a new column when retrieving Metadata from the Metadata endpoint.
  • Update unit and e2e tests.

Issue

Add a link to the issue here. Consider using
closing keywords
if the this PR isn't for a story (stories will be closed through different means).

Checklist

  • I have added tests to cover my changes
  • I have added logging where useful (with appropriate log level)
  • I have added JavaDocs where required
  • I have updated the documentation accordingly

Note: You may remove items that are not applicable

- update tests to include outbound submission testing and outbound submission id/inbound submission id
- remove metadata methods from OrderConverter and its implementation
Copy link

Copy link
Member

@halprin halprin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! Thanks for cleaning up some of the tech debt. 💥

@@ -214,7 +217,7 @@ DomainResponse handleMetadata(DomainRequest request) {
}

FhirMetadata<?> responseObject =
orderConverter.extractPublicMetadataToOperationOutcome(
partnerMetadataConverter.extractPublicMetadataToOperationOutcome(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pulling this out of the order converter!

@saquino0827 saquino0827 merged commit 4a66092 into main Mar 27, 2024
16 checks passed
@saquino0827 saquino0827 deleted the story/650/results-metadata-new-issue branch March 27, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants