|
From: Senthil M. <vbs...@gm...> - 2013-08-02 11:05:57
|
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
|