Hi

I am parsion ORU Message. I do not want to do the validation while parsing.
So i use the following

    PipeParser pipeParser = new PipeParser();
        pipeParser.setValidationContext(new NoValidation());
        Message message = pipeParser.parse(HL7Message);
        Terser terser = new Terser(message);
        LOG.debug("/PID-2" + terser.get("/.PID-2"));

But setValidationContext  is deprecated, so what is the alternate one ?

Regards
Senthil M
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Hl7api-devel mailing list
Hl7api-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hl7api-devel

Reply via email to