-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Allow overriding response MSH content #103 #106
feat: Allow overriding response MSH content #103 #106
Conversation
I replaced the existing So, to me, this change would bump the version to 3.0.0, but I didn't want to update the version on my own before discussing it here first |
@jtarvainen Hello! It's my normal Saturday to code and checking this out! |
src/server/modules/sendResponse.ts
Outdated
@@ -11,6 +11,7 @@ import { | |||
HL7_2_5_1, HL7_2_6, HL7_2_7, HL7_2_7_1, HL7_2_8 | |||
} from 'node-hl7-client/hl7' | |||
import { PROTOCOL_MLLP_FOOTER, PROTOCOL_MLLP_HEADER } from '../../utils/constants.js' | |||
import type { ListenerOptions } from '../../utils/normalize' |
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.
@jtarvainen just needs to change to .js, but I will do that in the backend during merge
1dcef70
into
Bugs5382:103-feat-allow-overriding-response-msh-content
# [3.0.0-beta.1](v2.5.0-beta.1...v3.0.0-beta.1) (2024-09-21) * 103 feat allow overriding response msh content ([#107](#107)) ([ba7ec92](ba7ec92)) ### Features * Allow overriding response MSH content [#103](#103) ([b208429](b208429)) * Allow overriding response MSH content [#103](#103) ([#106](#106)) ([1dcef70](1dcef70)) ### BREAKING CHANGES * MSH Override Changes * MSH Override Changes
🎉 This PR is included in version 3.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [3.0.0](v2.5.0...v3.0.0) (2024-09-21) * 103 feat allow overriding response msh content ([#107](#107)) ([ba7ec92](ba7ec92)) ### Features * 3.0.0 ([#108](#108)) ([1252e23](1252e23)) * Allow overriding response MSH content [#103](#103) ([b208429](b208429)) * Allow overriding response MSH content [#103](#103) ([#106](#106)) ([1dcef70](1dcef70)) ### BREAKING CHANGES * MSH Override Changes * MSH Override Changes
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Issue
#103
Search terms
MSH, override
Questioner
Please check the type of change your PR introduces:
Other things: