Thanks for your suggestion. In the end I sent the messages to an EnsLib.HL7.Operation.FileOperation and then wrote some custom criteria in the Message viewer to select the subsets of messages based on 2.4TXA DocumentType and then resent the messages to a different target.
Thanks for the reply, I deleted the WebTerminal classes from the original namespace (USER) and re-installed into a differed namespace and it started working immediately. How solid is the VT100? I tried running %GD but got a blank reply even though there are many globals in that namespace?
Do you have an XSD for your CCDA XML format? If so you can use the XML Schema Wizard to create the Cache classes that represent your XML Data. Then just read the data from your global into the generated classes and export to XML. I have done this many times for complicated medical data and it works very reliably.
go to post
Hi Enrico,
Thanks for your suggestion. In the end I sent the messages to an EnsLib.HL7.Operation.FileOperation and then wrote some custom criteria in the Message viewer to select the subsets of messages based on 2.4TXA DocumentType and then resent the messages to a different target.
Regards
Mike
go to post
This is very good. A glimpse into the future!. Highly recommended if you have time.
go to post
Didn't know about the CSP shell. Thank you!
go to post
Thanks Guillaume I will have a look at IRIS for Health Community Edition
go to post
Hi Nikita,
Thanks for the reply, I deleted the WebTerminal classes from the original namespace (USER) and re-installed into a differed namespace and it started working immediately. How solid is the VT100? I tried running %GD but got a blank reply even though there are many globals in that namespace?
go to post
That was Firefox. This is with Google Chrome. Why is it going to intersystems-community on F5?
go to post
This is the browser console
go to post
Hi Eduard,
Thanks from trying this. I definitely have a /terminal application in the SMP and already given %All role but just see black screen
go to post
Thanks Evgeny.
The docs say WebTerminal works on Ensemble/Healthshare > 2014.1 but there is no extra info an installing on Healthshare.
Regards
Mike
go to post
Thanks Robert, that is exactly what we needed.
go to post
We added "bry" to the default compiler flags
do $System.OBJ.ShowFlags()
You can set them for a namespace or system-wide
SetFlags(flags,system)
go to post
Hi there,
Try LIKE 'PARA%' (All upper case)
Best MikeD
go to post
Can you send me a join code? I just tried my WRC credentials but no joy.
Thanks
Regards Mike
go to post
Thanks Dominic for a great answer.
go to post
Hi Ben,
Thanks for the reply. Is the web service you are calling a Cache web service? If so could you show the function signature?
Cheers
Mike
go to post
Hi John,
Thanks for highlighting the difference between development standards and coding standards. It looks like I need to update my document!
Cheers
Mike
go to post
Is there a recording of this for people who couldn't watch in real time?
go to post
Do you have an XSD for your CCDA XML format? If so you can use the XML Schema Wizard to create the Cache classes that represent your XML Data. Then just read the data from your global into the generated classes and export to XML. I have done this many times for complicated medical data and it works very reliably.
go to post
Hi,
There is a bcrypt module in Python is that's any help.It would be very easy to call out to a python script from Cache.
HTH
Mike
go to post
Hi Eduard,
Perfect! Just what I wanted. By the way there is a little bug as prop is all lower case in the CONTINE line but 'Prop' everywhere else.
Thanks again
Regards
Mike