Interface HL7MessagePreprocessor


  • public interface HL7MessagePreprocessor
    This interface represents an implementation of a preprocessor which is used to modify the incoming HL7 message before parsing.
    • Method Detail

      • process

        String process​(String message,
                       String type,
                       String encoding)
        Processes the incoming message and returns a possibly modified message.
        Parameters:
        message - The incomding message
        type - The type of the message, i.e. v2 or v3, defined at HL7Constants.MessageType
        encoding - The encoding of the message, i.e. ER7 or XML, defined at HL7Constants.MessageEncoding
        Returns: