検索

お知らせ
· 2025年10月9日

[Video] September Developer Meetup Recording - FHIR as an AI Platform

Hey Community,

The InterSystems team put on our monthly Developer Meetup with a triumphant return to CIC's Venture Café, the crowd including both new and familiar faces. Despite the shakeup in both location and topic, we had a full house of folks ready to listen, learn, and have discussions about health tech innovation!

The topic of our September meetup was FHIR, AI and Interoperability, and the work of a whole team of folks from InterSystems was presented in a talk on the subject. @Elijah Cotterrell and @Duc Lanwyn both presented on the topic of FHIR as an AI Platform: Starting with the history of standards up to and including FHIR, detouring into a technical discussion of FHIR and it's use in AI applications, and closing with a forward-facing look at its applications as a standard for synthetic data.
 

If you weren't able to attend, you can find the recording from the meetup available virtually at the link below:

⏯️ FHIR as an AI Platform: EHRs, Simulations, and Safety

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
お知らせ
· 2025年10月9日

[Video] Considerations for Adopting Health Connect Cloud

Hi, Community!

🌤 Wondering about the potential benefits of moving to the cloud? Hear from our experts about:

Considerations for Adopting Health Connect Cloud

In this video, you will hear from HealthShare® Health Connect Cloud™ experts @Regilo Regilio Guedes de Souza and @Dennis Zanetti as they discuss:

  • How the on-prem HealthShare® Health Connect differs from the cloud-based service
  • Benefits of a managed cloud service
  • What to expect when deploying
ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
質問
· 2025年10月9日

Is there a way to edit and recompile a deployed class?

I have a class that extends %CSP.REST which made I deployed using $system.OBJ.MakeClassDeployed. After upgrading IRIS, the web app which uses that class no longer works with an ObjectScript error.

In the past, I fixed that problem by adding a dummy new line or a comment then recompiled that class. For this deployed class, I can't add a new line and recompile the class (the code shows up as locked in Studio). Simply running $system.OBJ.compile() is not fixing the web app issue.

Is there a way to edit a deployed class then recompile it?

2 Comments
ディスカッション (2)1
続けるにはログインするか新規登録を行ってください
お知らせ
· 2025年10月9日

InterSystems Community GitHub

Hello Community,

Alongside the InterSystems Open Exchange application gallery, the InterSystems Community GitHub hosts examples, libraries, and demos built with InterSystems technologies.

🔹 InterSystems Community GitHub (github.com/intersystems-community)

It includes:

  • Example applications and templates
  • Libraries and connectors
  • Experimental projects and demos

These repositories are not officially supported by InterSystems, but they can be useful for learning and exploring InterSystems technologies.

You’re welcome to explore the repositories and use them as a reference for your own projects.

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
記事
· 2025年10月9日 2m read

How Windows users can try gj :: configExplorer standalone

In my previous article introducing gj :: configExplorer I flagged up how an apparent bug in the Windows elements of the Native API for Node.js means it's not currently available to run in VS Code on a Windows desktop. In a comment on that article I offered a workaround, but this requires a Docker-equipped Linux host you can SSH to.

If you don't have a suitable target it's now possible to leverage your local Windows Docker Desktop. Here's how:

  1. Open a new VS Code window.

The original steps 2 through 9 can be simplified by running 'Dev Containers: Clone Repository in Container Volume...' from Command Palette and entering 'https://github.com/gjsjohnmurray/gjConfigExplorer.git' at the prompt.

  1. Go to Source Control view by clicking on its Activity Bar icon.
  2. Click the 'Clone Repository' button.
  3. Paste `https://github.com/gjsjohnmurray/gjConfigExplorer.git` into the top-centre prompt and press Enter.
  4. Choose a folder in which to create the clone's folder.
  5. When prompted, open the cloned repository.
  6. Trust the author if prompted.
  7. Look for a notification (lower right):
  8. Click 'Reopen in Container'. This step may take a few minutes to complete.

The container runs a Linux instance which itself contains Docker, a technique called 'Docker in Docker'.

  1. Dismiss the notification about recommended extensions.
  2. Wait until the activity of the postCreateCommand from devcontainer.json completes.
  3. Switch to Run and Debug view, then click the 'play' button. Or simply press F5.
  4. When the Extension Development Host (EDH) window opens, dismiss the notification about being unable to connect to 'iris'.
  5. In Explorer view, right-click on the docker-compose.yml file and choose 'Compose Up'.
  6. Wait a few minutes for the intersystemsdc/iris-community:latest image to download in the inner (Linux-hosted) Docker. This will provide an IRIS container whose configuration gj :: configExplorer will explore.
  7. When the terminal output reports that the container test-iris-1 has started, click on the iris[USER] status bar panel and in the top-centre prompt choose 'Toggle Connection'.

Now click here:

Wait for Structurizr Lite to be started in another container in your Linux container.

Once Structurizr Lite has started you should see a new tab open in your web browser. The page might initially be blank while it downloads resources, but soon you should get this:

A click on the second thumbnail give this:

The 'iris' instance is configured with two ECP data server connections. These are fake because IRIS Community edition's license doesn't include the ECP feature, but luckily this restriction doesn't prevent us defining the connections.

Click on the third thumbnail to get this:

Then use its Zoom button (lower right) plus horizontal scroller to see this:

If you like what you're seeing please support this extension by voting for it in the current DC contest. Voting closes on Sunday 12th October at midnight US Eastern time.

1 Comment
ディスカッション (1)1
続けるにはログインするか新規登録を行ってください