Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Selecting HL7 Transactions

by GotToBTru (Prior)
on May 01, 2013 at 22:11 UTC ( [id://1031662]=note: print w/replies, xml ) Need Help??


in reply to Selecting HL7 Transactions

I would suggest using regexes only to pull individual segments out of the transaction string.
$PV1segment = ($transaction =~ /PV1.+?~/;
assuming ~ is the segment terminator. Then, use split to break the segments into arrays. It is much easier than dealing with regexes, and takes advantage of the delimited structure of the data.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1031662]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-24 20:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found