搜索​​​​

清除过滤器

Eastern Medtech

0 帖子0 评论

Perth Health Care

0 帖子0 评论

recure clinic

0 帖子0 评论

Bhardwaj Hospital

0 帖子0 评论

meds stores

0 帖子0 评论

Treatians .

0 帖子0 评论
文章
Qiao Peng · 四月 7, 2021

在InterSystems IRIS医疗行业版的FHIR服务器上测试和开发SMART on FHIR应用

/*.read", "fhirServiceUrl": "http://localhost:52776/csp/healthshare/fhirserver/fhir/r4", "patientId": 95, "redirectUri":"index.html" }); </
文章
Michael Lei · 二月 23, 2022

用确定的Global名字为数据存储创建类Creating Class With a Certain Global Name For Data Storage

name="DDLBEIndex"> <Location>^Sample.Person.2</Location> </Index> <Index name="IDKEY"> <Location>^Sample.Person.1</Location> &
文章
Louis Lu · 十一月 2, 2021

IRIS 2021 技术文档 First Look 20 -- SQL 文本搜索

degrees"') FROM Aviation.TestSQLSrch WHERE %ID %FIND search_index(NarrBasicIdx,'"visibility [1-4] mile*" "temp* ? degrees"',0,'en') Search_index() 函数指定了一个 search_index 参数。
文章
Michael Lei · 十二月 8, 2021

翻译文章:大型数据集的存储注意事项

name="IDKEY"><Location>^dc.er.1</Location></Index> <Index name="xDOB"><Location>^dc.er.2</Location></Index> <Index name="xName">
文章
姚 鑫 · 四月 17, 2021

第二章 定义和构建索引(五)

它作为`%Compiler.Type.Index.Delete()`方法实现。
文章
Qiao Peng · 三月 29, 2021

CDC系列之四:使用DSTIME特性在InterSystems IRIS/Caché上实现CDC功能

执行的操作代码: 代码 操作 0 更新 1 插入 2 删除 例如:^OBJ.DSTIME(“Demo.Patient”,5673588714,2) = 1^OBJ.DSTIME(“Demo.Patient”,5673588735,3) = 1^OBJ.DSTIME(“Demo.Patient
文章
Hao Ma · 四月 16, 2024

IRIS/Caché SQL优化经验分享 - SQL索引分析器

KEY=GSOD_indexes#GSOD_indexes_analyze_tool_reportoptions), 简单的做个翻译: **全表扫描的查询**: 可识别当前命名空间中进行全表扫描的所有查询。应尽可能避免全表扫描。全表扫描并非总能避免,但如果某个表有大量全表扫描,则应检查为该表定义的索引。
文章
姚 鑫 · 八月 2, 2021

索引关键字PrimaryKey,ShardKey,SqlName,Type

# 用法 要指定索引的类型,请使用以下语法: ```java Index name On property_expression_list [ Type = indextype ]; ``` 其中`indextype`是下列类型之一: - `bitmap` — 位图索引 - `bitslice` — 位片索引 - `index
文章
姚 鑫 · 四月 14, 2021

第二章 定义和构建索引(二)

NameIDX On BookName [ IdKey ]; Index SQLSrchIDXB On (SampleText) As %iFind.Index.Basic; Index SQLSrchIDXS On (SampleText) As %iFind.Index.Semantic; Index SQLSrchIDXA On (SampleText