hi!
I am going to develop a ASP .NET Core Application. In that Hos can use IRIS Entity Framework. I searched but I couldn’t find IRIS Entity Framework for .Net Core . Please kindly help me to overcome this issue.
thank you in advance
hi!
I am going to develop a ASP .NET Core Application. In that Hos can use IRIS Entity Framework. I searched but I couldn’t find IRIS Entity Framework for .Net Core . Please kindly help me to overcome this issue.
thank you in advance
Ran into an issue with our upgrade from HealthShare Health Connect 2018.1.3 to IRIS HealthShare Health Connect 2022.1, that I thought I would reach out about, I already have a ticket open with WRC and started a chat on Discord. We have a couple of MS SQL tables that I have setup as Linked Tables within Cache to query NPI, Patient Account Information, Visit information, etc... When we upgraded last week we found that within a day or even a half a day that we were having problems with our JDBC connections.
Upon investigating with WRC we were able to track it down to our Queries against Linked
I need to mount a database from another system. We have copied a device from another systems and mounted the device. I want to mount the cache database on this new device to our current instance of cache. If I add the name and path of this new device to the cpf file, the instance fails to start stating the database does not exist. If I attempt to create the database via the management portal, the new device is not accessible. I am missing something but I am not sure what it is. What do I need to do to make the imported device accessible by my cache instance?
How to read the HL7 V2.5 messages irrespective of message type to Iris database ?
Source system sends HL7 messages of multiple message types to Intersystems through TCP and these messages are to be inserted/read into iris SQL database.
At https://evaluation.intersystems.com/Eval/community-download/success/1391. I am not able to get the container version of the InterSystems kit.
.png)
I haven't used the product in a while but just discovered it won't start because the key is expired. Is it possible to get a new one?
Hi Guys,
Sorry I'm not that familiar in using Javascript in Zen pages, so basically we have a priting utility (app) that requires us to add a bit of JavaScript call to facilitate printing from our Zen pages as below:
.png)
So I added XData link pasted the required script, is this the correct way?
Thanks
Hey Community,
Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in May 2023:
On this GitHub you can find all the information on how to use a HuggingFace machine learning / AI model on the IRIS Framework using python.
Usage of Machine Learning models in IRIS using Python; For text-to-text, text-to-image or image-to-image models.
Here, models as example :
IRIS on mac unable to run my rest api which I created using spec first approach.
I am getting a 403 forbidden account error.
Here is a digest of new solutions and applications submitted to the InterSystems Open Exchange in May 2023.
Hi all,
I am looking for a way to serialize fhir content received via interoperability adapter into it´s corresponding ISC model class (e.g. HS.FHIR.DTL.vR4.Model.Resource.DiagnosticReport) for later use. In my opinion the outline to accomplish this would be something like
1) Receive the FHIR data
2) Get quick stream containing the JSON data
3) Examine if bundle or single ressource
4) For resource serialize to coressponding model class (HS.FHIR.DTL.vR4.Model.Resource.*)
5) further use of newly created object of type HS.FHIR.DTL.vR4.Model.Resource.*
Of course something like set tObj =
We are looking at what we need to do to migrate from our current usage of Zen reports to InterSystems Reports. One of the hurdles for us is figuring out ways to interact with InterSystems reports programmatically from ObjectScript routines. There is a Java API for it, but it is possible to generate a report from InterSystems reports to a stream object in ObjectScript without diving into Java by using a %Net.HttpRequest. Here is a code example, followed by an explanation:
#include %cspIncludeGetStream(catalog="",report="",type="2",paramnames,paramvalues,str) public{
try{
set namHi Developers,
Enjoy watching the new video on InterSystems Developers YouTube:
Dear experts,
Please, how can I estimated completion time for backups and restores. Is there a script to run and estimated that time?
Thank you so much.
Hi Dev Community members,
In this post, we would like to show you how to use DC tags. Let's make the most of this Developer Community option!

Strap on this jetpack to boost your developer experience in Visual Studio Code.
DX Jetpack for VS Code was my entry for the 2023 Developer Tools Contest, where it achieved 2nd place in the Experts vote and 5th place in the Community vote. It is an extension pack for VS Code, bundling three entirely new extensions created by me, plus a couple that we at George James Software published previously.
The new extensions are:
If you're reluctant to install DX Jetpack right away, why not try it using a dev container? In the dev container is an InterSystems IRIS Community environment augmented with InterSystems Package Manager (IPM) and the isc-codetidy package.
Tried running this command:
bash-3.2# cd /tmp/iriskit/IRIS_Community-2023.1.0.229.0-macx64/
bash-3.2# ./irisinstall
Getting Error:
The installer can't find a platform in this distribution supported by your system.
Contact InterSystems support.
Okay, we've got a quite useful way to very easily Import and export our objects as JSON, similar to what we already had before for XML.
So, It's a %JSON.Adaptor. But the issue here I faced with, working with Stream properties.
I have an example, when I generate an object, with stream binary stream properties. Export and Import the same, but getting the different resulting objects, depends on the original size of streams.
Class User.Test Extends (%JSON.Adaptor, %RegisteredObject)
{
Property Name As %String(%JSONFIELDNAME = "name");
Property HexStream AsHello Community,
The Certification Team of InterSystems Learning Services is excited to announce the release of our new InterSystems HL7® Interface Specialist exam. This is an updated and rebranded version of our previous HL7 exam, formerly know as HealthShare Health Connect HL7® Interface Specialist. It is now available for purchase and scheduling in InterSystems exam catalog. Potential candidates can review the exam topics and the practice questions to help orient them to exam question approaches and content. Candidates who successfully pass the exam will receive a digital certification badge that can be shared on social media accounts like LinkedIn.
Hi Community,
Watch this video to learn how to achieve true Interoperability in Healthcare Systems which is all about going beyond the typical "syntactic" interoperability and understanding what's needed to bring that interoperability to the next level in healthcare:
I am trying to call to a website that renders a xml structure as a response.if I put the url on the browser an xml rendered page is returned but if i call to this using the below code I get an object reference error which I am finding had to understand is there anyone who could help understand this error or point me in the right direction thanks.
Set tSC=$$$OK
Set httpRequest = ##class(%Net.HttpRequest).%New()Set httpRequest.Server = "msedgewebdriverstorage.blob.core.windows.net"
Set httpRequest.Port=443
Set httpRequest.ContentType ="application/octet-stream"
;;"application/xml"
Set
Hi all,
I'm wondering if is possible to call to a BO from a HL7 Route according to a parameter of the HL7 Message
I mean,
According to the identify of the laboratory, I want to call to other TCP process to retrieve information about blood tests.
We are creating the BO using this partern.
LAB.BO.TCP. + name of the laboratory.
The name of the laboratory is stoted in the lookup table T_LABORATORIOS
I've tried to assign the name into a variable and put it in the "send" instruction, but it doesn't work.
.png)
is it possible to call to a BO by a text variable instead of seleccting the BO from the production?
Our
Looking for advice on best practise (or at least reasonable approaches) for handling the Production class when utilising source control. (And perhaps wider advice around deployment.)
Scenario: a production server, a UAT test server, a connected development server plus multiple local development servers.
Hey Community!
Welcome to the 6th edition of the InterSystems Ideas news bulletin! This time you can read about:
✓ Ideas implemented last month by Community members
✓ How to create a new idea on InterSystems Ideas
✓ New ideas created recently
Coming back to the topic of how to minimize journals.
Hi Guys,
How can I create a clone class so I can keep a copy of all records in that clone class?
Basically, I have a class where sometime records might be delete from it, so I would like to create clone class or merge the global content in another backup global so that records can be deleted from the original class but still have a copy of those delete records in my clone or backup global ?
Thanks
I have been trying to do a backup from tape using the D ^DBREST command. I am not able to connect to the tape drive, that recently got replaced. It is configured and I can see it with IBM's ITDT. I did a test and it came back with the error below:
.png)
Are there any suggestions on how to fix this or what commands to use to get this opened and connected? I do appreciate it.