-
Notifications
You must be signed in to change notification settings - Fork 86
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
Messages HL7 QBP^Q22 and RSP^K22 #91
Comments
It doesn't support yet. You can construct or parse any segment though, even if it's not supported. So if you're doing just that, and sending the HL7 to a remote to get back a response, I'd say it's possible. I've never used this segment, so I can't say for sure of the usecase you have |
Hi @senaranya Thanks a lot. |
For sending message you can follow this section in the docs: https://github.com/senaranya/HL7#send-messages-to-remote-listeners The sender can only receive an ACK and no other message-type. So for incoming messages, you may have to use some other library (or create your own TCP/IP socket listener) |
Hello.
Can your library support this type of HL7 messages?
Can I get the response from the QBP^Q22 message?
Thanks.
The text was updated successfully, but these errors were encountered: