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

Support unescape hexadecimal data encoded in \Xdddd\ escape sequences in HL7 Messages #845

Closed
gunterze opened this issue Dec 4, 2020 · 0 comments
Assignees
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Dec 4, 2020

package org.dcm4che3.net.hl7;
...
public class UnparsedHL7Message implements Serializable {
...
    /**
     * Return HL7 message with unescaped hexdata from \Xdddd\ escape sequences.
     * Does not unescape \Xdddd\ escape sequences which contains a field separator,
     * component separator, subcomponent separator, repetition separator or escape character. 
     *
     * @return HL7 message with unescaped hexdata from \Xdddd\ escape sequences
     */
    public byte[] unescapeXdddd() { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant