検索

クリアフィルター
記事
Megumi Kakechi · 2021年2月15日

ルーチン・クラスメソッド内の特定処理でデータベースの特権を変更する方法

実行例》 A>set ^ABC="かきくけこ" // ログイン時、READ許可のみのためエラー発生SET ^ABC="かきくけこ"^^ABC,c:\intersystems\cache\mgr\a\A>write ^ABCテストA>do st^Test() // ルーチン実行期間のみ更新可現在の値:テスト%Developer,%DB_A,R1現在の値(更新後):変更
記事
Toshihiko Minamoto · 2021年12月3日

ディープラーニングによるCovid-19X線画像分類器の説明可能性と可視性

= './test/nejmoa2001191_f1-PA.jpeg'orignal = cv2.imread(filename)plt.imshow(orignal)plt.show() 次に、256 x 256にサイズ変更し、0.0~1.0のピクセル値のNumPy配列「dataXG」に正
記事
Tomohiro Iwamoto · 2021年5月18日

microk8sでKubernetesをお手軽に試す

定しています データベースの構成を確認してください。下記のデータベースがPV上に作成されていることを確認できます。 |データベース名|path| |:--|:--| |IRISSYS|/iris-mgr/IRIS_conf.d/mgr/| |TEST-DATA|/vol-data/TEST-DATA/| ## 停止 作成
記事
Toshihiko Minamoto · 2020年12月25日

Docker for Windows で InterSystems IRIS コンテナを使用する

ICM_SENTINEL_DIR=/external iris3:test --key /external/iris.key \  --before "changePassword.sh /external/password.txt" #### Windows C:\Users\pmartinez>docker volume create
記事
Mihoko Iijima · 2021年5月7日

GPS(GPX)データを InterSystems IRIS に高速に取り込む方法を体験できる実行環境テンプレート

マップから作成しています。マイマップから作成した GPS には、残念ながら速度が含まれません。 弊社パートナーのビズベース様より、速度が含まれる GPS データをご提供いただきました(ファイル:Test-DriveData13.gpx.xml )。ビズベース様提供データ Test-DriveData13.gpx.xml を入力した場合は、0km/h より
記事
Mihoko Iijima · 2022年7月26日

FlaskとEmbedded Pythonで簡単なWebアプリを作ってみよう

(rdate, steps, label="test",marker="o",color=color,linestyle="-.") #バッファに保存 buf=BytesIO() fig.savefig(buf,format='png') #グラフをHTMLに埋め込むように変換 data=base64
記事
Seisuke Nakahashi · 2022年5月31日

OAuth 2.0 を利用して IRIS から Gmail を送信する

message.Subject="test from IRIS" ; Subject set status=message.TextData.Write("Hello!") ; message ; 送信 set status=mbox.Send(message) write
記事
Toshihiko Minamoto · 2022年9月10日

Python のみを使用した InterSystems のインターオペラビリティフレームワーク

-creating-our-operations) - [7.4. 本番環境へのオペレーションの追加](#74-adding-the-operations-to-the-production) - [7.5. テスト](#75-testing) - [8. ビジネスプロセス](#8-business-processes) - [8.1. 単純
記事
Toshihiko Minamoto · 2021年6月21日

SYSLOG - その正体と意味するもの

、示されているルーチンを確認します。  私の^systestルーチンは次のようになっています。 systest ;test for syslog post s file="/home/testfile" o file:10 u file w "hello world" c
記事
Toshihiko Minamoto · 2021年10月26日

InterSystems IRIS DBMSのセキュリティ強化

がパスワード以外の認証方法を使用している場合、それらを有効にする必要があります。 [zpm-registry-test-deployment](https://github.com/intersystems-community/zpm-registry-test-deployment/blob/master/Installer.cls)というソフトウェアモジュールを実行することをお勧めします。これ
記事
Minoru Horita · 2020年7月21日

Python Gateway パートIII:基本機能

/isc/py/test/Person.cls) クラスがあるとしましょう。 この場合、次のようにすべてのデータ転送メソッドを使用できます。 ``` // すべてのデータ転送方法 set global = "isc.py.test.PersonD" set class = "isc.py.test.Person" set table
お知らせ
Mihoko Iijima · 2020年6月25日

第4回 InterSystems IRIS プログラミングコンテスト(AI/MLコンテスト

頃)http://localhost:8896/tree (3)-2 PythonGateway テンプレート(18:00~) 補足情報 Python Gateway コミュニティの記事(英語) PackageSample.ObjectScriptのTest()メソッド実行例(19:11~) コンテナにログインdocker exec
記事
Shintaro Kaminaka · 2020年7月30日

RESTForms - 永続クラスにREST APIをアドオンする

)または201162.xml(Caché 2016.2以降用)をダウンロードして任意のネームスペースにインポートします。 2. 新しいWebアプリケーション /forms をDispatchクラス Form.REST.Main を使用して作成します。 3. http://localhost:57772/forms/test?Debug をブ
記事
Toshihiko Minamoto · 2021年3月25日

C-CDA 2.1 からインポートトランスフォーメーションを実行する際の前処理サポート

"/>              <xsl:if test="string-length(hl7:low/@value) > 0 and not(string-length(hl7:high/@value) > 0)">         <xsl:comment>hl7:timestamp was augmented
記事
Toshihiko Minamoto · 2021年7月8日

ランダム読み出しIOストレージパフォーマンスツール

1.066633s Database /usr/iris/db/zranread/ ready for testing. do ##class(PerfTools.RanRead).Run(directory,processes,iterations) e.g. do ##class(PerfTools.RanRead).Run