Search

Clear filter
Announcement
Srinivasan Subramaniam · Apr 12, 2023

IRIS Developer - Health Data Management Engineer, Lead

Implementation – Designing clinical data integration solutions that improve patient record management and ensure compliance with industry standards. Database & Application
Question
Colin Brough · Feb 15, 2023

Comparing code on running servers

is our organisation is very wary of installing any additional code (as Alex suggested) or hooking up something like VS Code, to the live server, which is passing patient information
Announcement
Evgeny Shvarov · Nov 30, 2023

Technological Bonuses Results for the InterSystems Java Programming Contest 2023

/flavioneubauer/fhir-pex/blob/master/java-orm/src/main/java/com/flavioneubauer/patient/service/PatientAI.java Community Hibernate is also being used, present in the project pom
Article
Alex Woodhead · Jun 12, 2023

LangChain fixed the SQL for me

large prompt issue too. I had to give a break from exploring further db = SQLDatabase.from_uri(connection_string, schema="HSAA",include_tables=['Episode','Patient'] 💡 This article is considered as InterSystems Data Platform Best Practice.
Article
Ikram Shah · Jul 6, 2023

GPT meets FHIR: Leveraging the power of Open API specs

is the latest blood pressure reading for patient, John Doe (ID 111)?" The application will then translate this query into an FHIR API request, fetch the required data, and present
Question
Yone Moreno · Mar 5, 2021

Creating a RESTFul Service, why custom method does not return the expected JSON

me to some, please? I am trying to implement a business service, process and operation that serves bundle of apis related to a domain and resource e.g Patient , Patient alerts
Article
Robert Cemper · Dec 9, 2024

Reviews on Open Exchange - #Rollup

-slice-index The best icon I've ever seen on Open Exchange :D 5.0 y * 93 cos-url-shortener interesting function 5.0 y y 94 CSP-Global-Download small
Article
Benjamin De Boe · Nov 3, 2016

Getting started with Text Categorization

free text into a rich, structured network of interlinked entities. We will use iKnow to index the data contained in the NarrativeFull column.Exercise 2We will create and test our
Question
Jeffrey Drumm · Jun 20, 2017

Atelier and External Web Server

;/Directory> <Directory /usr/share> AllowOverride None Require all granted </Directory> <Directory /var/www/> Options Indexes FollowSymLinks
Question
Chip Gore · Apr 24, 2018

How can I programmatically select a row on a zen.TablePane when I only know the row's value

Hi - I'm trying to figure out an elegant way to select a row on a table pane when I don't have an index, but I DO have a value. My page has a typical tablePane
Article
Eduard Lebedyuk · Sep 10, 2018

Dynamic objects and JSON support in InterSystems products

in compatibility with versions of Caché earlier than 2016.2, just use Ctrl+H thoughtfully and you’ll be fine. Keep in mind, though, that indexes in arrays start with a zero now
Announcement
Evgeny Shvarov · May 12, 2019

Tag Tree on Developer Community

)Resources (9)Privileges (8)Auditing (6)Databases (123)Globals (67)Indexing (32)Namespace (28)Release (123)Field Tests (51)Tips & Tricks (118)Admin (112)Video (111)iKnow (109)API
Question
Scott Roth · Apr 19, 2017

Difference between %Stream.FileCharacter and %FileBinaryStream

queuing (due to IO thrashing) is because of poor indexes elsewhere in the production. A data store that worked fast in development will now be so large that even simple lookups
Question
Mark Anthony Manalo · Aug 2, 2018

"Listen" to a cache db

, SqlRowIdPrivate ] {Index idx On (Table, Version, RowID) [ IdKey ];Property Version As %Integer [ ReadOnly, SqlColumnNumber = 2 ];Property Table As %String [ ReadOnly, SqlColumnNumber = 3
Question
Hieu Dien Nguyen · Aug 23, 2018

Set value to Property's DISPLAYLIST, VALUELIST

possible.If display values are unique, you can build a unique index and use it to translate display value into id. ok, it's helpful, thanks Do you want to get a list of possible