新しい投稿

查找

質問
· 2024年12月19日

Article "Ansible modules and IRIS demo" qlist bug

Has anyone tried the Ansible module for qlist in the article "Ansible modules and IRIS demo"?

There appears to be a bug in the qlist code as it assumes that the qlist output has an undocumented field.

I do not have the undocumented field in the output.when I run qlist so I keep getting the error "Unexpected IRIS qlist output format".

I assume that in most cases there is no undocumented field in the output.

In this module:
"iris_qlist.py"
in this test:
"if len(items) != len(IRIS_INSTANCE_DETAILS):
    module.fail_json(msg="Unexpected IRIS qlist output format", output=stdout)"
should be:
"if len(items) < len(IRIS_INSTANCE_DETAILS):
    module.fail_json(msg="Unexpected IRIS qlist output format", output=stdout)"
as this array
"IRIS_INSTANCE_DETAILS"
has an extra member that usually does not exist
"iris_qlist_extra_field_not_in_documentation"

What does everyone think?

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
質問
· 2024年12月19日

ERROR <Ens>ErrException: <MAX $ZF STRING> zPrepareW+1^%Library.SQLGatewayConnection.1

Every time I try to update an SQL table using odbc connection, I'm getting: ERROR <Ens>ErrException: <MAX $ZF STRING>zPrepareW+1^%Library.SQLGatewayConnection.1

Set sqlStatement = "UPDATE dbo.Table1 SET OriginalMessageText="_OriginalMessageText_"WHERE Id='"_Id_"'"
$$$TRACE("SQL Statement: "_sqlStatement)

I know that the problem is with the length of the ORU HL7 message  (that contains OBX base64 PDF file ) I'm trying to update in the table, but is there a way to fix this? other than truncating the message ?

I also tried this statement but it didn't work as well


Set sql = "UPDATE dbo.Table1 SET OriginalMessageText=?  WHERE Id=?"
Set status = ##class(%SQL.Statement).%Prepare(sql)
Do statement.%Execute(OriginalMessageText, Id)

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

Webinar com os vencedores do Concurso de Tutoriais Técnicos InterSystems IRIS

Olá Comunidade! 

Realizaremos um Webinar com os vencedores do Concurso de Tutoriais Técnicos InterSystems IRIS da Comunidade de Desenvolvedores PT.

Teremos a oportunidade de conhecer um pouquinho mais os membros vencedores do concurso que contribuíram, e continuam colaborando, com ótimos tutoriais e conteúdos para a nossa Comunidade. 

A classificação foi:

🥇 1º lugar: Utilizando IRIS - Vector Search - Estudo de Caso: Recomendação de Filmes por @Davi Massaru Teixeira Muta

🥈 2º lugarUsando o FHIR SQL Builder por @Yuri Marx

🥉 3º lugarUsando o Python no InterSystems IRIS – Calculando uma Regressão Linear Simples por @Julio Esquerdo 

Os 3 vencedores terão a chance de compartilhar conosco como foi o preparo e a escolha dos temas para a criação dos tutoriais participantes no concurso.  

Inscreva-se e participe conosco desse encontro.

Esperamos vocês!  😉

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

[Video] Configuring Federated Single Sign-On in HealthShare

Hi, Community!

Great news for HealthShare® customers! You can use single sign-on (SSO) to access your HealthShare apps more efficiently.

🔒Configuring Federated SSO in HealthShare (video, 11m)

Single Sign-On for HealthShare: configure federated SSO


Using SSO, you can access all your HealthShare apps at once, including HealthShare® Clinical Viewer and Care Community.

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

Technological Bonuses Results for the InterSystems "Bringing Ideas to Reality" Contest

Hi Developers!

We are happy to present the bonuses page for the applications submitted to the InterSystems "Bringing Ideas to Reality" 2024 Contest!

See the results below.

Project

Vector Search

Embedded Python

InterSystems Interoperability

IRIS BI

VSCode Plugin

FHIR Tools

Docker

IPM

Online Demo

Find a bug

Code quality

First Article on DC

Second Article on DC

Video on YouTube

YouTube Short

First Time Contribution

Total Bonus

Nominal 3 3 3 3 3 3 2 2 2 2 1 2 1 3 1 3 37
IRIS WHIZ - HL7v2 Browser Extension                       2   3     5
ServiceInspection   3 3       - -                 6
vault-link   3         2 2                 7
SharePoint Online SPO REST API     3                 2   3   3 11
tz - ObjectScript Time Zone Conversion Library   3 3       2 2     1 2       3 16
iris-http-calls     3     3 2 2 2     2 1 3     18
ks-fhir-gen     3     3 2       1           9
Database-Size-Monitoring             2 2       2         6
iris-unit-test-dashboard     3       2             3     8
IRIS Global VSCode Editor         3             2 1 3 1   10
iris-HL7v2Gen   3 3       2 2     1 2         13
Doxygenerate             2 2 2     2 1 3     12
docs-intersystems                 2               2

Please apply with your comments for new implementations and corrections to be made here in the comments or in Discord.

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