-
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
16394 add ack functionality #16552
base: main
Are you sure you want to change the base?
16394 add ack functionality #16552
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
val ackMsh = outgoingAck.msh | ||
ackMsh.msh1_FieldSeparator.value = "|" | ||
ackMsh.msh2_EncodingCharacters.value = "^~\\&" | ||
ackMsh.msh3_SendingApplication.parse("ReportStream") |
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.
I took these values directly from the Spec document so just double check that these are exactly what we want.
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.
Looks good and works well. I tested a few different scenarios: different message types (ORU), missing fields that should populate certain values in the response (MSH.3/MSH.4), and setting MSH.15 to AL when a fully populated message is sent. In each scenario the ACK response was correctly populated.
Quality Gate passedIssues Measures |
@arnejduranovic |
…portstream into platform/jamie/16394-ack
This PR adds ACK functionality to the waters and report submission endpoints.
Test Steps:
Changes
Checklist
Testing
./prime test
or./gradlew testSmoke
against local Docker ReportStream container?Linked Issues