We have an issue where we would like to search the HL7 ADTmessages in the SMAT file to find if segment PV1.18 is null. I was wondering if anyone had regular expression that would perform this search?
Basically I think what I need is an expression that will ‘count’ up to the 18th “|” character in a string, and then test to see if the immediately following character is also a “|”.
-Adrian