– 40 new announcements
– 78 new questions
– 8 new discussions
✓ 217 new members joined in September
✓ 12,075 posts published all time
✓ 10,343 members joined all time
✓ 217 new members joined in September
✓ 12,075 posts published all time
✓ 10,343 members joined all time
Hey Developers,
Enjoy watching the new video on InterSystems Developers YouTube:
⏯ InterSystems Cloud Services - InterSystems IRIS SQL & IntegratedML @ Global Summit 2023
Using the Windows Subsystem for Linux (WSL2), is it possible to install IRIS and run it from there? I am wanting to test IAM, but unable to run Docker Desktop on my VM, and do not have access to a Linux machine to install and test with.
Thanks
Scott
All,
I've asked my teammate to open a WRC on this issue, but wanted to open the discussion to see if maybe we aren't the first people to see this issue.
The code we are deploying is a COS object with some Python methods. The code works fine locally on the developer's machine. However, when the business process runs in the server environment, we see the following when COS code attempts to call a [Language = python] method:
Hi All,
In the below code, How to Add SSLConfiguration and TLS. Please advise.
My sample code.
Try a hands-on exercise in the language of your choice to get familiar with the multi-model architecture of InterSystems IRIS!
These recently updated exercises are available in ObjectScript, Python, Java, and .NET.
We're happy to share with you the latest improvements we've made to the usability of the Developer Community:
📌 Improved search
📌 New filters on the main page
📌 Improved notifications
Let's have a closer look at all these updates.
We've radically improved the search. Now you just need to write your keywords into the search input at the top of the page and hit Enter
Welcome back to %SYS! If you read the first article in this series, you must have already seen how to manage your users through the Security.Users class programmatically. Today, we will move on to Resources! Many of the classes in this package use a very similar set of methods. That means that the more we cover, the more familiar you will feel about the subject.
Hey Community,
Enjoy watching the new video on InterSystems Developers YouTube:
Hello, good morning;
I would like to invite you all to try this game, it is a visual novel, it has not been made by me, and I have not any relation with the creator at all. It is free and playable with the web browser directly. It has English and Spanish as languages which you can play with.
https://lauralaureus.itch.io/asteria
However after trying it, some weeks ago, I was wondering if there would be any use case to connect a game engine (Unity, Unreal, GameMaker...) with IRIS HealthShare. 🌐🌐🌐
An image to show it looks like in the web browser:
Greetings.
When we add a new class in VSCode, the name automatically is set to <Folder>.<Filename>.
Because we are doing interoperability, we remove the default and type "interop" to get assistance on creating the class. This works fine on some machines, however on others it generates:
/// DescriptionClass C:\InterSystems\Training\src\Test.MyProd Extends Ens.Production
{ ...So it uses the full pathname instead of Test.MyProd.
Hi All,
is there any way how to hide or remove storage "Histogram" section in the file with persistent class definition, but keep the data both in globals and sql table?
The reason is that we use on-premise version control system and since the data is sensitive, it cannot be uploaded along with the files.
I have already tried "NoExtent" keyword, but that does remove the sql table and just keeps the data only in globals. The only solution I have come up with so far is to remove all the "property" sections from storage in file everytime before committing changes.
Hello Community,
Let us invite you to watch the recording of the webinar:
.png)
Hi Community,
to learn quickly and in total autonomy on IRIS, I offer you some links which can help you in this beautiful bicycle ride rich in discoveries:
Hey Community,
It's time to announce the winners of the InterSystems Python Programming Contest 2023!
Thank you to all our amazing participants who submitted 15 applications 🔥
%20(3).jpg)
The related package avoids adding %JSONAdaptor to each class but uses instead
SQL functions JSON_OBJECT() to create my JSON objects. With this approach, you can
add JSON to any class - even deployed ones - without any need for change or recompiling.
The trigger was the Export of M:N relationships as JSON objects or arrays.
Hi everyone,
Today I have a simple yet potentially valuable question: How can I begin a new line of text within $$$LOGINFO or $$$TRACE?
For instance, if I need to display a long log message within the visual trace, is it possible to do something like this:
$$$LOGINFO("object: 'This is a try'"
_"this is the second line with an example parameter: "_x
_"this is the third line with an example parameter: "_y
")Does anyone know if such a feature exists? It has the potential to greatly enhance code readability and layout.
Thanks :)
Hi Community,
Let's meet together at the online meetup with the winners of the InterSystems Python Programming Contest 2023 – a great opportunity to have a discussion with the InterSystems Experts team as well as our contestants.
Winners' demo included!
Date & Time: Friday, September 29, 10 am EDT | 4 pm CEST
Hello,
I begin to work with VSCode and all is ok but i have just one problem with ObjectscriptQuality plugin. I have no feedback in the problem tab using the objectScriptQuality plugin.
I only have feedback from InterSystems Language Server plugin. Where could the problem come from?
My goal is to use objectscriptQyality with the basic rules at first
I work with iris 22.3
Hey Developers,
Please welcome a new set of Global Masters badges for 💡Ideas on InterSystems Ideas Portal!
As you may remember, you get +100 points on Global Masters each time you create a product Idea on InterSystems Idea Portal. Now we have a special set of badges for a number of submitted product ideas:
Hi Community
I have created one business service created from "HS.FHIRServer.Interop.Service" in FHIR production.
I want to validate FHIR Patient resource that the age must be greater than 18 years.
How can I achieve this from objectscript as well as from DTL?
Thanks
Hello, I'm developing a custom ZPM package and debugging the installer.
In default mode (zpm install), the process terminates with the following error:
ERROR! : <COMMAND>LoadNewModule+133^%ZPM.PackageManager.Developer.Utils.1 *NoTransaction
With the -dev flag (zpm install -dev) everything works fine.
What could be the problem?
In this month's Learning newsletter, find steps for migrating off the Private Web Server, and learn how to FHIR-enable your apps. Certified as an HL7 Interface specialist? Sign up to beta test a new recertification project. Subscribe to the newsletter to get updates in your inbox.
I need to run a SQL query and use the output to map PV1 7.1. The query is :
SELECT ID
FROM TestTable
WHERE ProviderName = 'TEST,PROVIDER' AND IDType= 'BPI'
When I run this query with the 'TEST PROVIDER' I do pull the ID in question but I can't figure out how to do it from the DTL given that there are various providers sent in PV 1 7 . Any assistance will be greatly appreciated.
SQL inbound service execute using schedule task it ends up with error when end time occurs.
Normally task run from 10 to 10:30 every day.
Error in Log: ERROR <Ens>ErrException: <INVALID OREF>%OnClose+10^EnsLib.SQL.GatewayResultSet.1 -- logged as '-' number - @''
Please suggest..
I want to create a folder directory through code, but I don't know how to write it
I have created a FHIR endpoint and send the FHIR resource to FHIR Interoperability production class which is HS.FHIRServer.Interop.Service through the the created endpoint(/r4). I can able to see/get the HS.SDA3.QuickStream(It use CacheTemp.HS.Stream temporary global) on the fly(In between the process). I'm unable to get the FHIR resource from the QuickStream once the process completed. Is this HS.SDA3.QuickStream is wiped out from the system once process completed?
Executed the below code. Even tried with zwrite of ^CacheTemp.HS.Stream is also empty. Tried with IRSITMEP database as well.
I have been testing FHIR and Iris OAuth2 but have noticed that my callback (redirect uri) I have configured in the Client config, gets called multiple times with the same code.
Has anyone else experienced this issue?
Any help would be appreciated
Hi folks
I want to tell you how you can make your own assistant based on IRIS and OpenAI (perhaps you can then move to your own AI models)
This is the first time I have fully tried developing an application for IRIS and I want to point out steps that may also be useful to you
Hi Developers!
Here is the bonus results for the applications in InterSystems Python Programming Contest 2023: