New post

Find

Digest
· May 20

欢迎来解答: 开发者社区尚未得到解答的问题

热门新问题

你能回答这些问题吗?
关于 五月 20, 2025 的 InterSystems 开发人员的未解答问题Monthly Q&A fromInterSystems Developers
Article
· May 20 7m read

IRIS で Django と Vue.js を使ったウェブアプリケーションの作成_ Django フレームワークを覗いてみよう

Django フレームワークは長年学習したいと思ってきましたが、いつも他の差し迫ったプロジェクトが優先されてきました。 多くの開発者と同様に、機械学習においては Python を使用していますが、初めてウェブプログラミングについて学習したころは、PHP がまだまだ優勢でした。そのため、機械学習の作品を公開する目的でウェブアプリケーションを作成するための新しい複雑なフレームワークを選択する機会が訪れても、私は依然として PHP に目を向けていました。 ウェブサイトの構築には Laravel と呼ばれるフレームワークを使用してきましたが、この PHP フレームワークから最新の MVC(モデルビューコントローラー)というウェブプログラミングのパターンに出会いました。 さらに複雑なことに、私は最新の JavaScript フレームワークを使用してフロントエンドを構築するのを好んでいます。 React を使用するのがより一般的のようですが、私は Vue.js に一番慣れているため、このプロジェクトではそれを使用することにしました。

なぜ複雑なフレームワークを使用するのでしょうか? Django、Laravel、React、または Vue などのフレームワークを学習する際の最大の難関は何でしょうか?

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

[Video] HealthShare Personal Community and Your Digital Front Door

Hey Developers,

Watch this video to learn how Personal Community can be leveraged to enhance your digital front door strategy:

⏯ HealthShare Personal Community and Your Digital Front Door @ Global Summit 2024

🗣  Presenter: ​​​​@Meredith Staszak, Product Manager, Patient Experience, InterSystems

Subscribe to our YouTube channel InterSystems Developers to stay up to date!
 

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

xmlns attribute name duplicated when transforming HL7 message to XML

As part of a process to generate FHIR XML bundles from HL7 messages, I have a subtransform transforming segments of an MDM_T02 message into a section of XML (EnsLib.EDI.XML.Document). So far this has worked well although I've encountered strange behaviour when making use of an xmlns attribute, whereby the attribute's name is duplicated despite the schema and DTL editor displaying it correctly.

Here's a snippet of the div.xmlns definition from the XSD schema used

Has anyone else encountered this? Any help is much appreciated

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