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:
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:
| Project | IntegratedML | Python/R Gateway | Embedded Python | PMML | Docker | ZPM | Unit Testing | Online Demo | Code Quality | Article on DC | Video on YouTube | Total Bonus |
| Nominal | 4 | 4 | 4 | 4 | 2 | 2 | 2 | 3 | 2 | 2 | 3 | 29 |
| fhir-integratedml-example | 4 | 2 | 2 | 2 | 10 | |||||||
| ESKLP | 4 | 2 | 3 | 9 | ||||||||
| cryptocurrency-rate-forecasting | 4 | 2 | 6 | |||||||||
| iris_satellite_plantation | 4 | 2 | 6 |
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
Hi,
I want to use Single Sign On(SSO) in SAML tokens using SOAP. I need X.509 certificate.
Where can I get that certificates from a trusted source?
Is any other way to do SSO in Intersystem Cache 2017.
Can anyone please help me on this.
Thanks.
I'm pleased to announce a major release of the InterSystems Server Manager extension. It has gained a UI!

Read more at Open Exchange.
Right now version 2.0 is like an aircraft at the start of the runway (remember those days before COVID-19?), waiting for the control tower to give final clearance. Will you be an early adopter, downloading the VSIX from GitHub, installing it into your VS Code, and posting back here to confirm that we haven't left anything critical behind at the gate? Then I'll push the throttles forward, publish to Marketplace, and we'll all be on our way.
Server Manager 2.0 is my entry for the current contest. If you like it maybe you'll vote for me it. ![]()
Hi,
What is the difference of class normal and date/time property and how to use in the script and what is the use of MINVAL and MAXVAL parameters?
Thanks
cAdvisor (short for container Advisor) analyzes and exposes resource usage and performance data from running containers. cAdvisor exposes Prometheus metrics out of the box.
https://prometheus.io/docs/guides/cadvisor/
Prometheus is integrated in SAM. This makes it possible to leverage the cAdvisor metrics and expose them via Prometheus and Grafana.
Since cAdvisor listens on port 8080, which conflicts with the Nginx port, you can choose to change the Nginx port to accommodate that.
Configuration Steps:
1. Change nginx port.
modify nghix.conf:
server {
listen 9991;
This allows you to access
Hi!
Does anyone have a cleaner approach than this for looping through grouped NTE segments in order to set the segment ID in an ORM? I am aiming to avoid the NTE segments that may follow the PID segment and find the NTE's that follow the OBR segment. By using the below If statement in the While loop, I'm finding NTE's that have comments in the fourth field (PID NTE's tend not to have these in the messaging I'm seeing, I'm awaiting confirmation on this), as well as finding my newly inserted NTE segment using $FIND to locate the colon (I've concatenated some values).
Although this code is
Talking with a friend of mine, Machine Learning specialist @Renato Banzai , he brought one of the biggest challenges faced by companies nowadays: deploying ML/AI in live environments.
Hello everyone,
I have a question and if you have some code, it would be lovely.
I had to create a connector which is biredictionnal. What does I mean by this?
I have to send ADT to an certain ip +port by TCP but I have to receive query A19 by this same ip+port.
Is it possible to create such a connector that can do both?
I read about pipe but i think it's too low-leveled .
Thanks,
Thomas
I'm writing a ZEN PDF report that uses StyleCalls to modify/HiLight table cells.
Is it possible to use a ZenMethod to create the Xdata below? I need to modify the colors based on flags.
XData XslFoXslt
{
<xsl:template name="HighLight">
<xsl:param name="Value"/>
<xsl:if test="$Value = 0">
<xsl:attribute name='font-weight'>normal</xsl:attribute>
<xsl:attribute name='background-color'>#ffffff</xsl:attribute>
</xsl:if>
<xsl:if test="$Value = 1">
<xsl:attribute name='font-weight'>normal</xsl:attribute>
<xsl:attribute name='background-color'>#dfdfdf</xsl:attribute>
</xsl:if>
<xsl:if test="$Value = 2">
<xsl:attr
Hi,
In Event Log there is Assert event type along with Error, Warning, Alert, Trace and Info types. What is Assert event type in Event Log view and What is the use in production?
Thanks
Hello everyone,
I'm creating a REST API with InterSystems Ensemble.
I already have a POST route that parses JSON content into an object defined in a class.
To parse the JSON content, I'm using the JSONStreamToObject method in the Ens.Util.JSON class
Here is how I use it:
Set tSC = ..JSONStreamToObject(%request.Content, .tObject, "MyClass", 1)
While the route works and does what it should, in theory.
I noticed that when passing empty string or null values inside the JSON content, the values do not appear at all in the object's instance.
Therefore, there is not difference between a null value and an
Hi folks!
How do you edit data in IRIS or Caché? What do you use?
Change globals directly via Management Portal?
Change data using SQL?
Use your favorite dev tool? Which one?
Crafted your own?
Share your experience, please?
Greetings
Reaching out the development community to understand if there is anybody out there whom have developed a financial transactional switch or stock exchange on Intersystems before. If so please DM me on +27 66 243 1618.
Many thanks and Regards
Johan Bosch - Founder and CEO
POLC Global
A robot is not expected to be either huge or humanoid, or even material (in disagreement with Wikipedia, although the latter softens the initial definition in one paragraph and admits virtual form of a robot). A robot is an automate, from an algorithmic viewpoint, an automate for autonomous (algorithmic) execution of concrete tasks. A light detector that triggers street lights at night is a robot. An email software separating e-mails into “external” and “internal” is also a robot. Artificial intelligence (in an applied and narrow sense, Wikipedia interpreting it differently again) is algorithms for extracting dependencies from data. It will not execute any tasks on its own, for that one would need to implement it as concrete analytic processes (input data, plus models, plus output data, plus process control). The analytic process acting as an “artificial intelligence carrier” can be launched by a human or by a robot. It can be stopped by either of the two as well. And managed by any of them too.
Hey Community,
We are really looking for your feedback on a new offering - InterSystems FHIR Transformation Service.
It went live on AWS Marketplace where you can try it for free!
We launched a related challenge on GM where you can get points for giving it a try and a "thank you" prize to everyone who leaves feedback in comments to this post.
After calling an API with
Do request.Get("/api/address/listing")
Set data = {}.%FromJSON(request.HttpResponse.Data)
I get this error:
<THROW>%FromJSON+37^%Library.DynamicAbstractObject.1 *%Exception.General Premature end of data 12 Line 1 Offset 0
any clue what might be causing this?
I have a report that requires a different header block for the first page and another for subsequent pages.
Is there a way to direct a header page to another header page based on what the current page number is?
Hey Developers,
See how API management can simplify healthcare application development with FHIR:
I want to achieve the same function as the management portal under the Utilities menu。
I wrote a studio.sourcecontrol menu tool. I want to use chrome to open the CSP page. Now I can open it to CSP, but the IP address is the intranet IP of the cloud server. How can I get the IP of the current studio connection?
Set Action=3
Set CompName = $p(InternalName,".CLS")
//Do ##class(%Studio.General).GetWebServerPort(.IP,.Server,.urlprefix,.ipport)
Set url= ##class(csp.csp.download).%GetParameter("CSPURL")
Set IP = $p($zu(54,13,$zu(54,0)),",") // Intranet IP 。
Hello I am in My 2nd year of Engineering, and want to learn Python Programing Language, Please suggest to me the best books and best online resources that will help me to learn the python language.
I work on an ERP system and am trying to set up a dashboard according to a customer request. It's a pivot table with a few controls and filters, nothing too difficult, but I'm having some issues with drill down.
We've got item sales data.Quantity sold, sales dollars, cost, gross profit as both dollars and a percentage.It's starting out with one row per item.From there, we can drill down to see which salesmen have sold that item and get all of those numbers for each salesman.
the start date must always
be the first day of the effective salary month.
Hi,
I have two questions: