Search

Clear filter
Question
Oliver Wilms · Apr 21

My AI use case - need help with Ollama and / or Langchain

I downloaded some medical visit progress notes from my Patient Portal. I extracted text from PDF files.
Question
p rd · Sep 14, 2017

Ensemble XML and objects are converted to each other

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

DICOM TCP-Services and DICOM implementation details in Ensemble

For your reference :-(0010,0101) VR=SQ VM=1 Patient's Primary Language Code Sequence
Question
Jimmy Christian · Jun 25, 2019

Cache Ensemble

so Property PatientId As %VarString; Property PatientName As %VarString; Would probably work.
Announcement
Stefan Wittmann · Oct 5, 2020

InterSystems IRIS and InterSystems IRIS for Health 2020.3 are GA (Generally Available)

Fixed Indeed, @Guillaume.Rongier7183 ! Thanks for the heads up! This is fixed in the comment.
Question
Smythe Smythee · Jul 13, 2022

Can you help meHow to Convert HL7 input message into JSON Object Output Message

%Set("PatientID",tPID.GetValueAt(2)) do jsonObj.%Set("PatientIdentifierList",tPID.GetValueAt(3)) do jsonObj.
Question
Stephen De Gabrielle · Jun 29, 2020

How do you identify orphaned classes?

Also, for persistent classes, you may be able to find whether they were recently accessed through SQL by looking into the Statement Index, but that of course only is about SQL and doesn't
Question
Kurt Hofman · Dec 15, 2020

Intersystems IRIS 2020.4.0.524.0 (Docker) & IRIS Studio

Access directly to the label $ docker inspect containers.intersystems.com/intersystems/iris:2020.4.0.524.0 \ --format '{{ index .Config.Labels "com.intersystems.ports.default.superserver
Announcement
Mike Morrissey · Feb 11, 2021

Advisory: Incomplete Query Results with ‘ORDER BY DESC’ – HealthShare

The query contains conditions on multiple indexed fields. The query selects data from only one table.
Announcement
Evgeny Shvarov · Mar 3, 2021

Technology Bonuses for Projects of the InterSystems Grand Prix!

iris-rad-studio 4 iris-python-suite 7 fhir-chatbot 11 iris-ml-suite 10 IRIS Interoperability Message Viewer 10 isc-generate-db 10 iris-image-index-demo
Article
Dmitry Maslennikov · Feb 4, 2016

Some more errors in Atelier

The DLTK indexing initialization error is new and has been raised as an issue for our development team Ref: Server view and copy of routines.
Article
Shanshan Yu · Apr 19, 2023

InterSystems IntegratedML-Height and weight prediction

According to the input parent height, it can quickly predict the future height of children, and judge whether the child's body mass index is based on the current height and weight status
Question
Michael Wood · Nov 17, 2023

INSERT OR UPDATE

If the table has an IDKEY index and another UNIQUE constraint, INSERT OR UPDATE matches these columns to determine whether to perform an insert or an update.
Question
Jack Rack · Oct 11

Can I build a decentralized ledger (DLT) inside InterSystems IRIS using deterministic globals and consensus modules?

Globals allow you to define blocks that include attributes such as block index, timestamp, transactions, hash, previous block hash, and other metadata.
Question
Mike Henderson · Apr 15, 2016

SQL Parsing error

reference: Here you go - this will compile in USER namespace Class User.SQLForSome Extends %Persistent { Property Name As %String; Property Domains As list Of %String; Index