Encontrar

Anuncio
· 6 sep, 2024

第2回 InterSystems Japan 開発者コミュニティ・ミートアップ in 東京開催のお知らせ

開発者のみなさん、こんにちは!

今年も開発者コミュニティミートアップを東京にて開催いたします!(10月1日:お申込みサイトオープンいたしました!)

日 時:2024年11月8日(金)13時半~19時

場 所:AP東京八重洲 13階

<JR各線をご利用の場合>「東京駅」八重洲中央口より徒歩6分
<東京メトロ銀座線をご利用の場合>「日本橋駅」徒歩約5分/「京橋駅」徒歩約4分
<都営浅草線をご利用の場合>「宝町駅」徒歩約4分

※ヤエチカ24番出口から出るとわかりやすいです。
 

参加費:無料

定 員:50名
※定員に達した際は調整をお願いすることもございます。予めご了承下さい。

申 込:(申込受付終了しました)

開催概要

《13時半~17時(前半)》

  • Pythonワークショップ

Python+IRIS で作成する簡単なアプリケーションを通して Python の基本操作を体験しながら、より良い活用方法についてコミュニティメンバーと意見交換を行って いただければと考えております。

ワークショップでは、ご興味ある内容を自由にお試しいただけるよう、シンプルにPythonやEmbedded Pythonを試したり、Webアプリ作成、機械学習体験などいくつかのテーマを用意する予定です。
流れに沿って試していただくのも〇、新しいものを作成いただくのも〇、グループで協力し合って進めるのも〇、IRISやPythonの使用経験問わず自由にご参加いただけます。

《17時~19時(後半):12階会場に移動します》※お食事(ビュッフェ形式)をしながら以下の内容を予定しています。

  • 技術文書ライティングコンテスト 表彰式  
  • クイズ大会

 今年も、InterSystems製品にちなんだクイズを出題します。クイズ勝者には5000円相当の景品が贈られます。

  • 懇親会

《持ち物》

  • パソコン

ワークショップで使用します。4時間弱使用するため充電ケーブルもご持参ください。

2024/9/17更新:事前準備内容を公開しました。ミートアップ前までにご準備いただけますと大変助かります。

  • スマートフォン

クイズ大会で使用します。

《その他》

  • カジュアルな服装でぜひご来場ください。

 

ご都合よろしければ、ぜひご参加ください。

それでは、イベント会場でお会いしましょう!

3 comentarios
Comentarios (3)1
Inicie sesión o regístrese para continuar
Artículo
· 5 sep, 2024 Lectura de 1 min

第十六章 WS-Policy 配置类详细信息 - 自定义配置示例

第十六章 WS-Policy 配置类详细信息 - 自定义配置示例

自定义配置示例

本节提供了一些自定义配置类的示例。

策略备选配置

以下配置类包括两种策略选择:使用 WS-Addressing 标头或不使用。

Comentarios (0)1
Inicie sesión o regístrese para continuar
Artículo
· 5 sep, 2024 Lectura de 1 min

Handling NULL in SQL

InterSystems FAQ rubric

In SQL, NULL data and the empty string ('') are different data. The method for setting and checking each is as follows.

(1) NULL data

[SQL] 

insert into test(a) values(NULL)
select * from test where a IS NULL

[InterSystems ObjectScript]

set x=##class(User.test).%New()
set x.a=""

(2) Empty string ('')

[SQL]

insert into test(a) values('')
select * from test where a = ''

[InterSystems ObjectScript]

set x=##class(User.test).%New()
set x.a=$C(0)

For more information, please refer to the following documents:

NULL and empty strings [IRIS]
NULL and empty strings

Comentarios (0)1
Inicie sesión o regístrese para continuar
Comentarios
· 5 sep, 2024

mirroring - cost effective solution

Our customer wants mirroring even on same network and it just increases the cost for us without helping much.
Are there better solution to avoid fake impression of HA?

10 comentarios
Comentarios (10)3
Inicie sesión o regístrese para continuar
Anuncio
· 5 sep, 2024

Developer Meetup: Innovating on Health Data [GenAI, FHIR, Data Quality]

Hi Community, 
Join our next Developer Meetup in Cambridge, MA to learn the latest trends, tools, and features to Innovate on Health Data.

>> RSVP here <<

 

⏱ Day and Time: September 25, 5:30 p.m. to 7:30 p.m.
📍CIC Venture Café in Cambridge, Massachusetts

Talks:

1️⃣ Using GenAI to Simplify FHIR Search
In the rapidly evolving landscape of healthcare technology, the ability to efficiently and accurately retrieve patient data is paramount. Fast Healthcare Interoperability Resources (FHIR) is a standard that enables the exchange of healthcare information electronically. However, constructing valid FHIR search requests can be complex and time-consuming, especially for those unfamiliar with the intricacies of the FHIR standard.
In this talk, we will explore how Generative AI (GenAI) can streamline this process by translating natural language queries into valid FHIR search requests. Leveraging the power of OpenAI's advanced language models and the LangChain framework, we can build sophisticated FHIR applications that understand and process user queries in natural language.

We will demonstrate the end-to-end development of such an application, showcasing how these technologies can work together to simplify FHIR search operations. The demo will illustrate real-world scenarios where healthcare professionals can input natural language queries and receive accurate, actionable data from FHIR-compliant systems without needing deep technical knowledge.

Integrating GenAI with FHIR can improve accessibility and efficiency in healthcare data management. By enabling intuitive interaction with complex data systems, we can empower healthcare providers to make faster, better-informed decisions, ultimately enhancing patient care and operational efficiency.

Join us to see firsthand how GenAI will revolutionize FHIR search and gain insights into the future of intelligent healthcare applications.

Presenter: Patrick W. Jamieson, M.D.
Technical Product Manager, InterSystems
Bio: Patrick W. Jamieson, M.D. is the technical product manager for InterSystems IRIS for Health, specializing in FHIR and interoperability. Under his leadership, his team developed the IRIS FHIR SQL Builder. Dr. Jamieson's early career saw him practicing Neurology at the University of Pittsburgh, where he also conducted informatics research in medical expert systems. He later served as the product manager for real-time decision support at Cerner Corporation. Following this, he founded a natural language processing (NLP) company dedicated to analyzing radiology reports through innovative methods, resulting in six awarded patents. Additionally, Dr. Jamieson has been involved with multiple startup companies, focusing on predictive analytics and genomics.

2️⃣ Data Quality for Prior Authorization
Abstract: Learn how high data quality in healthcare applications can streamline medical prior authorizations to reduce delays in care delivery and improve patient outcomes.
Presenter: Aya Heshmat, M.S., Product Manager, InterSystems

Food, beverages, and networking opportunities will be provided as always.

Join our Discord channel to connect with developers from the InterSystems developer ecosystem.

Comentarios (0)1
Inicie sesión o regístrese para continuar