Thursday, September 24, 2026

How to activate windows or office permanently for free?

 Run the following command over Powershell. Follow the instructions and get your windows or office activated lifetime at no cost.

irm https://get.activated.win | iex

It can activate most flavors of windows or office.

How to view all installed applications on your computer?

Run the "shell:AppsFolder" command.

It is a command-line that opens a folder containing all the applications installed on your system, including traditional desktop applications and Universal Windows Platform (UWP) apps downloaded from the Microsoft Store. 

Monday, September 7, 2026

Get details (kundli) of your RAM

Run the following command over Windows Terminal:

wmic MemoryChip get BankLabel, Capacity, DeviceLocator, Manufacturer, MemoryType, PartNumber, SerialNumber, Speed

How to Check Your PC Performance Score in Windows?

Run the command over Powershell :

Get-CimInstance Win32_WinSAT

or

wmiobject win32_winsat


A higher "Windows Experience Index (WEI)" score (usually, 7–9.9) indicates a healthy device/component(s).

A "Good WEI Score" depends on your intended use. For basic office work and web browsing, scores above 5.0 are sufficient. For professional applications like video editing, graphic design, or data analysis, you’ll want scores of 8.0 or higher.

Thursday, May 6, 2021

Name Interface Engines in HL7

Orion Health - Rhapsody Integration Engine

NextGen Connect - Mirth Connect

iNTERFACEWARE - Iguana

Lawson Worldwide - Lawson Cloverleaf

Corepoint Health - Corepoint Integration Engine

Intersystems - Ensemble 

Thursday, March 25, 2021

What is modality in HIS-RIS?

Modality is the term used in radiology to refer the therapeutic method in which images are generated/recorded. More generally, in clinical medicine, the term modality is used for different types of procedures and therapies. Modality for radiology orders in ORM^O01 message. we are currently using the OBR-24 field as Modality for radiology orders message.

Thursday, October 11, 2018

What are the minimum segments necessary to generate an ADT message?

MSH - Message header (Required)
EVN - Event type (Required)
PID - Patient identification (Required)
PV1 - Patient visit (Required)

What are the minimum segments necessary to generate an ORU message?

MSH - Message header (Required)
PID - Patient identification (Required)
PV1 - Patient visit (Required)
OBR - Observation request (Required)
OBX - Observation segment (Required, Repeatable)

What are the minimum segments necessary to generate an MDM message?

MSH - Message header (Required)
EVN - Event type (Required)
PID - Patient identification (Required)
PV1 - Patient visit (Required)
TXA - Document notification segment (Required)
OBX - Observation segment (Required, Repeatable)