Article Muhammad Waseem · Jul 2, 2022 6m read Display Management Portal Dashboard by using Python Flask web and Bootstrap Frameworks with the help of embedded python Hi Community, In this article I will explain how to display management portal dashboard by using Python Flask web and Boostrap framework with the help of embedded python #Best Practices #Embedded Python #Management Portal #SQL #InterSystems IRIS for Health Open Exchange app 18 1 2 1.8K
Article Muhammad Waseem · Jun 4, 2022 3m read Creating Patient and Patient Observations by using iris-fhir-client application Hi Community, This article will demonstrate how to create Patient and Patient Observation Resources by using iris-fhir-client application. I recommend to read my first article about this app and watch Youtube Video before continue so let's start #Embedded Python #FHIR #InterSystems IRIS for Health Open Exchange app 4 0 1 679
Article Muhammad Waseem · May 30, 2022 3m read FHIR Client to connect any open FHIR Server by using embedded python Hi Community, This post is a introduction of my open exchange iris-fhir-client application. iris-fhir-client can connect to any open FHIR Server by using embedded python with the help of fhirpy Library.Get Resource information by terminal and by using CSP web application. #Contest #CSP #Dashboards #Embedded Python #FHIR #InterSystems Package Manager (IPM) #ObjectScript #REST API #InterSystems IRIS for Health #Open Exchange Open Exchange app 6 2 0 864
Article Muhammad Waseem · Apr 5, 2022 7m read Using Globals as a graph database to store and retrieve graph structure data Hi Community, #Contest #Databases #Data Model #Python #VSCode #Caché #InterSystems IRIS for Health #Open Exchange Open Exchange app 2 2 1 723
Article Muhammad Waseem · Feb 24, 2022 2m read 2 steps to display cache tables data on the web by using jquery datatable and embedded python Hi, Community, This post will demonstrate how to display data on the web by using Embedded Python , Python Flask Web Framework and Jquery datatable We will display processes from %SYS.ProcessQuery table. #Dashboards #Databases #Embedded Python #JavaScript #SQL #InterSystems IRIS for Health Open Exchange app 1 0 0 1.9K
Article Muhammad Waseem · Feb 22, 2022 5m read Building IRIS Responsive dashboard with Python Flask Web Framework Hi Community, This post is a introduction of my openexchange iris-python-apps application. Build by using Embedded Python and Python Flask Web Framework. Application also demonstrates some of the Python functionalities like Data Science, Data Plotting, Data Visualization and QR Code generation. Features Responsive bootstrap IRIS Dashboard View dashboard details along with interoperability events log and messages. Use of Python plotting from IRIS Use of Jupyter Notebook Introduction to Data Science, Data Plotting and Data Visualization. QR Code generator from python. #Dashboards #Databases #Embedded Python #Python #Visualization #InterSystems IRIS for Health Open Exchange app 4 1 0 6.2K
Article Muhammad Waseem · Jan 14, 2022 3m read Plug and play DATASETS with ObjectScript Package Manager (ZPM) With the release of InterSystems IRIS 2021.2 Preview and all-new LOAD DATA functionality dataset can by added with Objectscript Package Manager (ZPM) Medical Datasets contains following 12 datasets. For dataset tables and data details please visit ONLINE DEMO by using SuperUser | SYS ID Dataset Name Tables Licence 1 Synthetic Medical Data 11 Public Domain 2 Health Care Analytics - 1 8 Public Domain 3 Global Suicide Data 7 Public Domain 4 COVID-19 Polls1 7 CC-BY 5 Cancer Rates by U.S. State 2 Public Domain 6 Opioid Overdose Deaths 2 Public Domain 7 Heart Disease Prediction 1 Public Domain 8 Yellowpages medical services dataset 1 Public Domain 9 Hospital ratings 1 Public Domain 10 Heart Failure Prediction 1 (CC BY 4.0) 11 Diabetes Dataset 1 Public Domain 12 Chronic Kidney Disease 1 Public Domain #Contest #CSP #InterSystems Package Manager (IPM) #InterSystems IRIS Open Exchange app 2 0 0 228
Article Muhammad Waseem · Jan 11, 2022 2m read Use of %SQL_Diag logging along with all-new LOAD DATA functionality In this article I will explain the usage of %SQL_Diag.Result and %SQL_Diag.Message table along with all-new LOAD DATA functionality. It is recommended to go through LOAD DATA documentation first. After successful operation LOAD DATA insert one record in %SQL_Diag.Result table and details are inserted in %SQL_Diag.Message table Below is the basic command when table is already created and source file does not contain header row. LOAD DATA FROM FILE 'C://TEMP/mydata.txt' INTO MyTable The file name must include a .txt or .csv (comma-separated values) suffix and both source and target have the same sequence of data columns. Loading from File Source: Header #Databases #SQL #Tips & Tricks #InterSystems IRIS Open Exchange app 3 1 0 291
Article Muhammad Waseem · Jan 10, 2022 4m read 12 Medical Datasets along with 43 tables dynamically created by using all-new LOAD DATA SQL functionality Application to import 12 Datasets along with 43 tables dynamically by using LOAD DATA command which loads data from a source into an IRIS SQL table. List of Datasets #Contest #Databases #InterSystems Package Manager (IPM) #SQL #InterSystems IRIS Open Exchange app 1 2 0 1.4K
Article Muhammad Waseem · Dec 4, 2021 3m read OAuth2 Authentication with GitHub account from IRIS Web Application In this article I will demonstrate basics of OAuth2 authentication with GitHub account with the help of online demo https://dappsecurity.demo.community.intersystems.com/csp/user/index.csp by using SuperUser | SYS #Authentication #GitHub #OAuth2 #InterSystems IRIS Open Exchange app 5 0 2 792
Article Muhammad Waseem · Nov 29, 2021 3m read OAuth2 and Basic Authentication, Authorization AND Auditing by code from Web Application In this article I will explain how to Authenticate, Authorize and Audit by code by using CSP Web Application along with Enabling /Disabling and Authenticate/Unauthenticate any Web Application. Online Demo is available on cloud https://dappsecurity.demo.community.intersystems.com/csp/user/index.csp (SuperUser | SYS) I recommend to watch the video before continue https://www.youtube.com/watch?v=qFRa3njqDcA Application Layout #Authentication #Best Practices #OAuth2 #InterSystems IRIS Open Exchange app 8 5 1 1.4K
Article Muhammad Waseem · Nov 17, 2021 2m read Deleting data to Caché by using ODBC connection from Appeon PowerBuilder In my previous articles I demonstrated the steps to connect, retrieve and save data to Caché from Appeon PowerBuilder by using ODBC.In this article I will demonstrated how to Delete data from Caché with Appeon PowerBuilder (https://www.appeon.com/products/powerbuilder) by using ODBC #ODBC #InterSystems IRIS 2 0 0 285
Article Muhammad Waseem · Nov 14, 2021 2m read Saving data to Caché by using ODBC connection from Appeon PowerBuilder In my previous articles I demonstrated the steps to connect and retrieve data from Caché from Appeon PowerBuilder by using ODBC.In this article I will demonstrated how to Save data to Caché with Appeon PowerBuilder (https://www.appeon.com/products/powerbuilder) by using ODBC #Databases #Caché 1 2 0 329
Article Muhammad Waseem · Nov 7, 2021 1m read Retrieving data from Caché with Appeon PowerBuilder by using ODBC In my previous article I demonstrated the steps to connect to Caché from Appeon PowerBuilder by using ODBC.In this article I will demonstrated how to Retrieve data from Caché with Appeon PowerBuilder (https://www.appeon.com/products/powerbuilder) by using ODBC #ODBC #Caché 1 0 0 471
Article Muhammad Waseem · Oct 15, 2021 2m read How to update result reference range and abnormal flag accordingly using HL7 In this article I will demonstrate the following : Update ReferencesRange(OBX:7) against ObservationIdentifier(OBX:3.1)[TestCode] from database by using custom utility function Update Abnormal Flag(OBX:8) against ObservationIdentifier(OBX:3.1)[TestCode] and ObservationValue(OBX:5)[Result] from database utility function Route Message based on Abnormal Flag(OBX:8) Below is the primary and transformed HL7 2.5 ORU_R01 message: #Business Rules #DTL #SQL #Ensemble #InterSystems IRIS for Health Open Exchange app 1 6 0 870
Article Muhammad Waseem · Sep 28, 2021 1m read Connecting to Caché with Appeon PowerBuilder by using ODBC https://www.appeon.com/products/powerbuilder Appeon PowerBuilder is an enterprise development tool that allows you to build data-driven business applications and components.It is one of a suite of Appeon products that together provide the tools to develop client/server, Web, mobile, and distributed applications. #Databases #ODBC #Caché #InterSystems IRIS for Health 4 0 0 491
Article Muhammad Waseem · Jul 26, 2021 2m read Creating and Validating Any HL7 FHIR Resource by using FHIR schema with the help of IntelliSense and auto complete functionality in VS Code Healthcare interoperability is instrumental in improving patient care, decreasing healthcare provider costs, and providing a more accurate picture to providers. However, with so many different systems, data is formatted in many different ways. There are many standards that have been created to try to solve this problem, including HL7v2, HL7v3, and CDA but each one has its drawbacks. #FHIR #REST API #Caché #Ensemble #InterSystems IRIS for Health #VSCode 12 2 1 2.6K