go to post Sergei Shutov · Mar 18 Looks like the error is on a back-end, the Java code you are calling is not configured properly. Try running it from the terminal.
go to post Sergei Shutov · Mar 18 There is an unattended restore routine https://docs.intersystems.com/iris20243/csp/docbook/DocBook.UI.Page.cls?...
go to post Sergei Shutov · Feb 25 Which means that Colin guessed the code right and no, trace is not computed when tracing is off :)
go to post Sergei Shutov · Feb 4 Hi Stephen, this is a valid approach however you will lose information about problematic calls such as json can't be parsed or API key in headers is wrong. I prefer to actually save the http call in full as http generic message and then call a process or operation with transformation to the proper message format, as Alex demonstrated in his third example. You can still call operation manually if you want, passing the parsed message.
go to post Sergei Shutov · Dec 12, 2024 Yes you can use $system.Encryption.TOTPValidate() function https://docs.intersystems.com/iris20243/csp/documatic/%25CSP.Documatic.c... See also https://community.intersystems.com/post/systemencryptiontotp-synchroniza...
go to post Sergei Shutov · Dec 12, 2024 Is there a list of changes? Release notes document looks very empty https://docs.intersystems.com/iris20251/csp/docbook/DocBook.UI.Page.cls?...
go to post Sergei Shutov · Aug 5, 2024 Congratulations to all winners, it was difficult to vote this time, so many great applications and samples!
go to post Sergei Shutov · Apr 6, 2024 Hi @Alex Woodhead there is no "preview" container on the https://containers.intersystems.com site any more, only "latest-preview" - was this released? If so which build? Thanks! =Sergei
go to post Sergei Shutov · Feb 4, 2024 Hi @Evgeny Shvarov You need to use port 52773 with localhost in Docker. It's relative to the container not to your host. I just tried this with intersystemsdc/irishealth-community:latest image above, works fine.
go to post Sergei Shutov · Feb 4, 2024 Looks like a typo, this one works: https://iris-fhirfy.demo.community.intersystems.com/csp/fhirfy/index.html
go to post Sergei Shutov · Feb 4, 2024 Ciao Henry, this URL doesn't open for me can you double check?
go to post Sergei Shutov · Nov 14, 2023 Yes but you can have one top-level 'manually created' one and have individual ones based on separate OpenAPI files
go to post Sergei Shutov · Jul 12, 2023 Well you gave me two so I should have one spare wish :) Make iris:latest-cd just iris:latest, this way we can just skip the "latest" bit altogether and just use iris without any tag at all.
go to post Sergei Shutov · Jul 3, 2023 Hi Bob, That's good news and I like new names much more than old ones. I hope old tags for old releases will still be available? A couple of entries from my container tagging wishlist (one can dream, you know) - provide :latest tag for all containers, but especially for community ones, which will just pull the latest working release without having to rebuild dockerfiles every year when license expires - provide 2023.1.x tag which will follow the latest minor version
go to post Sergei Shutov · Mar 15, 2023 You can also just use incoming XML as a steam and extract data you need using parser into a custom defined ensemble message, if you only need parts of the incoming data
go to post Sergei Shutov · Mar 15, 2023 Hi Phillip, In TrakCare, interoperability is controlled by TrakCare Health Messaging Framework (HMF). Each Interface has to go through HMF Gateway, which is an IRIS Production, and then all those are getting routed through HMF Router which is a separate IRIS production. Please have a look at HMF documentation for more details. A lot of this code is auto-generated so you need to understand what needs to be configured in TrakCare and what needs to be configured in Production.
go to post Sergei Shutov · Mar 15, 2023 Well first of all there is a first-class support for FHIR data in IRIS for Health and I would definitely recommend to use it instead of rolling out your own class-based solution. See documentation here https://docs.intersystems.com/irisforhealth20221/csp/docbook/Doc.View.cl... If you want to work with projections, given that even basic data fields in FHIR are quite complex https://www.hl7.org/fhir/datatypes.html#primitive you'll need to define separate embedded classes for each data type; it doesn't have to be a separate class for each field.
go to post Sergei Shutov · Dec 18, 2022 That's an old programmers drinking song https://www.barrypopik.com/index.php/new_york_city/entry/99_little_bugs/ No idea how to actually fix this, just being silly