検索

Discussão (0)0
Entre ou crie uma conta para continuar
Anúncio
· jan 21

[Video] Containers & Kubernetes - Proper Use and Lessons Learned

Hey Community,

Enjoy the new video on InterSystems Developers YouTube:

⏯ Containers & Kubernetes - Proper Use and Lessons Learned @ Global Summit 2024

When does it make sense to use containers? How about Kubernetes? Join us to learn about the proper use of containers and lessons learned with Kubernetes deployments, and pitfalls to avoid.

Presenters
🗣 @Mark Bolinsky, Principal Technology Architect, InterSystems
🗣 @Ariel Glikman, Sales Engineer, InterSystems
🗣 @Bob Kuszewski, Product Manager, Developer Experience, InterSystems
🗣 @Kai Zou, Manager of Release Engineering, InterSystems  

Learning has never been this easy - tune in and subscribe to stay inspired! 👍

Discussão (0)1
Entre ou crie uma conta para continuar
Anúncio
· jan 21

Top InterSystems Developer Community Authors of 2024

Hey Developers,

It's time to announce the Top InterSystems Developer Community Authors of 2024 🎉

We are pleased to reward the most active contributors across all regional DC sites (EN, ES, PT, JP, CN, and FR):

  • Breakthrough of the Year
  • Top Best-Selling Authors
  • Top Experts
  • Top Opinion Leaders

Let's look at the DC Wall of Fame 2024 and greet everyone with big applause! 👏

Badge's Name Winners DC Winners InterSystems
 
Nomination: Breakthrough of the Year
Breakthrough of 2024

  

@john.smith4237

@Meenakshi Muthu

@Eyal Levin

@Alin Soare

@Veerraju Grandhi

@Takao Otokita

@Maxim Gorshkov

@Nicole Sun

@Brad Nissenbaum

@Shuheng Liu

 
Nomination: InterSystems Best-selling Author
1st place: 
Gold Best-Selling Author

  

@Muhammad Waseem

@Luis Angel Pérez Ramos

2nd place: 
Silver Best-Selling Author

  

@Robert Cemper

@Megumi Kakechi

3rd place: 
Bronze Best-Selling Author

  

@Iryna Mykhailova

@Hiroshi Sato

Best-Selling Author

  

@Heloisa Paiva

@Pierre LaFay

@David Hockenbroch

@姚 鑫

@sween

@Kurro Lopez

@Yuri Marx

@Mihoko Iijima

@Alberto Fuentes

@Sylvain Guilbaud

@Guillaume Rongier

@Toshihiko Minamoto

@Ricardo Paiva

@Danusa Calixto

 
Nomination: InterSystems Expert
1st place: 
Gold Expert

  

@Enrico Parisi

@Luis Angel Pérez Ramos

2nd place: 
SilverExpert

  

@Robert Cemper

@Alexander Koblov

3rd place: 
Bronze Expert

  

@Jeffrey Drumm

@Brett Saviano

DC Expert

  

@Julius Kavay 

 @John Murray

@David Hockenbroch

@Ashok Kumar T

@Robert Barbiaux

@Stephen Canzano

@Yaron Munz

@Eduard Lebedyuk 

@Ben Spead 

@Timo Lindenschmid 

@Guillaume Rongier 

@Timothy Leavitt 

@Sylvain Guilbaud 

@Tani Frankel  

 
Nomination: InterSystems Opinion Leader
1st place: 
Gold Opinion Leader

  

@Robert Cemper

@Luis Angel Pérez Ramos

2nd place: 
Silver Opinion Leader

  

@Iryna Mykhailova

@Sylvain Guilbaud

3rd place: 
Bronze Opinion Leader

  

@Enrico Parisi

@Guillaume Rongier

DC Opinion Leader

  

@Muhammad Waseem

@Pierre LaFay

@Heloisa Paiva

@Kurro Lopez

@David Hockenbroch

@John Murray

@Yuri Marx

@Julio Esquerdo

@Ben Spead

@Timothy Leavitt

@Danusa Calixto

@Eduard Lebedyuk

@Evgeny Shvarov

@Mihoko Iijima

@Hiroshi Sato

 

This list is a good reason to start following some of the great authors of the Developer Community ;)

BIG APPLAUSE TO OUR WINNERS!

Congratulations to all of you, and thank you for your great contributions to the InterSystems Developer Community in 2024! 

15 Comments
Discussão (15)7
Entre ou crie uma conta para continuar
Pergunta
· jan 21

In Studio is there a way to access the code that flags whether a project has unsaved changes? (is there a property that controls the "star" on unsaved projects?)

I'm working on some code that would benefit from being able to see whether or not a project file has been saved in Studio.

I can see when I make changes, that the project name has an asterisk added to it:

In searching for it, however, I haven't been able to find any methods or calls to access the property/check that controls that asterisk.

My question is whether anyone out there knows if that is accessible and if so then how can it be accessed.

I'd like to add a check in my code that enforces that the project file must be saved prior to proceeding with the intended action. (alerting in case the asterisk is present, e.g. the project hasn't been saved)

 

2 Comments
Discussão (2)2
Entre ou crie uma conta para continuar
Pergunta
· jan 21

file process workflow in healthcare cloud

Hello,

We are doing the hl7 integration migration from cloverleaf to InterSystems Healthshare.  so I have an application has workflow like below, and I am seeking the suggestion of the workflow in InterSystems HealthConnect cloud version.

The current application has workflow like this.

1. local server has Cron job every night to create about 10 files with specific name and next day's timestamp in file name with a dummy word in it and the files located in local cloverleaf server. pretty much 1 facility per file, file name has facility name and timestamp in it.

2. next day when we have lab reports in Epic, and the message will flow to cloverleaf server and write the messages(with transformation) in the related facility file that is generated in step 1, when the day is done, we have full day's messages in the file in cloverleaf server, it is same server as step 1

3. in another sftp server, we have Cron job, that comes next early morning every day to pick up the files in step 2 , call a tcl script to do data manipulation(remove duplication) and add foot and header etc. and then send the files to another destination sever for vendor process.

so my question is, now in InterSystems we have cloud server so we do not have local machine to store the file any more, so what's the recommended workflow here?  for step 1, I assume I need to use a service to produce the file and put on a ftp server , intersysetm says we can do a S3 storage but it is not built yet.  for step 2, since we have no local server, is it possible to map a S3 storage as a local server so I can write the file, or I need to pull the file down and write and sftp it back for every message? for step 3, I assume I need to sftp down the file, use vss code to write a related script to manipulate the data and then sftp the file back to the cloud storage?  would my assumption work this way?

Thank you in advance!

Discussão (0)1
Entre ou crie uma conta para continuar