Question Yuri Marx · Jul 24, 2020 IRIS for health creates FHIR database? Iris for health has a wizard or procedure to create a fhir database and expose as rest service? #FHIR #InterSystems IRIS for Health 1 1 1 197
Question Yuri Marx · Jul 18, 2020 Execute create table in the Management Portal Is it possible execute create table from management portal? I tried this: CREATE TABLE SQLUser.Teste(ID INT NOT NULL, coluna1 VARCHAR(255), coluna2 VARCHAR(255), coluna3 VARCHAR(255), coluna4 VARCHAR(255)CONSTRAINT TestePK PRIMARY KEY (ID)) Error message: #SQL #InterSystems IRIS 1 3 2 236
Question Yuri Marx · Jul 10, 2020 Best option to consume RSS What is the best option to consume rss data and store in the DocDB? #Interoperability #InterSystems IRIS 1 4 2 173
Question Yuri Marx · Jun 29, 2020 Get Property MaxLen Set cdef = ##class(%Dictionary.ClassDefinition).%OpenId(table)Set count = cdef.Properties.Count()For i = 1:1:count { Write cdef.Properties.GetAt(i).Name, " ", cdef.Properties.GetAt(i).Type, "", <MY QUESTION>,!} How can I do to get maxlen? #ObjectScript #InterSystems IRIS 2 8 3 527
Question Yuri Marx · Jun 27, 2020 Example list persistent classes with name, type, primary key and foreign keys using %Dictionary Hi guys, Do you have any objectscript sample to list persistent classes with name, type, primary key and foreign keys using %Dictionary? #ObjectScript #InterSystems IRIS 1 1 2 1K
Question Yuri Marx · Jun 14, 2020 What is the best option to generate database diagram? What is the best free/open source option to generate the database diagram (MER) to the iris or cache persistent classes? #Databases #Data Model #Open Source #InterSystems IRIS 2 1 2 500
Question Yuri Marx · Jun 12, 2020 What the steps to create a custom interoperability adapter? It is possible develop a new interoperability adapter? If yes, how can I do it? #Interoperability #InterSystems IRIS 1 6 2 366
Question Yuri Marx · Jun 11, 2020 How do I publish my REST API using HTTPS? When a publish my API, only HTTP is available. How do I publish my REST API using HTTPS? #REST API #Security #InterSystems IRIS 1 4 2 450
Question Yuri Marx · Jan 3, 2019 iris.node not found I followed the instructions in the documentation https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls... (Install iris.node on nodejs for windows). Procedures made:=> Copy iris.node to the location specified in the NODE_PATH environment variable: C:\Program Files\nodejs=> I used: var irisobj = require('iris') on my js fileBut is not work. Error: The specified procedure could not be found. #Node.js #InterSystems IRIS 2 13 2 738
Question Yuri Marx · Nov 2, 2018 How Can I get sentiment analysis from a source or entity from iKnow REST API? Hi,How Can I get sentiment analysis (positive or negative attribute) from a source or entity from iKnow REST API? #Analytics #InterSystems Natural Language Processing (NLP, iKnow) #REST API #InterSystems IRIS 1 6 2 445