Search

Clear filter
Question
chenna velagala · Feb 18, 2021

Unable to update or set property value using sql query

article here Given that SQLCODE is 100 (in other comment thread), might you have an index on %ConfigName that has not been built? What do you see from the following queries
Question
Luiz Henrique Carvalho Martarelli · Mar 5, 2021

How i can process a JSON

("Local") = "16@%ZEN.proxyObject" | %data("produto") = "CHP0001" | %index = "" +----------------------------------------------------- https://docs.intersystems.com/latest/csp
Article
Mike Kadow · Sep 7, 2016

NewBie's Corner Session 25 Globals and Arrays Part 1

, please respond through the InterSystems Developer Community, don't send me private email, unless of course you wish to address me only.See "Newbie's Corner Index" for an index of all NewBies' Posts
Question
Tom Philippi · Dec 13, 2017

Running SQL queries on Dynamic objects

specific stuff.setup an index on those calculated properties to find your record.With this approach you keep the origin as you get it and get te indices you may require.It's pretty
Article
Irene Mykhailova · Apr 21

Considerations when Migrating from Oracle, MSSQL etc to IRIS

you to write methods (that can be called as stored procedures) and use the full power of the object-oriented paradigm. Triggers, Indexes, and Views are all supported by IRIS
Article
Robert Cemper · Nov 26, 2021

Traditional Debugging in ObjectScript

{ set tName="*** no file ***",index="" } elseif $D(^ImportFile(file,-1)) { set tName=$O(^ImportFile(file,-1,"Class",""),1,index) } Else { set tName=$g(^ImportFile(file
Announcement
Guillaume Rongier · Mar 16, 2022

HL7v2 to FHIR, it's easy

": [ { "value": "http://hospital.smarthealthit.org" } ] } }, { "request": { "method": "POST", "url": "Patient
Article
Renato Banzai · Aug 27, 2020

Using FHIR to Interact with Natural Language

in processing texts. Regex are a powerful way to work text and match patterns. With regular expressions I can search for what patient the person chatting wants to know about and what
Question
Yvette Moore · Jan 30, 2017

Investigating how to enhance our Sensitive data flag for other data sets

when someone asks to view data for that patient. This approach enables us to change policies at any time, and to have those policies implemented for all data, no matter when
Announcement
Evgeny Shvarov · Jun 15, 2017

Meet John Murray, InterSystems Developer Community Moderator

, thanks for all your valuable contributions. I can say first hand that John is very patient and thorough. Good move! Good News Indeed! Sounds great!!Congratulations John! As others
Question
Saju Abraham · May 9

Age Calculator in BPL

out in YYYYMMDD format and is from a Standard HL7 PID07 field. Ex: 19830121. In order to determine whether the patient is over 16, the logic is meant to output the patient's age
Question
p rd · Sep 14, 2017

Ensemble XML and objects are converted to each other

="C0004" displayName="xiyao" codeSystem="WS/T 445-2014" codeSystemName="xxx"></code> <effectiveTime value="20170911164900"></effectiveTime> <patient>
Question
Nicky Zhu · Oct 16, 2017

Weird No 'Access-Control-Allow-Origin' header issue with Cors

Hi there, I'm trying to develop a program calling Cache REST service twice with Cors. The first is fetching some information of a patient with GET request, the second
Question
reinhard lebensorger · Sep 5, 2019

CACHE SQL: Is the order of the WHERE conditions relevant

management portal.Hope that helps! Usually, I follow the order of indexes or column selectivity (this is a general rule in all databases). For large tables or complex queries
Question
Yuri Marx · Nov 2, 2018

How Can I get sentiment analysis from a source or entity from iKnow REST API

in the general indexing results page to see if it's being picked up as expected.Feel free to reach out directly to me and/or Fabio if you want.Thanks,benjamin Worked fine, thanks! Hi, Yuri!I