[Simple-support] HL7 again
Brought to you by:
niallg
|
From: Llorenç C. <lc...@ya...> - 2008-10-16 10:47:42
|
Hi:
I appreciate your suggestion to ignore some elements of a HL7 structure, the problem is that in my case I need to be strict=false not only with Root but also with Element, is this possible?
I only want to read MSH - MSH.3 - HD.1 from the following excerpt of a ORU message, so I need to ignore MSH.1 and MSH.2
<?xml version="1.0" encoding="ISO-8859-1" ?>
<ORU_R01>
<MSH>
<MSH.1>|</MSH.1>
<MSH.2>^~\&</MSH.2>
<MSH.3>
<HD.1>OMI</HD.1>
</MSH.3>
<MSH.4>
<HD.1>500016</HD.1>
</MSH.4>
<MSH.5>
<HD.1>SGP</HD.1>
</MSH.5>
...
Llorenç
|