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

HL7 over HTTP: Send custom EncodingStyle #135

Open
ZeroBrushV2 opened this issue Nov 21, 2024 · 1 comment
Open

HL7 over HTTP: Send custom EncodingStyle #135

ZeroBrushV2 opened this issue Nov 21, 2024 · 1 comment

Comments

@ZeroBrushV2
Copy link

ZeroBrushV2 commented Nov 21, 2024

Hello,
I'm using Hl7OverHTTP to create a client that sends a ADT_A05 request, unfortunately the system that I send the request to accepts only this content types:

  • x-application/hl7-v2+er7

  • x-application/hl7-v2+xml

I can't figure out a way to set a custom Content-Type on the request because it will set one of this two:
ER7("application/hl7-v2"),
XML("application/hl7-v2+xml");

But as per specifications there's should be more ContentyTypes

@milkshakeuk
Copy link

what are you using to send the hl7 over http?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants