InterSystems Developer Community is a community of 20,038 amazing developers
We're a place where InterSystems IRIS programmers learn and share, stay up-to-date, grow together and have fun!

Hey Community,

Enjoy watching the new video on InterSystems Developers YouTube:

Semantic Interoperability at Healthix: Using Managed Terminology within HealthShare @ Global Summit 2022

https://www.youtube.com/embed/4BRD0xwYOZ8
[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]

0 0
0 287
Article
· Nov 18, 2022 1m read
Jupyter and IRIS - The Simple Version

There are several great articles in the community showing how to use Jupyter and InterSystems IRIS together, and I encourage you to check them out in the link at the end of this article for more in depth understanding.

This is just another one, the difference is on the simplicity. Do you want to just start a container where Jupyter is already connected to an IRIS instance? Then this is for you!

2 2
0 656

I would like to define an advanced filter within my pivot table that allows me to look at diagnosis codes, or at procedure codes - but I do not want to hard code values within the pivot table definition (get the %OR defined).

I would like to be able to allow my dashboard user to chose what specific diagnosis codes or procedure codes they are interested in. So for example one user may want to look for # of patients with cancer dx or patients who have had a radiation procedure.

How can I accomplish this OR feature using dashboard filters?

0 2
0 393

Hey Developers,

Watch this video to learn how InterSystems has been building out capabilities to support current and future regulations in the US market that can have a significant impact on payers and providers:

How InterSystems Supports the CMS & ONC Regulations as well as Prior Authorization @ Global Summit 2022

https://www.youtube.com/embed/vt7KHbln3lY
[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]

0 0
0 322

Hi guys,

Open question for all of you...

We are getting some warnings in our code of a class definition when switching namespaces in the code, because the classes we use in different namespace wouldn't exist in each other's... an example:

ClassMethod DoSomething() {
     set oldNS=$zutil(5)
     znspace "SECONDNS"
     set ok=##class(MyPackage.MyClass).MyMethod()
     znspace oldNS
}

In that example, the vscode "Intersystems Language Server" extension would tag "MyPackage.MyClass" as a problem because that class only exists in the second namespace.

0 7
0 700

Hello everyone,

I have a doubt, its possible to use interface like C# using COS?

Remember, interface is different from Abstract Class, because a abstract class can implement code in the method, so I don't want this, I want only define the methods from Class, not allowing implement code.

2 5
0 686

Hi Developers,

We're super excited to share with you the new awesome functionality of the Online Analytics Dashboard for every Community member 🔥

From now on, you can see your own detailed statistics for the current week, month, and all time, including:

  • number of views, likes, comments, followers
  • timeline graphics of views, likes, actions with your posts, comments
  • a table containing info about views, comments, and likes for your every post

      11 1
      0 477
      Question
      · Nov 15, 2022
      Message Router "Copy"

      I copied an existing message router and when I make changes to the rules in the copy it changes the values in the original message rounter.

      How can I update my copy to have unqie values in my rules.

      0 3
      0 327

      Hello,

      Thank you for reading this question, and thank you for your time and replies.

      I was wondering which ways, tools, mechanisms, or vias would you recommend to teach to kids, teens, adults, being your sons / daughters or not; your passion or likelihood for programming and computers?

      I know there are some programming free games like the following ones:

      2 5
      0 283
      • I have created a business service that uses an adaptor that I wrote by extending Ens.InboundAdapter (i.e. the ADAPTOR parameter is set to my custom adaptor ).
      • The OnTask() method of my adaptor polls our IRIS database to determine which records are ready to be sent out of our system to an external target system.
      • If the record is ready the OnTask() method creates an instance of the Business Service and then calls the OnProcess() method sending in the record as the input.
      0 2
      0 408

      Hey Community,

      We are glad to invite you to the upcoming kick-off webinar on the FHIR for Women's Health programming contest.

      FemTech (software for women’s health) is an integral part of modern healthcare delivery that individualizes care and encourages patient empowerment. The women’s digital health market is projected to continue to grow as we prioritize and de-stigmatize women’s health issues.

      In this webinar, we'll show you some of the general principles and problems of solving issues connected to women's health, as well as share some great ideas for your inspiration. As always, we’ll discuss and answer the questions on how to build solutions using InterSystems IRIS for Health.

      Date & Time: Monday, November 14 – 11:00 AM EDT

      Speakers:
      🗣 @Aya Heshmat, Product Specialist
      🗣 @Dean Andrews, Head of Developer Relations
      🗣 @Evgeny Shvarov, InterSystems Developer Ecosystem Manager

      >> Register here <<

      https://www.youtube.com/embed/kHSypgf5qOw
      [This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]

      1 1
      0 787

      Hey Developers,

      Watch this video to learn how InterSystems IRIS users are deploying Embedded Python to speed their application development:

      Embedded Python Use Cases @ Global Summit 2022

      https://www.youtube.com/embed/JMqpV-pgyDU
      [This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]

      0 0
      0 375
      Article
      · Nov 15, 2022 6m read
      How to develop in Logi

      Today we will talk about InterSystems Reports. This is a BI system that provides you with tools to create static reports and export them to different file formats. We will see how it works using the DC Analytics public analytical sample as an example. In this article, we will examine how to familiarize yourself with the reports available in the repository, how to make a new report based on a ready-made data structure, and how to prepare a data structure from scratch.

      3 0
      0 552

      I am following the ESB tutorial(https://learning.intersystems.com/course/view.php?id=77) and using my local system(2014.1.5) windows 7. I click the button on SoapUI for the Weather piece (http://127.0.0.1:57774/esb/soap/Weather/GlobalWeather.asmx) and get the response of <text>ERROR &lt;Ens&gt;ErrBusinessDispatchNameNotRegistered: Business dispatch name &apos;EnsLib.SOAP.GenericService&apos; is not registered to run</text&

      0 6
      0 2.4K
      Question
      · Nov 14, 2022
      Image Download from URL

      Hello,

      I'm currently struggeling with a HTTP request to a URL, which contains an jpeg image file.

      Testing the request with a browser or Postman results in the image being shown normally.

      Using a %Net.HttpRequest with different configurations has resulted in a corrupted file.

      My code works for some URLs from other servers perfectly fine, but with some it produces corrupted file contents which do not represent a jpeg.

      0 5
      0 451

      Hi Developers,

      We're pleased to announce that InterSystems is hosting its partner days in Germany – InterSystems Partnertage DACH 2022!

      During this time you will be able to exchange product innovations and practical tips and tricks between InterSystems experts and your colleagues in Darmstadt. And of course, a lot of networking, because there is a lot to catch up on!

      🗓 Dates: November 23-24, 2022

      📍 Venue: Wissenschafts- und Kongresszentrum darmstadtium in Herzen Darmstadts
      Schloßgraben 1, 64283 Darmstadt

      The agenda of the two-day partner days consists of a mix of keynotes, informative sessions, and masterclasses. Read on for more details.

      1 0
      0 487
      InterSystems Official
      · Nov 8, 2022
      ZPM is now InterSystems Package Manager (IPM)

      I'm pleased to announce a milestone in the lifecycle of the ObjectScript package manager, ZPM. The package manager has offered developers the ability to neatly package up ObjectScript code and deployment configuration settings and version information in a convenient way. Over the last few years, it has evolved greatly into an integral part of many development workflows.

      22 10
      3 1.6K
      Discussion
      · Nov 9, 2022
      Code Golf: Word Order

      We're back with a code golf!

      You will receive a string. Each word in the string will contain a number.
      This number is the position that word should have in the sentence.
      If the input string is empty, return an empty string.
      The output can only be in words, without the given numbers.

      Input

      "i2s T1his Te4st a3"

      Output

      This is a Test

      2 13
      0 598