Is there anyway I can search for multiple patients in a single search criteria using regular expression? If I have multiple search criterion, I do not get any results. It might be because it is doing an ‘AND’ with the criterias?
For example, we would like to create a single search for multiple patient ID’s as follows:
“123|345|789”
Cloverleaf’s implementation of “regular expressions” does not appear to allow us to use “|” or “OR” operations.
Also, I haven’t figured out how to search for more than one text string in a message. For example, if I want to find OBR and ROUT, I can use “OBR.*ROUT”, but I can’t use “OBR|ROUT”.
Thank you for your response. After using the parenthesis in the search criteria we were able to solve our problem. We can now search for multiple messages using just one search criteria. Re-sending messages is much quicker now!
Thank you!
Author
Replies
Viewing 2 reply threads
The forum ‘Cloverleaf’ is closed to new topics and replies.