Learning
Documentation
Community
Open Exchange
Ideas Portal
Global Masters
Certification
Partner Directory
Startup Hub
开发者社区
Ask DC AI
帖子
InterSystems 官方
文章
问题
公告
讨论
标签
活动
InterSystems 想法竞赛
技术征文大赛
编程竞赛
活动日历
产品
InterSystems IRIS
InterSystems IRIS for Health
HealthShare
TrakCare
Caché
Ensemble
InterSystems Analytics (DeepSee)
InterSystems Text Analytics (iKnow)
职位
工作机会
求职
会员
关于
关于我们
常见问题
反馈
报告问题
分享想法
分析
联系我们
CN
问AI
语种
CN
|
ES
PT
JP
CN
FR
EN
搜索
全部
最高职位
最新职位
标签
Type of post
Announcement
Article
Question
Discussion
按用户帖子搜索
标签
Caché
开发者社区官方
文档
Ensemble
Global Masters
Health Connect
HealthShare
InterSystems Data Studio
InterSystems 想法门户
InterSystems IntelliCare
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
InterSystems Kubernetes Operator (IKO)
InterSystems Natural Language Processing (NLP, iKnow)
InterSystems 官方
InterSystems Reports (Logi)
IRIS竞赛
工作机会
求职
学习门户
Open Exchange
其他
合作伙伴目录
Resource Library
Summit
Supply Chain Orchestrator
TrakCare
.NET
访问控制
自适应分析(Adaptive Analytics)
提醒
分析
分析器
Angular
Angular2
API
Apple macOS
应用程序服务器
Artificial Intelligence (AI)
身份认证
AWS
Azure
备份
新手
最佳实践
大数据
业务运营
业务流程 (BPL)
业务规则
业务服务
C++
Callout Gateway
CaretDev
CCR
认证
变更管理
ChatGPT
云
Code Golf
Code Snippet
编码准则
列式存储
兼容性
编译器
容器化
竞赛
持续交付
持续集成
融合分析
CSP
CSS
CSV
Cube
仪表板
数据库
数据库事务处理
数据导入和导出
数据模型
开发者社区反馈
调试
部署
开发者社区常见问题
开发环境
开发运维
摘要
分布式数据管理
Docker
文档数据模型 (NoSQL)
数据转换语言(DTL)
抢先体验计划(EAP)
Eclipse
ECP
Embedded Git
#嵌入式 Python
加密
企业消息库
错误处理
活动
故障转移
FHIR
现场测试
框架
前端
FTP
Generative AI (GenAI)
George James Software
Git
GitHub
Globals
2016全球峰会
2017全球峰会
2018全球峰会
2019全球峰会
2022 全球峰会
Global Summit 2023
Global Summit 2024
Google Cloud Platform (GCP)
图形
高可用性
HL7
HTML
iFind
索引
Innovatium
IntegratedML
integration-required
互操作性
InterSystems API管理器(IAM)
InterSystems 业务解决方案和架构
InterSystems Demo Games
InterSystems Package Manager (IPM)
IoT
isNewTech
ITvisors
J2 Interactive
Java
JavaScript
JDBC
日志
JSON
关键问题
键值
Kubernetes
语言
Large Language Model (LLM)
LDAP
LEAD North, LLC
Listings
本地化
Machine Learning (ML)
管理门户
映射
MDX
见面会
消息搜索
微服务
Microsoft Windows
Microsoft Windows Server
镜像
监视
多模型
MultiValue Basic
命名空间
Natural Language Processing
Node.js
OAuth2
对象数据模型
ObjectScript
ODBC
开源
OpenVMS
Perforce
性能
PID^TOO||
平台
播客
Prompt Engineering
Python
React
READY 2025
Red Hat Enterprise Linux (RHEL)
关系表
版本
REST API
安全
分片
SOAP
源代码控制
SQL
SSL
创业公司
Studio
SVN
Swagger
系统管理
System Alerting and Monitoring (SAM)
终端
测试
提示和技巧
工具
教程
Ubuntu
UI 开发
UIMA
非结构化数据
Vector Search
视频
2020线上峰会
2021线上峰会
可视化
VSCode
Vue.js
Web网关
网络研讨会
XML
ZEN
应用
清除过滤器
文章
姚 鑫
· 七月 22, 2021
关键字触发器定义,扩展数据块,类关键字Abstract,ClassType
- `
index
` —该类是一个索引类,一个定义索引接口的专用类。 - 空字符串,表示此类没有特定类型。抽象类通常不指定类类型。 如果未指定此关键字,则类类型从主超类继承(如果有)。
文章
Qiao Peng
· 三月 17, 2024
生成式大语言模型和检索增强生成
在2017年Google一个小团队(Transformer八子)发表了一篇论文 -
Attention
Is All You Need, 阐述了一类特殊的神经网络 – 基于注意力(
Attention
)机制的Transformer。
文章
姚 鑫
· 八月 12, 2021
属性关键字Aliases,Calculated,Cardinality,ClientName
# 用法 要指定关系属性的基数,请使用以下语法: ```java Relationship relname As classname [ Cardinality = cardinality; inverse = inverse ]; ``` 其中`cardinality` 是下列之一: - `one` - `many` - `
parent
文章
Michael Lei
· 五月 8, 2021
将 Python JDBC 连接到 IRIS 数据库 - 快速笔记
% dtTest, list(dfTest.itertuples(
index
=False, name=None)) ) ### 6. CLose and clean - if connection is not needed anymore?
文章
姚 鑫
· 九月 6, 2021
第八章 SQL命令 CREATE METHOD(一)
此名称可以是非限定的(`StoreName`)并接受系统范围的默认模式名称,也可以通过指定模式名称(`
Patient
.StoreName`)进行限定。 可以使用`$SYSTEM.SQL.Schema.Default()`方法确定当前系统范围的默认模式名。 系统范围的初始默认模式名是`SQLUser`,它对应于类包名`User`。
文章
Qiao Peng
· 十月 22, 2022
通用SQL业务服务和业务操作
例如 Insert into QP.
Patient
(Gender,Name) values(?,?) 如果SQL需要输入参数,在 输入参数 中按顺序添加需要的参数,一般情况下是使用请求消息里的属性,在需要用的属性名前面加 *,说明这个参数来自请求消息。例如*Sex,*Name。 好,配置完成,依然没写一行代码!
文章
Michael Lei
· 六月 1, 2022
部分IRIS 2022 年度编程大奖赛作品展示—— 利用IRIS 一体化机器学习IntegratedML来预测糖尿病的Web 应用
利用View视图来创建 AI 模型: CREATE MODEL DiabetesModel PREDICTING (Outcome) FROM DiabetesTrain 训练模型: TRAIN MODEL DiabetesModel 访问 http://localhost:52773/disease-predictor/
index
.html
文章
姚 鑫
· 二月 3, 2023
第六十五章 使用 SNMP 监控 IRIS - 用户定义的 SNMP 监视器类示例
INDEX
{ cacheSysIndex } ::= { myappMyTable 1 } myappMyTableR ::= SEQUENCE { myappCounter1 Integer32 myappCounter2 Integer32 myappStatus
文章
Michael Lei
· 九月 26, 2024
使用 GitLab 持续交付 InterSystems 解决方案 – 第 3 部分:GitLab 安装和配置
Index
="_ $g(^UnitTest.Result, 1) _ "&$NAMESPACE=" _ $zconvert($namespace,"O","URL") quit url } XData html { <html lang="en-US"> <head> <meta charset
文章
Michael Lei
· 三月 27, 2023
前沿探讨--大模型GPT 对医疗行业互操作性协议的影响?
" } }, { "resource": { "resourceType": "
Patient
", "id": "evn", "identifier": [ { "system": "http://hl7.org
文章
光辉 赵
· 七月 23, 2024
FHIR 实践
class(src.comm.comm).objToObj(value,target) ;if (value.CTLOCStartTime<value.CTLOCEndTime){set ret.status="inactive"}else{set ret.status="active"} s conObj={"resource":"
Patient
问题
liu yangyang
· 三月 29, 2022
指定的数据库用户/密码组合被拒: [08S01][461] [InterSystems IRIS JDBC] Communication link failure: Access Denied [08S01][461] Access Denied
Once this completes, users may access InterSystems IRIS Starting IRIS Using 'iris.cpf' configuration file Starting Control Process Global buffer setting requires
attention
.
文章
姚 鑫
· 五月 17, 2021
第三章 执行测试
Index
=3&$NAMESPACE=DHC-APP All PASSED ```  !
文章
姚 鑫
· 三月 8, 2021
第五章 SQL定义表(三)
`,`CREATE TRIGGER` - `DROP` 命令 `DROP TABLE`,`DROP VIEW`,`DROP
INDEX
`,`DROP TRIGGER` 可以通过多种方式执行DDL命令,包括: - 使用动态SQL。
文章
Qiao Peng
· 一月 8, 2021
InterSystems IRIS 和 Caché 中的多模型数据并行处理
使用该模型的基本步骤:[映射](https://ru.bmstu.wiki/
index
.php?title=Map&action=edit&redlink=1)(在处理程序之间分配任务)、实际处理和[归约](https://ru.bmstu.wiki/
index
.php?
第一
上一个
…
19
20
21
22
23
…
下一个
最后的
登录或注册
登录或创建一个新帐户以继续
登录
注册
登录或注册
登录或创建一个新帐户以继续
登录
注册
登录或注册
登录或创建一个新帐户以继续
登录
注册
登录或注册
登录或创建一个新帐户以继续
登录
注册