Search

Clear filter
Question
Rubens Silva · Nov 12, 2019

What's the default charset encoding used for CSP files?

Also, looks like ISO-8859-1 is indeed RAW. ```objectscript w ##class(%Net.Charset).GetTranslateTable("iso-8859-1") RAW ``` It all depends on your locale.
Question
Scott Roth · Nov 3, 2017

Executing Dynamic SQL as Execute Querry

Ref.Patientkey LEFT OUTER JOIN " set query =query_" (SELECT Patient.Patientkey,ProviderID,RefProv.LastName, RefProv.FirstName " set query =query_" FROM Paceart.PATIENT as Patient
Announcement
Steve Brunner · Jan 31, 2018

InterSystems IRIS Data Platform 2018.1.0 Release

benjamin Hi Dmitry,Zen is indeed no longer a central piece of our application development strategy.
Article
Yuri Marx · Oct 17, 2022

Using FTP Adapter to produce and consume FTP messages

from PaymentSQLBusinessService and sends this JSON file to the FTP server Payment.cls Persistent Class (Payment SQL table) for persistent payment data to be sent to the FTP
Article
Sergey Kamenev · Nov 11, 2019

Transactions in Global InterSystems IRIS

We’ve created an ^index key to enable rapid search by last or last and first names, as follows: ^index(‘Kamenev’, ‘Sergey’, 1234567) = 1 To keep the database consistent, we need to
Question
Smythe Smythee · Mar 23, 2023

Saving data into SQL table

%Save() $$$LOGINFO("Onmessage "_"`"_sc) Quit sc} } Patient.PatientDBReq Class Class Patient.PatientDBReq Extends Ens.Request{ Property PatientID As %Numeric; Property AdmDateandTime
Announcement
Paul Martin · Jul 24, 2019

Job Opportunity - Cache Developer - Redditch

Accounts, Stock Control, Warehousing, Marketing, Purchasing and integrates with a variety of 3rd party payments gateways, couriers etc. for seamless operation.Our USP is working very
Discussion
Sean Connelly · Aug 17, 2021

GitHub has a new feature - VS Code in the cloud

Yes, it is impressive indeed. Have you tried Github Codespaces? Here is my video on the experience.
Question
Arto Alatalo · Apr 11, 2017

Copy of base method in derived class tricks debuger

Indeed, the documentation of ##Expression describes the behaviour and ##SafeExpression avoids the copying.Many thanks, Eduard!
Article
José Pereira · Jan 30, 2024

Converting generic data into FHIR with IRIS-FHIRfy

Background In 2021, I participated as an InterSystems mentor in a hackathon, where a newcomer to FHIR asked me if there was a tool to transform generic JSON data containing basic patient
Article
Sarah Schlegel · Sep 7, 2022

REST JSON webservices presentation

They are developed in REST with ObjectScript, and they allow data access in four modes: List: gather a list of data based on a filter (for example all the episodes of a given patient
Question
Andy Stobirski · Nov 14, 2023

Cleaning text, removing characters which break XPATH

I can't post anything without editing text and changing XML structure as it's patient confidential data from a proprietary system.
Announcement
Vel Sivamani · Mar 1, 2024

Intersystems - Cache Objects Health Share Application Developer

EMR/EHR Implementation – Designing clinical data integration solutions that improve patient record management and ensure compliance with industry standards.
Announcement
Bryan Scown · Feb 7, 2022

Interoperability Software Engineer - Behavioral Health EHR platform

Our mission is to develop disruptive technology solutions that exponentially improve behavioral healthcare quality to better serve mental health providers and their patients.
Article
Randy Pallotta · Jun 7, 2016

Using Ensemble SQL Operations for Selects, Updates, Inserts, and Stored Procedure calls

Operations that demonstrate four different types of transactions with an external SQL DB:1: The "CheckExists" shows how to use an Operation to do a select statement to see if a given patient