go to post Luis Angel Pére... · Jul 31, 2024 IRIS 2024.1 has no web server (but community version has). The fastest way to configure a web server is to install an IIS or Apache before to the IRIS installation and IRIS will detect and configure it.
go to post Luis Angel Pére... · Jul 25, 2024 But it depends of your IRIS version. For previous versions only 8 and 11 were supported.
go to post Luis Angel Pére... · Jul 25, 2024 It's supported, in theory: https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
go to post Luis Angel Pére... · Jul 21, 2024 Is there any error in messages.log file (under mgr folder)?
go to post Luis Angel Pére... · Jul 16, 2024 Did you try what @Marc Mundt told you? Check if there is a process that is using the port dedicated for the JDBC conenction (in your warning the port 5003).
go to post Luis Angel Pére... · Jul 15, 2024 Hi! @Learning by_passion Take a look to this page of the official documentation: https://docs.intersystems.com/iris20242/csp/docbook/DocBook.UI.Page.cls?...
go to post Luis Angel Pére... · Jun 12, 2024 The only way to insert info into a different database is to configure a sql gateway connection by JDBC and execute the SQL with the insert.
go to post Luis Angel Pére... · Jun 12, 2024 Just the first line? set str=##class(%Stream.FileCharacter).%New() do str.LinkToFile("c:\myfolder\file.csv") set $listbuild(VALUE1,VALUE2,VALUE3)=$listfromstring(str.ReadLine())
go to post Luis Angel Pére... · Jun 12, 2024 %Stream.FileBinaryGzip extends %Stream.FileBinary, so they are practically equals, the only difference is the gzip compression and maybe a read process a bit slower with Gzip than just with FileBinary (and this is more a feeling than a fact).
go to post Luis Angel Pére... · Jun 10, 2024 Hi @Michael Wood ! What is the type of context.FHIRResponse.Body? Interoperability with FHIR usually works with HS.FHIRServer.Interop.Response class in wich the JSON FHIR is saved as a Stream. Could you tell us something else about what are you doing?
go to post Luis Angel Pére... · Jun 7, 2024 I'm assuming that every new patient received in a HL7 message has to be created as IRIS user so in the BP I'm creating the user and assigning it to the new task.
go to post Luis Angel Pére... · Jun 7, 2024 Hi @Eduard Lebedyuk! The task is assigned in the BP to the user informed in the HL7 message when it's created.
go to post Luis Angel Pére... · May 31, 2024 Check this doc: https://docs.intersystems.com/iris20241/csp/docbook/Doc.View.cls?KEY=ROA...
go to post Luis Angel Pére... · May 18, 2024 Reading the returned error it looks like that java 11 is mandatory.
go to post Luis Angel Pére... · May 16, 2024 You can find a short description about the function clicking on it:
go to post Luis Angel Pére... · May 16, 2024 As the error says, you have to install the JDK 11 on your computer from here and configure JAVA_HOME system environment variable: Perhaps you have already configured it but with newer version.
go to post Luis Angel Pére... · May 10, 2024 I asked the same: https://community.intersystems.com/post/visual-studio-soap-wizard The answer is yes! Check the answer in the question.
go to post Luis Angel Pére... · May 3, 2024 You can check this documentation page about releases (and cd and em meaning) https://docs.intersystems.com/iris20241/csp/docbook/Doc.View.cls?KEY=PAG...