問題タブ [nhapi]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
396 参照

hl7 - HL7 NHapi API OML_O21 PatientName オブジェクトのプロパティ

.net アプリケーションでNHapi API http://nhapi.codeplex.com/を使用しています。HL7聴衆から、PatientName や PatientAddress などのオブジェクト プロパティを設定する方法の例を提供するように要求されました。以下の行を試してみましたが、実際には HL7 XAD 型配列の要素が 0 である範囲外のインデックスが生成されます。

実際にはHL7 XADタイプの配列であるPatientAddressオブジェクトを設定する関数/プロパティはありません。

前もって感謝します

0 投票する
2 に答える
4459 参照

c# - Nhapi 解析の問題

私は Nhapi を初めて使用し、それを使用して HL7 メッセージを解析しています。

私が直面している問題は、ADT^A03 メッセージを解析していることですが、常に PV1 セグメントが null として取得されます。

サンプル メッセージとコードを添付しています。

サンプルメッセージ:

コード :

0 投票する
1 に答える
1106 参照

java - How can I use hapi version safe or as generic?

I have this ugly code below for hl7 message seen here. The code runs for varied versions of HL7 listeners. For one system I receive in v2.3 but for the other one I get in v2.5

As you can notice the job is almost same for all versions. But the base of ACK is message and I can't call getMsa1_AcknowledgementCode method without explicitly casting to exact HL7 version,and there isn't a common ACK class among them. By this dummy diagram I tried to present the problem. (I know there are some other elements ,such as AbstractMessage,Group...)

enter image description here

And for first two the method name is getMsa1_AcknowledgementCode but for v2.5 it has missing e letter and seems like getMsa1_AcknowledgmentCode.

Should I use reflection and find a method starts with the name getMsa_Ack... to check an Acknowledge message or is there any type safe and beautiful way for this purpose in hapi project?

Do not constrain yourself for ACK message while answering I wonder a better way for others as well.

0 投票する
1 に答える
244 参照

hl7 - nHapiを介してダブルキャレット(^)でHL7メッセージの終わりに送信アプリケーションを作成するにはどうすればよいですか?

以下のように、MSH セグメントに送信機能 (ABCSite^^) を作成するにはどうすればよいですか?

0 投票する
2 に答える
1434 参照

hl7 - NHAPI ZPI セグメント

アプリケーションで NHAPI を PILOT 実行として使用する予定です。現在のメッセージが NHAPI を使用して解析できるかどうかを検証中です。

そのため、「 ZPI – 追加処方情報セグメント」という名前のセグメントを取得しました。解析するセグメントが定義されていないと思うので、Zxxセグメントを使用することは可能ですか?

よろしく、

ラージ