Skip to content

HL7 over HTTP: Send custom EncodingStyle #135

Open
@ZeroBrushV2

Description

@ZeroBrushV2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions