HI,
Want to know which one is better development tool between Visual Studio or Atelier for objectscript development.
Thanks
HI,
Want to know which one is better development tool between Visual Studio or Atelier for objectscript development.
Thanks
Hello, everyone,
I'm trying to find solutions to a problem that's becoming quite boring.
On only one namespace, the sudio is very slow.
The studio freezes completely for 5-10 seconds when I save or compile a class. Sometimes it also freezes for no apparent reason at a random time...
It stops when I change namespace...
Do you have any idea what that could be?
Thank you in advance
Hi Community,
We're pleased to invite you to the online meetup with the winners of the InterSystems FHIR Accelerator contest!
Date & Time: Friday, June 11, 2021 – 11:00 EDT
What awaits you at this Virtual Meetup?
Hi,
I installed InterSystems community edition 2020.1 and I could not found Sample namespace used in some of the tutorials.
From where and how I can import sample namespace?
Thanks
Greetings, InterSystems community!
I am pleased to announce that the web terminal project, Caché WebTerminal version 4 gets its release! After long period of enhancing this web application from 2013, it came to the version 4, which features major stability and security improvements, intelligent autocomplete and syntax highlighting, convenient SQL mode and a lot of other useful features.
The goal of this article is to spread the knowledge about this project over the InterSystems community.
Hi Community...I am trying figure this out any help appreciated. Thanks in advance
The service is a file passthrough that picks up a PDF and then uses the BPL code below to create the rest wrapper and sends the stream data. I am not grabbing the stream from the inbound correctly, "request.Stream" or "request.StreamFC" always produces the following error.
Here is what is sent and returned in the message..
request:
15@%Library.FileCharacterStream
response:
Unable to load xml from message: Data at the root level is invalid.
I'm aware of the function to export a Production documentation to PDF or HTML format https://docs.intersystems.com/healthconnect20201/csp/docbook/DocBook.UI.PortalHelpPage.cls?KEY=Ensemble%2C%20Production%20Configuration#ECONFIG_production_documentation
What I'm looking for is the easiest way to export to an architecture model in the Archimate format. Specifically to create files in the CSV Import/Export format supported by the open source Archi tool.
Hi all,
is there a way to remove a specific property path from a DICOM document created within Ensemble/IRIS for Health etc. I had a look at class EnsLib.DICOM.Document to see if there is something like RemoveAt.
The reason for my question resides in the need to filter certain fields for specific DICOM devices. Maybe you have an idea?
best regards,
Sebastian
Hi Community,
Enjoy watching the new session recording from InterSystems Virtual Summit 2020:
Hi Developers!
A question to those who use VSCode to code InterSystems ObjectScript.
Suppose you have the ObjectScript code on IRIS server and you want to export it into the desired folder.
And you have VSCode connected to the server.
What is the way to tell VSCode that I want to export classes into some particular folder in /package/class.cls way?
E.g. into:
/project_folder/src/cls/Package/class.cls
and project_folder is opened in VSCode as the folder of the project.
Hi Community,
We're pleased to invite you to the upcoming webinar in Spanish called "Interoperability in FHIR"!
Date & Time: June 23, 4:00 PM (CEST)
Speaker: @Ricardo Paiva, Sales Engineer, InterSystems Iberia
How can FHIR coexist and integrate with other protocols?
My requirement is to get the website visitors IP address and location. I tried an external API . Always it's returning server IP and location not visitors IP.
set req.Server="api.ipstack.com"
set req.ContentType="application/json"
set sc=req.Get("/check?access_key= key here")
set data=req.HttpResponse.Data
Write data.Read(30000)
Can someone help me to resolve this issue? or any in-build method is there in Iris to get the IP.
Have to create a production operation and service for this?
We just install IRIS on Raspberry PI, anyone who developed any interesting app based on it? Thx!
Hey Community,
We want to hear from you! Give us your feedback on the past InterSystems FHIR Accelerator Contest! Please answer some questions to help us improve our contests.
👉 Quick survey: InterSystems FHIR Accelerator Contest Survey
Trying to get started on REST api on https://learning.intersystems.com/course/view.php?id=681. Doing something basic wrong in my setup
Learn the key features of Personal Community, an application that enables patients to get more involved in their own healthcare. This new course from Online Learning (1h 30m) includes a comprehensive set of presentations from Meredith Staszak, Product Manager of Personal Community.
Take a tour of the patient-facing portal, learn about key functionalities, and see how to manage it using the Personal Community Workbench.
Target audience: HealthShare customers only, including system administrators, implementation specialists, and administrative users of Personal Community.
If you're looking for an introduction to Kubernetes as a technology, and a little teaser about the InterSystems Kubernetes Operator, check out the recently released Kubernetes Overview video. This video will introduce you to the functionality and use cases of Kubernetes, and explain a bit about how the InterSystems Kubernetes Operator makes it beneficial to use Kubernetes with InterSystems IRIS.
Try the new InterSystems IRIS® FHIR® Accelerator Learning Path from Online Learning.
Learn the basics of this fully managed service, which allows for the storage and sharing of healthcare data via a secure and scalable FHIR® repository. Get an overview of the FHIR Accelerator Service—and see how to deploy it—by following this curated collection of multimedia resources.
Target audience: Software developers and other technical audiences.
Hello Again,
InterSystems Certification is still looking for people to beta test the HealthShare Patient Index Technical Specialist Certification exam. We have extended the deadline of the beta test to July 6th, 2021. For details, see the original announcement.
Thank you!
Hey Developers,
Enjoy watching the new video by BioStrand company on our YouTube:
Hey Community,
Join the next InterSystems webinar "Implementing Your Data Fabric with InterSystems IRIS" on June 22 at 11:00 AM EDT to learn:
I am getting the following error when trying to fect data from DeepSee:
"Error":"ERROR #5002: Cache error: <PROTECT>%Construct+3^%DeepSee.ResultSet.1 ^DeepSee.Cache.LocalResults(\"session\"),e:\\hs-db\\tfoms\\"
However, I cannot find the place this error points me to.
Specifically, it says 'Label %Construct + 3 lines, in the %DeepSee.ResultSet.1', but there does not seem to be such a place. I could only find the %DeepSee.ResultSet class and it does not have a lable named %Construct.
Hello!
The schedule into October 2021 for live virtual classroom training with hands-on exercises is available at classroom.intersystems.com.
In particular, we'd like to highlight a few courses currently only available once through October:
Click here to register for a course!
As always, we also provide the option to schedule a class specific to your company.
For several weeks I'm creating reviews on OEX.
So I'd like to explain to you the criteria that I apply to find my ratings.
Of course, each reviewer is an independent person and has his own criteria and his own opinion.
And that's good and important! As Winston Churchill once said:
"If 2 people always have the same opinion, then 1 of them is superfluous"
Hello,
I am writing a POST API using IRIS. My POST API Endpoint invokes a Business Service -> Business Process -> Business Operation in an IRIS production .
I am trying to import the JSON payload into a JSON enabled class and work with the JSON class in my Business Process and invoke different Business operation(s) based on the data supplied. This works fine for simpler JSON schemas.
The POST API I am writing now needs to handle a complex schema. I.e. one of the Item on my JSON schema ("recipient") can be an array of "anyof" 5 different schemas.
e.g.
.png)
Reference: sample LDAP code routine LDAP.mac
Some IF statements reference macro $$$WindowsCacheClient as a boolean flag to mark if the client calling the LDAP server is running Windows. Other IF statements reference $$$ISWINDOWS. Are they not the same thing? That is, does the routine need $$$WindowsCacheClient at all?
Examples:
#define WindowsCacheClient 1
if $$$WindowsCacheClient,$$$WindowsLDAPServer {
s Status=##Class(%SYS.LDAP).Binds(LD,"",$lb(Username,Domain,Password),$$$LDAPAUTHNEGOTIATE)
i Status'=$$$LDAPSUCCESS {
s Status=Status_",ldap_Binds(AdminDN) - "_##Class(%SYS.LDAP).
gj :: locate was the entry from George James Software for the Developer Tools competition back in April 2021. When an ObjectScript error is reported, gj :: locate takes the .int line location and navigates you directly to the line in the source file where the error originated. Over the past few months we've found it a very useful tool when it comes to debugging, especially when used alongside the Serenji debugger in Visual Studio Code.
Our first update, version 1.1.0, now includes support for multi-root workspaces. This enables gj :: locate to be used with every workspace folder. If your VS Code workspace has more than one root level folder, connecting to different namespaces or perhaps different servers, then gj :: locate will determine which workspace folder is current and locate the source code in that folder. If your workspace doesn't have any files open then gj :: locate will prompt you to select a folder from a pick-list.
This will particularly benefit VS Code power users who have workspaces with simultaneous connections to multiple namespaces, on multiple different IRIS and Caché servers.
If you would like to try it out then you can download it from the VS Code marketplace. Or if you’re already a user, then gj :: locate will automatically update. Let us know how you're getting on with it!
When we have to predict the value of a categorical (or discrete) outcome we use logistic regression. I believe we use linear regression to also predict the value of an outcome given the input values.
Then, what is the difference between the two methodologies?
Hi
Just want to know the difference between IRIS and IRIS for Health?
Thanks
Here are a few examples of conversions and operations you might need, along with links to documentation where you can learn more.
At the time I wrote this, Eastern Daylight Time was in effect for my Caché system.
Caché has a simple time format, with a longer range of recognized dates compared to some other technologies.
The current time is maintained in a special variable $HOROLOG ($H):
USER>WRITE $H 64146,54027 USER>
The first integer is the count of days since December 31, 1840. The second integer is the count of seconds since midnight of the current day.