Clear filter
Question
chenna velagala · Feb 18, 2021
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
("Local") = "16@%ZEN.proxyObject"
| %data("produto") = "CHP0001"
| %index = ""
+-----------------------------------------------------
https://docs.intersystems.com/latest/csp
Article
Mike Kadow · Sep 7, 2016
, 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
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
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
{
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
": [
{
"value": "http://hospital.smarthealthit.org"
}
]
}
},
{
"request": {
"method": "POST",
"url": "Patient
Article
Renato Banzai · Aug 27, 2020
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
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
, 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
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
="C0004" displayName="xiyao" codeSystem="WS/T 445-2014" codeSystemName="xxx"></code> <effectiveTime value="20170911164900"></effectiveTime> <patient>
Question
Nicky Zhu · Oct 16, 2017
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
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
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