Thanks David. I was able to use the info from the doc an run a simple query on it.
- Log in to post comments
Thanks David. I was able to use the info from the doc an run a simple query on it.
look at the $zdate ?
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cl…
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%'
Can you use the ATNA to do the audit?
https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.U…
Thanks Eduard !!
New there had to be something simpler.
You are correct sir. I am checking if both field are empty.
Thanks Jeff,
I did try using <1 but will try =0.
I was able to get around the error by placing the " ' " not outside the statement.
'(..Length(source.LABRSLTNUMRSLTVAL)>1)&&'(..Length(source.TSTRLTVAL)>1)
Thanks,
Ed
Thanks Bill,
That is what I was asking. Worked as expected.
Thanks again,
Ed
I was able to get my answer through the docs.
Jeff,
Thanks so much for the quick response. I will take a look at the Message Viewer. Lucky in a sense that we provide the number I am searching on in a seed file to the sender, hopefully that will help with the dups.
Thanks again for the direction..
Ed
Thanks so much
Thanks Evgeny,
The link did not come through.
Is there any articles you are aware of in setting up a scenarios or is it in the article?
Thanks again,
Ed
Thanks Kate,
At the time of the post we were not using HSPI. We have an MPI solution and were needing to call out via proxy to query the solution.
We are in the process now of leveraging HSPI.
Thanks,
Ed
I would be interested in your approach.
I do not have the latest greatest for VISIO but it looks like in the latest release there is a Data Visualizer, which would allow you to map from Excel to Visio.
Preface I am new to InterSystems so there maybe a way to automatically produce the system documentation like some of the other engines out there.