Month: March 2023

How to Build a PHP MySQL CRUD Application

A CRUD (Create, Read, Update, and Delete) application is essential in web development. It allows users to perform basic operations on data. This tutorial will use PHP and MySQL to create a simple CRUD application. We’ll start by creating a database and table to store data. Then, we’ll create PHP files to perform CRUD operations. …

How to Build a PHP MySQL CRUD Application Read More »

Mirth Connect Series: Interface and Other Functions

In this blog, we will show the interface of the mirth connect; Logging into Mirth would take you to Mirth Connect Administrator, which has three sections: A. Dashboard in the center The dashboard shows the following “Channels” : Currently deployed. Channels status. Channel name. Last deployed Channel. Number of Messages Received – Filtered, Queued, Sent, Errors. …

Mirth Connect Series: Interface and Other Functions Read More »

Mirth Connect Family

Mirth Connect is a powerful integration engine designed to facilitate the exchange of health-related information in the healthcare industry. It is developed and maintained by NextGen Healthcare, Inc. and has a robust family of related products that work together seamlessly to provide a comprehensive solution for healthcare organizations. Here is a closer look at the …

Mirth Connect Family Read More »

Command Prompt (CMD) Not Working/Opening on Windows 10/11

Command Prompt (CMD) not working or opening in Windows 10/11? Check the solutions in this tutorial. Some tips for fixing Command Prompt not responding, cannot run CMD as administrator Windows 10 are also included. First open the task manager by right clicking the task bar or opening in search bar. Then open the command prompt …

Command Prompt (CMD) Not Working/Opening on Windows 10/11 Read More »

SOAP web services: overview

Introduction SOAP (Simple Object Access Protocol) is a messaging protocol that allows distributed computing environments to exchange structured data. It is a protocol that uses XML (Extensible Markup Language) to encode messages and HTTP (Hypertext Transfer Protocol) as a transport protocol to send and receive those messages over the internet. Architecture The architecture of SOAP …

SOAP web services: overview Read More »