-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
…n the OperationalOutcome Metadata
- Updates PartnerMetadata to use it's own converter - Adds the sent submission id as it's own field - Updates unit tests and fixes e2e tests
...rc/main/java/gov/hhs/cdc/trustedintermediary/external/hapi/HapiPartnerMetadataConverter.java
Fixed
Show fixed
Hide fixed
e2e/src/test/groovy/gov/hhs/cdc/trustedintermediary/e2e/MetadataTest.groovy
Outdated
Show resolved
Hide resolved
.../src/test/groovy/gov/hhs/cdc/trustedintermediary/external/hapi/HapiOrderConverterTest.groovy
Outdated
Show resolved
Hide resolved
e2e/src/test/groovy/gov/hhs/cdc/trustedintermediary/e2e/MetadataTest.groovy
Show resolved
Hide resolved
...rc/main/java/gov/hhs/cdc/trustedintermediary/external/hapi/HapiPartnerMetadataConverter.java
Outdated
Show resolved
Hide resolved
...rc/main/java/gov/hhs/cdc/trustedintermediary/external/hapi/HapiPartnerMetadataConverter.java
Outdated
Show resolved
Hide resolved
e2e/src/test/groovy/gov/hhs/cdc/trustedintermediary/e2e/MetadataTest.groovy
Show resolved
Hide resolved
- update tests to include outbound submission testing and outbound submission id/inbound submission id - remove metadata methods from OrderConverter and its implementation
….com/CDCgov/trusted-intermediary into story/650/results-metadata-new-issue
Quality Gate passedIssues Measures |
...rc/main/java/gov/hhs/cdc/trustedintermediary/external/hapi/HapiPartnerMetadataConverter.java
Show resolved
Hide resolved
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.
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( |
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.
Thanks for pulling this out of the order converter!
Add a PR title
Updates around metadata which include:
PartnerMetadataConverter
over the originalOrderConverter
.sent submission id
as a new column when retrieving Metadata from the Metadata endpoint.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
Note: You may remove items that are not applicable