Question Yuri Marx · Mar 21, 2023 How Can I get user details by email property? I know it is possible get the user using ##class(Security.Users).Get("username"), but I need to get a user by your email. How Can I get a user by email? #Security #InterSystems IRIS 0 1 0 315
Question Yuri Marx · Mar 17, 2023 Custom %CSP.Login for app /csp/sys Hi guys, I defined a subclass to %CSP.Login and assigned csp/sys login page to this subclass: But did not work, I get this error: And more, the default %CSP.Login continues to be called to login when the user not logged yetSo, how can I do to replace the default %CSP.Login by my subclass? #Authentication #Security #InterSystems IRIS 0 8 0 445
Article Yuri Marx · Feb 23, 2023 15m read IoT with InterSystems IRIS IoT (Internet of Things) is a network of interconnected things, including vehicles, machines, buildings, domestic devices or any other thing with embedded TCP/IP remote connection available, allowing it to receive and send execution instructions and data. Each thing provides one or more services to the IoT network. For instance, smart light bulbs provide services of turning off and turning on the lights; smart air conditioners maintain the environment temperature; smart cameras send notifications when capturing movement. #IoT #InterSystems IRIS Open Exchange app 8 8 3 811
Article Yuri Marx · Feb 5, 2023 1m read See your class catalog with mindmaps and markdown If you want to know more about a new project or generate a new way to see your project, the better way is using mindmaps or markdown documentation. The IRIS Connections allows to you generate the mindmap for your classes and get your classes documentation in a markdown file. #Development Environment #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 3 0 0 290
Article Yuri Marx · Feb 5, 2023 1m read Manage your classes dependencies When you need to know the impact on a change in your project, it is very useful to see class dependencies in a network diagram. The IRIS Connections project allows you to see it. IRIS Connections installation If you want to install using ZPM: #Development Environment #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 3 0 1 281
Discussion Yuri Marx · Jan 29, 2023 It is not possible debug with current community docker version When I try to debug using the docker image intersystemsdc/iris-community it is failing. If I change to intersystemsdc/iris-community:2022.3.0.555.0-zpm, I have success. Sorry, change to: intersystemsdc/iris-community:2022.1.0.209.0-zpm #Debugging #InterSystems IRIS #VSCode 0 4 0 223
Article Yuri Marx · Jan 9, 2023 7m read Generate and read QR Codes and Barcodes with Python and IRIS Applications that work with bill payments and receipts, as well as the delivery and inventory of items, generally require the use of barcodes or QR Codes. The latter is used in even broader scenarios since the QR Code can store more information than a simple bar code. Thus, it is important to have the ability to generate barcodes and QR Codes or read the data stored in them from an image or a PDF. This article will show you how to do this using Python and some of its free libraries. #Embedded Python #REST API #InterSystems IRIS Open Exchange app 3 1 2 1.5K
Article Yuri Marx · Nov 30, 2022 14m read Creating FHIR questionnaires Intersystems IRIS for Health has excellent support for the FHIR industry standard. The main features are:1. FHIR Server2. FHIR Database3. REST and ObjectScript API for CRUD operations on FHIR resources (patient, questionnaire, vaccines, etc.) This article demonstrates how to use each of these features, as well as presenting an angular frontend for creating and viewing Quiz-like FHIR resources. #Angular #FHIR #REST API #InterSystems IRIS for Health Open Exchange app 7 0 1 1.1K
Article Yuri Marx · Oct 24, 2022 8m read Data migration tool - Part V: from Oracle Database 21c to IRIS Introduction #Databases #InterSystems IRIS 8 0 4 658
Article Yuri Marx · Oct 17, 2022 10m read Using FTP Adapter to produce and consume FTP messages FTP (File Transfer Protocol) is a network protocol for transmitting files over TCP/IP connections in a network (including the Internet) configured to transfer files via this protocol. In an FTP transaction, a file sender is called a local host. A file receiver involved in FTP is a remote host, and it is usually a server. Although many file transfers can be conducted using Hypertext Transfer Protocol (HTTP), FTP is still commonly used to transfer files behind the scenes for other applications, such as banking services. #FTP #Interoperability #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 5 0 1 871
Article Yuri Marx · Oct 13, 2022 2m read Function to get start and end dates for a month If you want to get the initial and last day of a month, I have a ClassMethod to you (version 2, fixed an error found by Eduard): #InterSystems IRIS 4 5 2 495
Article Yuri Marx · Sep 26, 2022 9m read Debug the ObjectScript code using VSCode Visual Studio Code (VSCode) is the most popular code editor on the market. It was created by Microsoft and distributed as a free IDE. VSCode supports dozens of programming languages, including ObjectScript, Until 2018, Atelier (based on Eclipse). It was considered as one of the main options to develop InterSystems products. #Best Practices #Debugging #InterSystems IRIS #VSCode 14 4 6 2.1K
Article Yuri Marx · Sep 13, 2022 3m read Create, List, Upload and Download network files and folders Using SMB Protocol and IRIS Interoperability Samba is the standard for file services interoperability across Linux, Unix, DOS, Windows, OS/2 and other OS. #Interoperability #Python #InterSystems IRIS Open Exchange app 5 4 3 1.7K
Article Yuri Marx · Aug 25, 2022 8m read Transform custom healthcare messages to SDA EHR (Electronic Health Record) systems are modeled in a proprietary format/structure and are not based on market models such as FHIR or HL7. Some of these systems can interoperate data in a proprietary format for FHIR and other market models, but others can not. InterSystems has two platforms that can interoperate proprietary formats for market ones: InterSystems HealthShare Connect and InterSystems IRIS for Health. #Business Operation #Business Service #DTL #Interoperability #InterSystems IRIS for Health Open Exchange app 8 1 5 1.1K
Article Yuri Marx · Aug 8, 2022 24m read Learning InterSystems by Developer Community Articles In this article you will have access to the curated base of articles from the InterSystems Developer Community of the most relevant topics to learning InterSystems IRIS. Find top published articles ranked by Machine Learning, Embedded Python, JSON, API and REST Applications, Manage and Configure InterSystems Environments, Docker and Cloud, VSCode, SQL, Analytics/BI, Globals, Security, DevOps, Interoperability, Native API. Learn and Enjoy! #Analytics #Cloud #Docker #Embedded Python #Globals #Machine Learning (ML) #ObjectScript #REST API #SQL #InterSystems IRIS 10 6 7 1K
Question Yuri Marx · Jul 27, 2022 How to convert from internal date format to web format How to convert from internal date format to JSON/Web date format: YYYY-MM-DDTHH:mm:ss (example: 2012-04-23T18:25:43)? #InterSystems IRIS 0 3 0 538
Article Yuri Marx · Jul 20, 2022 6m read Create Stored Procedures using Embedded Python Python has become the most used programming language in the world (source: https://www.tiobe.com/tiobe-index/) and SQL continues to lead the way as a database language. Wouldn't it be great for Python and SQL to work together to deliver new functionality that SQL alone cannot? After all, Python has more than 380,000 published libraries (source: https://pypi.org/) with very interesting capabilities to extend your SQL queries within Python. #Best Practices #Embedded Python #Python #SQL #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 17 3 0 1.2K
Article Yuri Marx · Jul 13, 2022 3m read Measure greenhouse gas (GHG) emissions with Carbon Footprint Counter app The Carbon Footprint Counter application uses the GHG Protocol to measure carbon emissions on enterprises. The GHG protocol establishes comprehensive global standardized frameworks to measure and manage greenhouse gas (GHG) emissions from private and public sector operations, value chains and mitigation actions. #Angular #REST API #InterSystems IRIS Open Exchange app 1 2 0 565
Question Yuri Marx · Jun 13, 2022 How to transform json to SDA and write to a file? I have a proprietary JSON and a need to transform to SDA and save to a sda file. How to transform json to SDA and write to a file? Thanks #Interoperability #InterSystems IRIS for Health 0 1 0 415
Question Yuri Marx · Jun 6, 2022 How I can get current date/time on format YYYYMMDDhhmmss How I can get current date/time on format YYYYMMDDhhmmss? I tried $ZDATETIME($HOROLOG,8), but I got 20220606 17:59:56 and I want 20220606175956 Thanks #ObjectScript #InterSystems IRIS 0 2 0 409