Hi
Is there any way to schedule a production to run only during office hours ?
Thanks
Hi
Is there any way to schedule a production to run only during office hours ?
Thanks
I have a BPL Business process which always processes messages - mainly it waits for responses since downstream systems are seriously async.
I need to update this process.
Wwould the existing instances of this Business Process complete correctly after the update?
My BPL changes would result in:
Both changes are in the middle of the process, so there are S/OnResponse methods before and after my change.
What if it's only a new S method? What if it's only a new OnResponse method?
I'm building a Flutter app for smartphones and with same code a Flutter web app.
Both are using IRIS with a RestAPI.
As described in your documentation
I added
in the Info block of the Swagger definition and added
in the spec file after generating the RestAPI.
I also copied the example dispatch class to
Hi InterSystems Architects,
Please may I know the relationship between
1. Menus, Workflows, Workflow Items, Components, Code Tables, etc
Detailed relationship diagrams, how each element in each of the above are related to another.
2. When I extracted the data. I see ID number, but they aren't unique or related. I wanted to build a relationship between them myself in the absence of documents but I am missing the critical unique primary key of each and how they are referred in another table.
Hi all,
Are there limitations to the size of a file or stream that %XML.Reader will parse?
I am trying to parse a large, 573MB, XML file using either the 'OpenFile' or 'OpenStream' methods, but both return errors.
When I try to use the 'OpenStream' method I get a 'ERROR #6301: SAX XML Parser Error: input ended before all started tags were ended' error',
and when I try the 'OpenFile' method I get a 'ERROR #6301: SAX XML Parser Error: <STORE>'.
'%XML.TextReader' appears to parse the file OK, so I may be able to get use that as a workaround, but ideally I would like to get '%XML.Reader' working.
An international Company ,whose Headquarter is based in Switzerland, is looking for a Senior InterSystems Developer who will join the new IT center based in Turin.
The Senior developers will design, develop and help the operation of Event Processing Solution based on the IRIS Data Platform. He will work with the global teams (India, USA and Europe) and with external partners/vendors. He/she works in coordination with the in-place Community of Practices to ensure the coherence of the development with the program architecture.
I downloaded the free version of CachePCkit_x86.exe. During installation, the antivirus detects a virus
PDM: Trojan.Win32.Generic
c: \ users \ ...... I \ temp \ pde9cb \ setup.exe
How to eliminate this problem
I need to pass a parameter string that contains slashes to a REST call.
I tried URL encoding, or making URL map to accept query parameter instead of path parameter but apparently we only allow for path parameters.
I can come with several workarounds, but these involve some transformation at client and then on server, but I'd prefer a direct support.
Q1: is there any Cache specific trick to pass slashes in path parameters
Q2: are we going to support query parameters in REST?
something like this would help:
Dan Kutac
We have a set of some fairly standard HL7 interfaces that usually end up doing about 90% of the same thing as every other interface. I'd really like to be able to write a script that I can modify some text, and have it create Services, Processes, Operations, DTL and Business Rules.
So, let me provide a more concrete example: I feel capable of a writing to and replacing variables within a text file, different process.
Hello Developers!
Have you ever had to convert HL7v2 messages to FHIR (Fast Healthcare Interoperability Resources) and found the process complicated and confusing? InterSystems is rolling out a new cloud based SaaS offering called InterSystems FHIR Transformation Service, which makes the process easy. We are excited to announce an Early Access Preview Program for our new offering, and we would love to have you kick the tires and let us know what you think! All you need is a free AWS account, with an S3 bucket to drop in your HL7v2 messages, and another S3 bucket to get your FHIR output.
Hey Community,
Enjoy watching the new video on InterSystems Developers YouTube:
⏯ Creating an HL7 v2 to FHIR Transformation Pipeline with HealthLake Target
In a data transformation, when creating a "set" action, I have a value that looks like this:
..If(..NotIn(source.Records.(k1).Property4,"Learn & Dev Supervisor,Director of Learn & Dev, Clinical Trainer Lead, Learning and Development Specialist Lead"),"TL","3")
Is there a way to target keywords such as "Trainer", or "Learning" so I don't have to keep adding specific job titles?
Similar to a LIKE statement in SQL, if that makes sense.
Hey Developers,
We love Global Masters program for dynamic, fun and networking. We love that we can get to know you better and provide you with some valuable things.
We are excited to have more members in Global Masters, and we'd like to ask your help on that:
❔ Do you know other developers who work with InterSystems technology and would love Global Masters?
▶ Here's the dedicated GM Referral page where you can leave your colleague or co-worker contact details, or get your unique referral link - to send it yourself 😊
The monthly Learning Services newsletter doesn't just show our newest resources. It also brings you content you may have missed:
...all on topics that are relevant to you! Read July's newsletter and subscribe today.
Hey Developers,
Enjoy watching the new video on InterSystems Developers YouTube:
⏯ Embedded Python: Bring the Python Ecosystem to Your ObjectScript App
Episode 20 of Data Points features a conversation with Bob Kuszewski about the Kubernetes and the InterSystems Kubernetes Operator (IKO). Take a listen to hear about some of the use cases and features of IKO, plus how it compares to InterSystems Cloud Manager (ICM) within the cloud space.
Hey Community,
We want to hear from you! Give us your feedback on the past InterSystems AI programming contest! Please answer some questions to help us improve our contests.
👉 Quick survey: InterSystems AI Programming Contest Survey
Sometimes you when create a pivot in Analyzer and see the result that shouldn't exist - don't run to create a WRC ticket, try to call the IRIS BI reset function first:
d $System.DeepSee.Reset(1)And in many cases this will solve the problem.
And if it doesn't help, create a WRC ticket )
I am trying to find the best way to evaluate if OBX-3 = ^IS TEST PATIENT? and OBX-5 = Y In the same OBX in a Business Rule
OBX|1|NM|P-CSN|1|7623201922192||||||F OBX|2|NM|P-UCI|2|||||||F OBX|3|TX|^ADT: PATIENT CLASS|1|Outpatient|||||||||20210715 OBX|4|TX|^IS TEST PATIENT?|1|Y
I started to create a function in a class that uses the Rule [] bracket syntax and extends
But after some initial troubleshooting I realized that the [] brackets will not return a value if a field is null, making the two lists different lengths and impossible to compare.
HL7.
Is there a ZEN control that allows rich text entry that can be used to print PDF reports
Hi Guys,
is there a Onmouseover event in TablePane?
I'm looking to show an image when the user hover with the mouse on a specific Cell in a tablepane, any Ideas?
Thanks'
Hi,
I have created foundation production to use FHIR server. But I am missing HS.FHIRServer.Interop.Service in my production. Is there any way to add this service automatically?
Thanks
I have an interoperability production that functions as a FHIR proxy. I have a need to add an HTTP Header value to the outbound request. I've subclassed HS.FHIRServer.Interop.HTTPOperation, but I cannot find a way to add an HTTP Header to the request. The HTTP class used in HS.FHIRServer.Interop.HTTPOperation is HS.FHIRServer.RestClient.HTTP. That RestClient class does not seem to expose or allow modification of the actual HttpRequest.
I'm used to using %Net.HttpRequest and doing a request.SetHeader(key, value) - but that isn't available - or I can't find it - when using HS.FHIRServer.
Hey Developers,
The InterSystems AI programming contest is over. And now it's time to announce the winners!
Are you excited?
A storm of applause goes to these developers and their applications:
Hi All,
I have to convert a binary 32-bit IEEE 754 floating point to an decimal representation.
Is there any inbuilt function available in Cache 2015.1 version to convert IEEE 754 floating point to decimal representation?
For Example:
Input:
IEEE 754 value => 0 10000111 10111000000000000000000
Output:
After Converting => 440.0
Thanks,
Hi,
When for any particular reason I need to update a record and don't want to pull the triggers, the keyword %NOTRIGGER can be used. But I've been trying to do the same when I change the row using the object approach, but I can't find it. Anyone knows if it's possible to avoid pulling triggers when working with objects?
Sadly, the utility "DISABLE^%NOTRIGGER" doesn't seem to exist ;-)
Thank you,
David
Hi Developers!
We had a set of technology bonuses for the InterSystems AI/ML contest.
And here is how projects collected it:
Hi.
I'm trying to serialize/deserialize an .PNG picture. After serialization in C# (using System.Text.Json.JsonSerializer) and sending it to IRIS it is deserialized with %JSONImport method and saved to %FileBinaryStream. File is created on server and can be normaly opened with Paint. But when I want to recall it in C# (serialization with %JSONExportToString and deserialization with System.Text.Json.JsonSerializer), I get an error "FormatException: Cannot decode JSON text that is not encoded as valid Base64 to bytes".
Hey Developers,
This week is a voting week for the InterSystems AI programming contest! So, it's time to give your vote to the best solutions built with InterSystems IRIS.
🔥 You decide: VOTING IS HERE 🔥
How to vote? Details below.
when trying iris, the provision sandbox isn't working. what's wrong or what should i do? thanks so much.
-crys