User bio
404 bio not found
Member since Nov 14, 2017
Posts:
Replies:
look at the $zdate ?
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
Not sure if this has any value, its pretty primitive.
You might be able to do simple query operation and write the RawContent out to a file.
Rough sql sample
SELECT top 10 *
FROM EnsLib_HL7.Message
where DocType like '%ACK%'
and RawContent like '%MSA|AE%'
Certifications & Credly badges:
Edward has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
Edward has no followers yet.
Following:
Edward has not followed anybody yet.
Thanks David. I was able to use the info from the doc an run a simple query on it.