Encontrar

Question
· May 9

Age Calculator in BPL

Hello All,

No matter what I try in Business Process Logic (BPL), I am unable to calculate the patient's age in days or years.

Has anyone ever built logic in a Business Process (BPL) to calculate a person's age in days?

Thank you!

7 Comments
Discussion (7)2
Log in or sign up to continue
Announcement
· May 9

The technical article contest in Spanish begins on Monday

Hello everyone!

FINALLY!! The technical article contest in Spanish begins on Monday  🎉🎉

 

On that same day, we will publish the rules and prizes of the contest. We can tell you in advance that you will love them. Of course, we will announce that there will be a gift for everyone who participates, as well as different bonuses, topics, and tips that will help you with your articles.

The contest dates: May 12th to June 8th.

Are you ready? Maybe this weekend you’ll get your first burst of inspiration! 🤩

See you soon!! ✍

Discussion (0)1
Log in or sign up to continue
Announcement
· May 9

El lunes comienza el concurso de artículos técnicos en Español

Hola a todos!

POR FIN!! El lunes comienza el concurso de artículos técnicos en español. 🎉🎉

 

Ese mismo día publicaremos las bases premios del concurso. Os adelantamos que os encantarán. Por supuesto, anunciaremos que habrá un regalo para todos por participar, así como diferentes bonus, temáticas y consejos que os ayudarán con vuestros artículos.

La fecha del concurso: 12 de mayo al 8 de junio.

¿Estáis listos? ¡Quizás este fin de semana os venga la primera inspiración! 🤩

Nos vemos pronto!! ✍

Discussion (0)1
Log in or sign up to continue
Question
· May 8

Embedded SQL result issues inside %ZLANGC routine

Hello Community,

I executed the below query in the %ZLANGC00.mac routine. It returns results when using dynamic SQL, but not with embedded SQL(returns 0). 

 &SQL(SELECT count(*) INTO :Cnt FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE='BASE TABLE'")
 Write "SQL Table count : "_Cnt,!
 Set tResultSet = ##class(%SQL.Statement).%ExecDirect(,"SELECT count(*) FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE='BASE TABLE'")
 Do tResultSet.%Display()

Thanks!

4 Comments
Discussion (4)2
Log in or sign up to continue
Announcement
· May 8

[Video] Building Integrations: A New User Experience

Hi, Community!

Looking to modernize the way you build interoperability screens in InterSystems® products? Take a tour of some recent UI improvements.

Building Integrations: A New User Experience

https://www.youtube.com/embed/zupj1P7Plgo?utm_source=youtube&utm_medium=social&utm_campaign=zupj1P7Plgo
[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]

Discussion (0)1
Log in or sign up to continue