Hi!
I'm trying to set up a Clinical Viewer demo env with HealthShare 2024.2.
I've done the standard installation following the doc :
Everything works until I get to the point where I have to enable federated SSO (UCR demo - Federated SSO). Once it is activated, I can no longer access the instance through the portal, and the browser displays the following error:
.png)
Checking the messages.log, I see that every time I try to enable federated SSO and access the portal, I encounter the following error:
12/24/24-10:51:55:639 (98515) 2 [Utility.Event] Error in %ZHS.OAuth2.UI.Login:OnPreHTTP- ERROR #5809: Object to Load not found, class 'OAuth2.Client', ID '172.24.40.31-443-ucr-hs-instance'
I followed the doc step by step. Am I missing something here?
Thanks!
9 Comments
https://jp.community.intersystems.com/node/581151
Chers membres de la Communauté,
Alors que l’année touche à sa fin, nous souhaitons vous adresser nos plus chaleureuses félicitations pour cette incroyable année de contributions, de partages et d’échanges.

Que cette saison festive soit une véritable pause dans votre flux de tâches, avec des moments de déconnexion bien mérités (ou d'exploration de projets passionnants 🎄). Nous sommes impatients de voir quelles nouvelles lignes de code et idées brillantes vous apporterez en 2024 !
Merci pour votre créativité, votre passion, et votre engagement. Passez d’excellentes fêtes et une nouvelle année pleine de succès numériques ! 🥳
Avec toute notre gratitude,
L’équipe de la Communauté des Développeurs ❤️
https://jp.community.intersystems.com/node/580991
Hi everyone,
I'm looking for a tool that can be used as a base to create an interface that allows a non-technical user to easily forward messages.
The idea is that the user can find an already sent HL7 message and forward it by modifying specific fields of the message without needing any technical knowledge.
An example would be something similar to the Ensemble search engine, but with a less technical and much more intuitive approach and that only allows changing 1 or 2 fields.
Is there a solution in the community or something that I can adapt for this purpose? Something like a React frontend that communicates with the IRIS backend for resending.
I can't find anything and it might have to be created from scratch, but just in case...
Thanks in advance for your help.
https://jp.community.intersystems.com/node/581146
記事
姚 鑫 · 2024年12月23日
2m read
第五十六章 File 输入 输出 - USE 命令
US
命令
USE
命令使打开的顺序文件成为当前设备。可以打开多个顺序文件,但一次只能使用一个顺序文件。
语法
USE file:position
任何有效的文件规范,用引号括起来。指定的文件必须已打开。在 UNIX
路径名中,可以使用波形符 (~
) 扩展来指示当前用户的主目录。例如:~myfile
或 ~/myfile
。
https://jp.community.intersystems.com/node/581131
We have a customized doctype with iterated PIDgrp, so I have a rule that needs to evaluate the pv1:3.1 value to decide which operation the HL& message should go, so I debugged the value in the rule and it definitely should go to the when #2 but it just won't. so did I do anything wrong or it is just the InterSystems doesn't like the iteration value here? I only need to evaluate the first pv1:3.1
.png)
.png)
4 Comments
https://jp.community.intersystems.com/node/581126