Hi Developers!
Welcome to the 11th edition of the InterSystems Ideas bulletin! This time, you can read about the following:
✓ Call for ideas concerning Generative AI
✓ New filter on Open Exchange
✓ Recently posted ideas
Hi Developers!
Welcome to the 11th edition of the InterSystems Ideas bulletin! This time, you can read about the following:
✓ Call for ideas concerning Generative AI
✓ New filter on Open Exchange
✓ Recently posted ideas
Hi Team,
Can you please help with this error as below :
|
Hey Developers,
Watch this video to learn how to deploy your FHIR server using AWS, EKS, and Kubernetes: advantages and disadvantages of cloud deployment and demo a deployment:
Hi gentlemen,
It may be very easy but I'm currently battling with a stupid business operation.
Here is what I must do and what is already in place:
A business service scan every 5 sec the apparition of files and send it to a business process.
The business process (a routeur) don't let pass everything and a few of them go to a specific operation.
The operation must :
1 ) create the file with the same name of the original one (in the service) then save it.
2) change the original and resave it a second time (replacing the previous one but without using the function rename)
Hope you can help me.
The base
*** updated from a comment as original question may not have been clear**
To clarify my question this is the library property helper class Library property helper when you look at the documentation for computed from documentation here Computed documentation
ClassMethod FullNameComputation(cols As %Library.PropertyHelper) As %String
{
return cols.getfield("FirstName")_" "_cols.getfield("LastName")
}
// ...
ClassMethod RecordsComputation(cols As%Library.PropertyHelper) As%Library.ListOfDataTypes
{
Set rsTProp = ##class(%SQL.Statement).%ExecDirect(,"Select * fromI recently realized it's been far too long since I talked about the latest features in the InterSystems ObjectScript Extension for Visual Studio Code.
I'm pleased to announce version 2.12.1 of the ObjectScript extension, containing a number of enhancements that make a developer's life easier. Some highlights are described below, including the #1 requested feature from Global Summit -- XML import!
As always, find the full list of modifications in the CHANGELOG, including many bug and vulnerability fixes.
The user interface for the ObjectScript extension and the Server
We conclude this series of SMART On FHIR articles with Auth0 and InterSystems IRIS FHIR Repository by reviewing our application developed in Angular 16.
Let's remember what the architecture defined for our solution is like:
.png)
Our front-end application corresponds to the second column and as you can see it will be in charge of two things:
Angular is a web application framework developed in TypeScript, open source, maintained by Google, used to create
I want to create a datatype that Extends from String and in its set and get it will parse the string or do whatever - my GET works, my SET doesn't.
A deeper explanation of what i am trying to do: Basically none of the usual LogicalToStorage and other functions listed in Datatype creation in the manual is helpful to me, So i wanted to write the Get and Set functions in the Datatype so when compiled each property in other class that is of that type would get its PropertySet() and PropertyGet() overridden, That way i can implement any behaviour of that datatype as i please - "behind the scenes".
an
DB or Backend Automation on IRIS Dataplatform performed?
Anyone performed UI Automation (visual traces) on IRIS Dataplatform?
“I have been waiting for thirty seconds for service. This is outrageous! I am leaving!”
“I am very sorry to hear that, sir. Perhaps, next time, you should make a reservation.”
If you heard that comment at your favorite restaurant, you would think the person saying it was being ridiculous. However, in the context of your API, it makes perfect sense. Just like your favorite eatery, your API has some regular patrons who, as you know, will be visiting one day or another. It would be great to be able to make a standing reservation for them as well.
It will involve a couple of IRIS fundamentals.
The 2023.1 Clinical Viewer appears to have data dependencies that need to be met in order for data to surface from the SDA to the chart. Examples:
1. Lab results need to have a collection date or they will not display.
2. Observations need to have their UoM and codes in the portal txt files in order to display.
Are all of these requirements documented?
Hey Community,
We have excellent news for you! We have prepared a new Instruqt course for you to sink your teeth into:
👉 InterSystems IRIS for Health Interoperability 👈
.jpg)
Not so long ago, I came across the idea of using Python Class Definition Syntax to create IRIS classes on the InterSystems Ideas Portal. It caught my attention since integrating as many syntaxes as possible gives visibility to InterSystems’s products for programmers with experience in many languages.
The author of that idea pointed out the possibility of creating classes using Python’s syntax, in addition to the currently available ones on IRIS. This concept inspired me to write this article, exploring the possibilities of accessing the full InterSystems power employing only Python.
If one of your packages on OEX receives a review you get notified by OEX only of YOUR own package.
The rating reflects the experience of the reviewer with the status found at the time of review.
It is kind of a snapshot and might have changed meanwhile.
Reviews by other members of the community are marked by * in the last column.
I also placed a bunch of Pull Requests on GitHub when I found a problem I could fix.
Some were accepted and merged, and some were just ignored.
So if you made a major change and expect a changed review just let me know.
Hi Community,
Is there a way to call HL7 Data transformation directly from Business service without using Rule functionality in the production
In this scenario i need to call a data transformation in directly in business service and give the transformed message to Business operation
Please share if you have any ideas to implement this.
Thanks,
Smythee
The Ensemble Scheduler is used for automatically turning on and off business hosts at certain dates and times. You could use it if, for example, you wanted to only run a business host from 9am to 5pm every day. Conversely, if you want do to trigger an event to occurr at a specific time, for example, a job running at 1am to batch up and send off all the previous day's transactions in one file, we recommend other methods such as the Task Manager.
This article explains how the Ensemble Scheduler works.
Hi,
how to add x-api-key to FHIR repository header using objectsctipt?
Thanks,
Prasanth
InterSystems announces its second preview, as part of the developer preview program for the 2024.1 release. This release will include InterSystems IRIS®, InterSystems IRIS® for HealthTM, and HealthShare® Health Connect.
Many updates and enhancements have been added in 2024.1 and there are also brand-new capabilities, such as Using vectors in ObjectScript, Vector Search (experimental), Multi-Volume Database, the ability to use Fast Online Backup (experimental), and the introduction of Multiple Super Server Ports. Many other improvements are also in this release, such as the Flexible
Hey Community,
Watch this video to learn how to copy existing HL7 V2 production components in InterSystems products to save time and effort:
Hi
I am trying to connect to node js on iris community version . Node js is properly installed .
I am executing the demo hello world from github .
these are the parameters :-
var ip = "localhost"
var port = 51773
var namespace = "USER"
var username = "SuperUser"
var password = "SYS"
when executing >node demo.js i get a connection error .
Error: connection to server denied [ERROR_FAILED_TO_CONNECT]
at main (C:\Users\AF\demo.js:18:35)
at Object.<anonymous> (C:\Users\AF\demo.js:30:1)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at
Hi Friends ,
I have a requirement to expose REST endpoint to consume JSON payload and process it with BusinessProcess invocation.
Here is the code
// Obtain an instance of the class
Set instance = ..%New()
Set tSc = instance.SendRequestSync("CIESendInviteProcess",cieinviteReqObj,.pResponse)
end up with run time exception, plz help me to resolve it.
Thanks,
Prashanth
I am trying to add Web Terminal as a feature for my team to use.
I installed webterminal via zpm "install webterminal" ran on %SYS on our Development box.
%SYS>zpm "install webterminal"
[%SYS|webterminal] Reload START (/ensemble/DEV/mgr/.modules/%SYS/webterminal/4.9.6/)
[%SYS|webterminal] Reload SUCCESS
[webterminal] Module object refreshed.
[%SYS|webterminal] Validate START
[%SYS|webterminal] Validate SUCCESS
[%SYS|webterminal] Compile START
Recompiling WebTerminal, skipping the deletion...
Installing WebTerminal application to %SYS
Updating web application "/terminal"...
WEB
Has anyone noticed that when IRIS is forced down that the EnsLib.JavaGateway.Services do not properly shut down and release the ports? While we can write a shell script to kill the processes at the OS level, I was wondering if anyone experienced this issue.
We are working on our Mirroring setup/failover and had the team testing forcing the Primary down to make the Backup to become the Primary Server. When this happened and we failed back, IRIS could not restart the JavaGateway.Services because the ports were still in use.
I am wondering if I need to write a %ZSTOP to ensure that these processes
Hello everyone!
I need to transform a String, which is a numerical value, to an Integer.
The value gets returned in my Rest service as "testingID": "1234567", but I need it to be "testingID": 1234567
Thanks beforehand! Appreciate all the help I can get! :)
Does the GetValueAt method of an EnsLib.HL7.message object change the contents of the HL7 message?
We want to do two things, given an incoming HL7 message, in our production:
set sc = message.OutputToLibraryStream(xmlstream,"","","TNHS.Utils.HL7toXML")
Set ReportId = message.GetValueAt("PIDgrpgrp(1).ORCgrp(1).ORC:3.1")If we sequence these as (1) generate XML, (2) extract value using
Hello,
I am trying to connect to a web socket endpoint that potentially has a number of different IP addresses for load balancing purposes.
I have been asked whether it's possible to use a DNS name to resolve the IP address rather than statically assigning one specific IP address in the TCP Operation.
If it's not possible to resolve on a DNS name directly on the TCP operation, then I wondered whether it was possible to provide multiple IP addresses.
In the documentation, it mentions that I can provide a value like this "!192.168.1.1, 192.168.1.2, 192.168.1.3" for multiple IP addresses but that
The $ZF(-100) command is used in the following format.
$ZF(-100, flags, command name, command arguments)The "/shell" flag is required when running OS commands.
For example, use mkdir like this:
// mkdir C:\temp\newdir
Write$ZF(-100, "/shell", "mkdir", "C:\temp\newdir")
If a command has multiple arguments, enclose them in double quotes and separate them with commas, as in the example below.
// move C:\temp\a.txt C:\temp\a2.txt
Write$ZF(-100, "/shell", "move", "C:\temp\a.txt", "C:\ temp\a2.txt") // net use Z: \\filesrv\public /user:user password
Write$ZF(-100, "/shelHi, I need to make a prompt for a password and to not display what the user is typing in a CMD. I want to use the read command but i'm not sure if it is possible with it.
Hi all,
I'm very new to this ecosystem so please bear with me:
I've startted learning online and have installed everything I need. I have VS code and I have most definitely installed the pack (3 packages) needed for working on it with ObjectScript. Even though this is the case I'm running into 2 problems:
1. when I type "class" I only get 4 option for auto complete. no "class with multiple inheritances" or anything of the sort. In fact, no Class at all, only ClassMethod. ClassResponse etc.
2.