Article Yuri Marx · May 30, 2022 7m read Web App to Predict Diabetes using IRIS IntegratedML Diabetes can be discovered from some parameters well known to the medical community. In this way, in order to help the medical community and computerized systems, especially AI, the National Institute of Diabetes and Digestive and Kidney Diseases published a very useful dataset for training ML algorithms in the detection/prediction of diabetes. This publication can be found on the largest and best known data repository for ML, Kaggle at https://www.kaggle.com/datasets/mathchi/diabetes-data-set. #AI #IntegratedML #InterSystems IRIS Open Exchange app 6 1 1 199
Article Yuri Marx · May 20, 2022 8m read Geocoding with IRIS and Google Maps API One of the crucial business dimensions is the dimension “Where”. It is necessary to know where a customer was born or where he lives. Where will the order be delivered? Where have there been more sales, and where can we sell more? Where are our stores located? From Where is the customer accessing our e-commerce? These and other principal questions use the “Where” dimension. Today the best service to provide geographic accuracy and quality for these data is Google Maps. #Embedded Python #InterSystems IRIS Open Exchange app 7 6 5 632
Article Yuri Marx · May 13, 2022 8m read Mastering the %SYSTEM.Encryption class #Best Practices #Security #InterSystems IRIS Open Exchange app 5 3 1 721
Article Yuri Marx · Apr 13, 2022 InterSystems Developer Community Diagram #Tools #Open Exchange 19 7 1 332
Article Yuri Marx · Apr 10, 2022 HealthShare Functional Diagram #InterSystems Business Solutions and Architectures #HealthShare 5 0 1 223
Article Yuri Marx · Apr 6, 2022 10m read Unit Tests: Quality of your ObjectScript Code In the main software development methodologies there is always a chapter dedicated to testing. It is a mandatory approach to achieving quality in deliveries on an ongoing basis. There are two types of test: #Testing #InterSystems IRIS Open Exchange app 4 2 1 316
Article Yuri Marx · Apr 4, 2022 12m read Store Mindmaps using Globals Globals are the core of the InterSystems IRIS for data persistence. It is flexible, allowing store JSON documents, relational data, object oriented data, OLAP cubes and custom data models, like Mindmaps. To see how to store, delete and get mindmap data using globals, follow these steps: 1. Clone/git pull the repo into any local directory #Globals #InterSystems IRIS Open Exchange app 4 2 1 246
Article Yuri Marx · Mar 30, 2022 9m read 3DES support There are several ways of classifying cryptographic algorithms: 1) Secret Key Cryptography (SKC) - Uses a single key for both encryption and decryption. It is also called symmetric encryption. Primarily, it was used for privacy and confidentiality; 2) Public Key Cryptography (PKC) - Uses one key for encryption and another one for decryption. It is also called asymmetric encryption. #Security #InterSystems IRIS Open Exchange app 4 4 1 207
Article Yuri Marx · Mar 19, 2022 1m read Encrypt and Decrypt options using IRIS #Security #InterSystems IRIS 2 0 1 167
Article Yuri Marx · Mar 15, 2022 4m read Data migration tool - Part IV: from Microsoft SQL Server to IRIS This is the fourth part of the series of articles on migrating from the main databases on the market to InterSystems IRIS. In this part, the procedures for migrating from Microsoft SQL Server will be detailed. As described in previous articles, there are currently a few options to do the migration, but the two most popular options include the use of DBeaver (https://openexchange.intersystems.com/package/DBeaver) or SQLGateway. #Data Import and Export #InterSystems IRIS 4 0 2 365