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

[IDEA] Batch Send of HL7 #5447

Open
NoraTheExplorer opened this issue Sep 30, 2022 · 0 comments
Open

[IDEA] Batch Send of HL7 #5447

NoraTheExplorer opened this issue Sep 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@NoraTheExplorer
Copy link

Is your feature request related to a problem? Please describe.
Sometimes we need to split one HL7 message info multiple. For example if an HL7 message contains multiple ORC and OBR messages but the intended receiver only allows one ORC and OBR segment per message

Describe your use case
By code it is easy to build multiple messages and concatenate them into one encoded message object. But I cannot send them out like this. So currently I use a second channel which is configured for batch import. This channel splits my message by the MSH segment into multiple messages so I can send them out.

Describe the solution you'd like
I'd like to see a "batch send" TCP MLLP sender equivalent to the "batch import" in the source for TCP MLLP.

Describe alternatives you've considered
Current workaround is a second channel.

Additional context
...

@NoraTheExplorer NoraTheExplorer added the enhancement New feature or request label Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant