发布新帖

Pesquisar

问题
· 三月 3, 2022

Customizing SDA in HealthInsight - excluded tables

i'm trying to extend both the MemberEnrollment and the MedicalClaim objects in HS.  The CareProvider is perfect for some of my extensions (Operating provider, referring provider, third-party insurer), but the documentation says https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...

 

I need something that is just like a CareProvider, and I will be using the CarePRoviderType as a CodeTableDetail.  

 

Why is CareProvider excluded?  Does this mean I can't add property HS.Local.SDA3.MemberEnrollment.PHPProvider as HS.SDA3.CodeTableDetail.CareProvider?  

 

What is a better solution? Yes, this is also going to go to HealthInsight, so I'll need an analogous table in HSAA.

 

Thanks,

Laura

2 Comments
讨论 (2)1
登录或注册以继续
问题
· 三月 2, 2022

C#/.NET XEP - Storing an object array generates a Console Write "Elapsed server write time: [elapsed time]"

Calling  InterSystems.XEP.Event.Store(object[]) issues an unnecessary debug console line "Elapsed server write time:..." which is polluting the console window.
Traced it to a IRIS.xepSSNDFinish

Is there any way this can be disabled?

 

Thanks!

1 Comment
讨论 (1)0
登录或注册以继续
文章
· 三月 1, 2022 阅读大约需 2 分钟

ミラー・データベースがミラー構成削除後に読み取り専用でマウントされる

これは、InterSystems FAQサイトの記事です。

ミラー構成削除時に、ミラー・データベースのミラー属性を削除するオプションを指定しないと、通常データベースに戻すことができず、次回マウント時に読み取り専用でデータベースがマウントされます。 読み書き可能なデータベースに戻すためには、システムルーチン ^MIRROR を使用してミラー属性を削除する必要があります。
手順は以下のとおりです。(%SYSネームスペースで実行します。)

%SYS>do ^MIRROR
 
This instance is not initialized as a mirror member
 
1) List mirrored databases
2) Remove one or more mirrored databases
3) Create a Mirror
4) Join Mirror as Failover Member
5) Join Mirror as Async Member
 
Option? 2     ※ 2 を入力します。
There is one mirrored database on this system
Remove it? y      ※ yes または y を入力します。
Removing c:\intersystems\ensemble\mgr\mtest\ ...succeeded
Press to return to the main menu...


【補足】 フェイルオーバーメンバそれぞれでミラー構成の削除を行う際、データベースのミラー属性も一緒に削除するかどうか確認するメニューは、以下のように表示されます。

In addition to the above, do you also want to remove mirror attribute of
mirrored databases (the databases themselves will not be deleted)? y 


管理ポータルでミラー構成を削除する際のミラー属性削除の画面は、以下のように表示されます。

ミラー属性削除の図


デフォルト選択が<no>であるため、yまたはyesを指定しないとミラー属性は削除されません。 ^MIRRORの使い方や、ミラー構成削除については、以下ドキュメントページをご参照ください。
ミラーリング【IRIS】
ミラーリング
 

讨论 (0)1
登录或注册以继续
问题
· 二月 28, 2022

TrakCare Integration with Azure AD

Hi There, 

I am reaching out to the community to see if anyone has implemented SSO via SAML into TrakCare from Azure AD? 

Also looking to see if anyone has come across automated role provisioning, I have seen this from an IRIS perspective but not directly into TrakCare. 

Thanks in Advance

Cheers, 

TC

2 Comments
讨论 (2)2
登录或注册以继续
请注意,此帖子已过时。
公告
· 二月 28, 2022

[Video] Securing FHIR Applications with OAuth 2.0 (Part 1)

Hi Community, 

Join us for this introduction to the terminology and workflow of using OAuth 2.0 with an HL7 FHIR server:

⏯ Securing FHIR Applications with OAuth 2.0 (Part 1)


🗣 Presenter: @Patrick Jamieson, Product Manager IRIS for Health, InterSystems

Enjoy watching on InterSystems Developers YouTube channel and stay tuned!  

讨论 (0)1
登录或注册以继续