Nova postagem

Pesquisar

Pergunta
· Mar. 11

git-source-control questions

Hi

I'm trying to assess whether git-source-control will work for our development environment.  I've watched some videos and read the documentation and read some posts and I'm still unsure whether it works with multiple developers using a shared remote development environment (i.e. namespace).  This [Video] Let InterSystems IRIS Do the Work: Git Source Control & Linting says that you can have multiple developers and says it's "Package Manager-aware (supporting multiple repos in one namespace)" whereas  this post on the git-source-control github Remote development and multiple users · Issue #613 · intersystems/git-source-control
appears to say you can't.  Which is it? 

Also does it support .js and .css files?  I've been trying to replicate the git-source-control demo in this video: [Video] Selecting The Right Source Control Strategy for Your Team on my local instance with my own project which contains .csp, .js, .css and .png files and they weren't exporting originally, so I added the ",*.js,*.css,*.png" code to the SoureControl.Git.Utils class


ClassMethod BaselineExport(pCommitMessage = "", pPushToRemote = "") As %Status
{
    set sc = $$$OK
    try {
        write !, "Exporting items..."
        set rs = ##class(%Library.RoutineMgr).StudioOpenDialogFunc(
            "*.mac,*.int,*.inc,*.cls,*.csp,*.js,*.css,*.png" // Spec

and they export now, but still don't import. 

2 Comments
Discussão (2)3
Entre ou crie uma conta para continuar
Pergunta
· Mar. 11

Request for Ensemble HL7 Project Guide with Certification

Hello everyone,

I'm looking for a practical project guide to help me gain hands-on experience with InterSystems Ensemble HL7. Ideally, this guide would walk through building a small project — something that covers key concepts like message routing, transformations, and interoperability.

If there's a resource that also includes step-by-step instructions and perhaps even offers a certification upon completion, that would be perfect.

Any recommendations or guidance would be greatly appreciated. Thanks in advance! 😊

2 Comments
Discussão (2)2
Entre ou crie uma conta para continuar
Pergunta
· Mar. 11

InterSystems Cache Namespace Utilization of server CPU and Memory

If there is a way we can find how much a particular namespace is utilizing the O/S CPU and memory, that will be great in resource utilixation as well as capacity planning.

2 Comments
Discussão (2)2
Entre ou crie uma conta para continuar
InterSystems Oficial
· Mar. 11

InterSystems IRIS での OpenEHR 利用について

InterSystems IRIS での OpenEHR を利用について

InterSystems IRIS で OpenEHR を利用することについてご質問をいただくことがあります。それに対する回答は一般的に、組織がアプリ構築において OpenEHR をなぜどのように実装したいのかに大きく左右されます。簡単なガイドはこちらになります。

  • InterSystems は相互運用性に注力しています:  InterSystems はHL7、IHE、DICOM、ISO などの標準規格による相互運用性を優先しています。これまでの私たちの経験から、ひとつの標準規格だけで複雑なヘルスケアデータのあらゆるニーズを満たせるとは考えていません。そのため OpenEHR の実装に際しては、これら標準規格と組み合わせて評価いただき、どのシナリオが最もうまく各標準規格によって対応できるか分析いただくことをお勧めします。
  • InterSystems 製品と OpenEHR: OpenEHR モデルを使用してアプリケーションやデータを構築する組織にとって、InterSystems IRIS は理想的なプラットフォームです。InterSystems IRIS はマルチモデル機能、スケーラビリティ、高性能、信頼性といった機能を提供します。それに加えて、InterSystems IRIS for Health は、ひとつのアプリケーションで HL7 FHIR を含む多くのヘルスケア標準規格を利用できる柔軟性も兼ね備えています。
  • OpenEHR と相互運用性: OpenEHR は HL7 FHIR より前に発祥しましたが、今や FHIR は OpenEHR の多くのユースケースをカバーしています。FHIR は主要な EHR システムを含めて幅広く実装されており、そのため現在、OpenEHR ベースのシステムとそれ以外のシステムを接続する必要性が高まっています。InterSystems のテクノロジーは、OpenEHR と他 EHR とのデータマッピングに優れています。 

結論: OpenEHR をお使いの予定であれば、プラットフォームとして InterSystems IRIS for Health をぜひご検討ください。OpenEHR がどこに最もフィットするか見るために、まずシナリオをきちんと明確にされることをお勧めします。

Discussão (0)0
Entre ou crie uma conta para continuar
Artigo
· Mar. 11 1min de leitura

ODBC経由で取得したデータが途切れる場合の対処法

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

8192文字を超える文字列をODBC経由で取得した場合に特定のODBCクライアントとの組み合わせにおいて文字列が途切れて取得されるケースが報告されています。

このような状況が発生した場合、該当するODBCデータソースの設定画面でUnicode SQLタイプをチェックすることで問題が解消されることがわかっています。

 

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