What This Page Explains
Medical equipment is not just standalone equipment anymore.
A patient monitor may talk to a central station. An ultrasound system may send images to PACS. A ventilator may send data to middleware. An infusion pump may connect to a server. A bed may talk to nurse call.
A device may need Wi-Fi, Ethernet, IP settings, certificates, servers, ports, VLANs, and IT support before it is fully useful.
That means modern biomed work is not just about fixing the box.
Sometimes the device works, but it does not communicate. Sometimes the network works, but the device is configured wrong. Sometimes IT says the network is fine. Sometimes Biomed says the device is fine. And sometimes the truth is somewhere in the middle.
This page explains basic networking for medical equipment in plain English.
The goal is not to turn every biomed into a network engineer. The goal is to help biomeds understand enough networking to troubleshoot smarter, collect better information, and work better with IT.
Jump to a Section
- Why Networking Matters in Modern Medical Equipment
- How Biomed and IT Started Overlapping
- The Simple Version
- What a Network Actually Does
- Wired vs Wireless Medical Devices
- IP Address Explained
- MAC Address Explained
- Hostname Explained
- DHCP vs Static IP
- Subnet, Gateway, and DNS in Plain English
- What a Switch Port Is
- What a Wall Jack Is
- What a VLAN Is
- What a Server Connection Means
- What “Device Not Communicating” Can Actually Mean
- Common Networked Medical Equipment Examples
- Central Stations, Middleware, and EMR Connections
- HL7, DICOM, and Nurse Call: Different Kinds of Communication
- Cybersecurity and Medical Devices
- What Biomeds Should Check Before Calling IT
- What IT May Need From Biomed
- Common Networking Problems in Medical Equipment
- Not Everything Is an IT Problem
- Documentation Tips
- Final Thoughts
Why Networking Matters in Modern Medical Equipment
Years ago, a lot of medical equipment troubleshooting was local.
Did it power on? Did the buttons work? Did it measure correctly? Did it pass PM? Did the alarm sound? Did the motor move? Did the pump run?
That still matters.
But now a device can pass all of that and still be considered “not working” because it is not communicating.
Examples:
- Patient monitor not showing at central station
- Infusion pump not connecting to server
- Ultrasound not sending images to PACS
- Ventilator data not flowing to middleware
- Bed exit alarm not reaching nurse call
- Device not uploading results to the EMR
- Scanner not connecting to Wi-Fi
- Workstation not reaching the application server
- Telemetry pack not connecting to the monitoring system
The device may be physically working, but clinically incomplete because the data is not going where it needs to go.
That is why networking matters.
Medical equipment does not just treat, monitor, measure, and alarm anymore. It communicates.
How Biomed and IT Started Overlapping
Biomed and IT used to feel more separate.
Biomed handled medical equipment. IT handled computers and networks.
That line is not as clean anymore.
A modern medical device may include:
- Hardware
- Software
- Network settings
- Wi-Fi configuration
- Server connections
- Cybersecurity requirements
- Operating system updates
- Certificates
- Interfaces
- Integration with the EMR
- Vendor remote support
- Device management software
That is where the line gets blurry.
Biomed may understand the clinical device better. IT may understand the network better. The vendor may understand the application better. Clinical staff may understand the workflow better. And the problem may require all of them.
That is the modern reality.
A good biomed does not need to know everything IT knows.
But a good biomed should understand enough to know what information matters and when to escalate.
The Simple Version
A network lets devices communicate.
For medical equipment, that communication might be between:
- A patient monitor and a central station
- A bedside device and a server
- An ultrasound system and PACS
- A lab analyzer and middleware
- A pump and a drug library server
- A ventilator and an integration system
- A workstation and a hospital application
- A device and the EMR
- A bed and nurse call
- A vendor service tool and the device
The network is the road system that lets medical devices send and receive information.
If the road is blocked, the device may not communicate.
If the device has the wrong address, the data may not go where it should.
If the destination server is down, the device may have nowhere to send data.
If the device is configured wrong, the network may be fine but communication still fails.
That is the basic idea.
What a Network Actually Does
A network connects devices so they can exchange information.
That information may be:
- Patient data
- Waveforms
- Images
- Alarms
- Device status
- Configuration files
- Drug libraries
- Software updates
- Orders
- Results
- Logs
- Time synchronization
- Remote service data
The network is not one single thing.
It may include:
- Device network port
- Ethernet cable
- Wall jack
- Patch panel
- Switch port
- Wi-Fi access point
- Router
- Firewall
- Server
- Application
- Database
- Interface engine
- EMR connection
- Vendor system
So when someone says, “the network is down,” that may mean a lot of different things.
A good first question is:
What exactly is not communicating, and where is it supposed to communicate?
Wired vs Wireless Medical Devices
Some medical devices are wired. Some are wireless. Some use both.
Wired devices usually connect using an Ethernet cable.
Examples:
- Central stations
- Bedside monitors
- Imaging systems
- Some lab equipment
- Workstations
- Servers
- Docking stations
- Some pumps or gateways
Common wired problems include:
- Bad Ethernet cable
- Wrong wall jack
- Damaged wall jack
- Inactive switch port
- Device plugged into wrong network
- Bent network port pins
- Loose cable
- Bad patch cable
- VLAN mismatch
- IP configuration issue
Wireless devices connect through Wi-Fi or another wireless system.
Examples:
- Telemetry devices
- Mobile monitors
- Workstations on wheels
- Some infusion pumps
- Some scanners
- Portable imaging or diagnostic devices
- Some beds or asset tracking devices
Common wireless problems include:
- Weak signal
- Wrong Wi-Fi network
- Authentication issue
- Certificate issue
- Roaming problem
- Dead zone
- Interference
- Access point problem
- Device profile issue
- Battery/power save behavior
- Device not approved on network
The device needs the right connection, the right settings, and a working destination.
IP Address Explained
An IP address is like a device’s network address.
Example:
10.25.40.123
An IP address tells the network where the device lives.
If a device has no IP address, it may not be connected properly.
If it has the wrong IP address, it may be on the wrong network.
If two devices have the same IP address, they can conflict.
If the IP address does not match the expected range for that area or system, something may be configured wrong.
Biomed does not always need to fix the IP address, but biomed should know how to find it when needed.
MAC Address Explained
A MAC address is a unique hardware address for a network interface.
It usually looks something like:
00:1A:2B:3C:4D:5E
A MAC address is like the network card’s serial number.
IT may ask for the MAC address when adding a device to the network, troubleshooting a connection, checking switch logs, or approving a device.
A device may have more than one MAC address:
- One for wired Ethernet
- One for Wi-Fi
- One for a dock
- One for a communication module
If IT asks for the MAC address, make sure you are giving the correct one for the connection being used.
Hostname Explained
A hostname is the device’s network name.
Examples:
- OR-MONITOR-03
- ICU-BED12-MON
- US-RAD-02
- PUMP-SERVER-GW1
A hostname is the device’s network name tag.
Hostnames can help identify devices, locations, or systems.
But they can also cause problems if they are duplicated, incorrect, or not updated after equipment moves.
A monitor named for ICU Bed 4 that is now sitting in ED Bed 12 may confuse troubleshooting.
Names matter.
DHCP vs Static IP
Devices usually get an IP address in one of two ways.
DHCP means the network automatically gives the device an IP address.
The device asks the network for an address, and the network assigns one.
Static IP means the IP address is manually set on the device.
The device is told exactly what address to use.
Both methods are used in healthcare.
DHCP can be easier to manage, especially for mobile devices.
Static IPs can be useful for devices that need a fixed address, like servers, gateways, central stations, or certain integrations.
Common problems include:
- Device set to static when it should be DHCP
- Device set to DHCP when it should be static
- Wrong static IP
- Wrong subnet mask
- Wrong gateway
- Duplicate IP address
- DHCP not assigning an address
- Device moved to a network where its static IP does not belong
If a device is not communicating, checking whether it has the correct IP setup is a good starting point.
Subnet, Gateway, and DNS in Plain English
Subnet tells the device what local network it belongs to.
The subnet tells the device who is in its local neighborhood.
Gateway is the path out of that local network.
The gateway is the door the device uses to reach other networks.
DNS helps convert names into IP addresses.
DNS is like a phonebook for network names.
If DNS is wrong, a device may not reach a server by name.
If the gateway is wrong, the device may talk locally but not reach systems outside its local network.
If the subnet is wrong, the device may think it is in the wrong network neighborhood.
What a Switch Port Is
A network switch connects wired devices to the network.
A wall jack usually connects back to a switch port somewhere in a network closet.
When a device is plugged into the wall, it is really connecting through:
Device → Ethernet cable → Wall jack → Building cabling → Patch panel → Switch port → Network
If the switch port is disabled, wrong, misconfigured, or assigned to the wrong VLAN, the device may not communicate.
That is why IT may ask what wall jack it is plugged into or whether the device has link lights.
What a Wall Jack Is
A wall jack is the physical network connection in the room.
Common wall jack issues include:
- Device plugged into the wrong jack
- Jack not active
- Jack damaged
- Jack assigned to wrong network
- Jack label missing or incorrect
- Cable not fully seated
- Jack used for a different purpose
- Patch panel connection changed
If a device does not communicate, try to find out:
- What jack is it plugged into?
- Is that jack active?
- Is that jack approved for medical device use?
- Does another known-good device work on that jack?
- Does this device work on another known-good jack?
What a VLAN Is
A VLAN is a virtual network.
A VLAN separates network traffic into different lanes.
A hospital may have different VLANs for:
- Medical devices
- Staff computers
- Guest Wi-Fi
- Imaging systems
- Patient monitoring
- Voice systems
- Security cameras
- Building systems
- Vendor systems
A medical device may need to be on the correct VLAN to reach the correct server or system.
A device plugged into the wrong network can look like it is connected but still not communicate with the correct destination.
What a Server Connection Means
Many medical devices do not just connect to “the network.” They connect to a specific server or system.
Examples:
- Central monitoring server
- Pump server
- Middleware server
- EMR interface
- PACS server
- DICOM storage destination
- Time server
- License server
- Vendor application server
- Device management server
If the device cannot reach the server, it may show errors like:
- Server unavailable
- Network error
- Communication failure
- Connection lost
- Upload failed
- Unable to send
- Not connected
- Offline
- Host unreachable
- Login failed
- Authentication failed
This could be caused by the device, the network, the server, credentials, certificates, firewall rules, or configuration.
That is why the exact error matters.
What “Device Not Communicating” Can Actually Mean
“Device not communicating” is vague.
It could mean:
- Device has no network connection
- Device has no IP address
- Device has wrong IP settings
- Device is on the wrong VLAN
- Ethernet cable is bad
- Wall jack is inactive
- Wi-Fi signal is weak
- Server is down
- Middleware is down
- Central station is offline
- Device is not assigned to the right bed/room
- Device hostname is wrong
- MAC address is not approved
- Certificate expired
- Time/date is wrong
- Software version mismatch
- Wrong destination configured
- Firewall blocking communication
- Device is working, but the receiving system is not
Do not stop at: It is not communicating.
Ask: What is it supposed to communicate with, and what part is failing?
Common Networked Medical Equipment Examples
- Patient monitors
- Central stations
- Telemetry systems
- Infusion pumps
- Ventilators
- Anesthesia machines
- Ultrasound systems
- CT and MRI workstations
- X-ray systems
- Lab analyzers
- Bladder scanners
- Medication systems
- Beds
- Nurse call systems
- Physiological data systems
- Workstations on wheels
- Device gateways
- Middleware appliances
Some devices send patient data. Some send images. Some send alarms. Some receive configuration files. Some receive drug libraries. Some only need network access for service, software, or logs.
The network need depends on the device and workflow.
Central Stations, Middleware, and EMR Connections
A device may not send data directly to the EMR.
There may be multiple systems in between.
Patient monitor → Central station/server → Middleware → EMR
Infusion pump → Pump server → Integration engine → EMR
Ventilator → Gateway/middleware → Clinical documentation system
This matters because the problem may be at any point in the chain.
If the monitor shows data locally but the central station does not show it, the issue may be between the monitor and central station.
If the central station shows data but the EMR does not, the issue may be middleware or interface-related.
If one device is failing, the issue may be local.
If every device on a unit is failing, the issue may be network, server, or system-wide.
Where does the data stop?
That question is huge.
HL7, DICOM, and Nurse Call: Different Kinds of Communication
Not all medical device communication is the same.
HL7 is commonly used for healthcare data exchange, like results, observations, admissions, orders, and patient information.
HL7 helps healthcare systems pass patient and clinical data between systems.
DICOM is commonly used for medical imaging.
DICOM helps imaging devices store, send, and manage medical images.
Nurse call is often about alerts, calls, bed exit, alarm integration, or staff notification.
Nurse call helps get the right alert to the right staff location.
A device can have network connectivity and still fail HL7. A modality can be on the network and still fail DICOM send. A bed can work mechanically and still fail nurse call output.
That is why “networked” does not mean “all communication is the same.”
Cybersecurity and Medical Devices
Medical devices are part of the hospital’s cybersecurity environment.
That means IT and security teams may care about:
- Operating system version
- Unsupported software
- Default passwords
- Open ports
- Remote access
- Antivirus or allowlisting
- Network segmentation
- Patching
- Vendor access
- Certificates
- Encryption
- Device inventory
- Vulnerabilities
This can create tension.
Biomed may say: The device needs to stay running for patient care.
IT may say: The device is a security risk.
Both may be right.
The goal is not for Biomed and IT to fight. The goal is to manage risk together.
Medical equipment has to be safe for patients and safe for the network.
What Biomeds Should Check Before Calling IT
Before escalating to IT, check the basics.
For a wired device:
- Is the device powered on?
- Is the network cable connected?
- Is the cable damaged?
- Is it plugged into the correct wall jack?
- Is the wall jack labeled?
- Does the device show link lights if available?
- Does a known-good cable help?
- Did the device recently move?
- Does the device have an IP address?
- Is the IP address expected?
- Is the hostname correct?
- Is the device configured for the correct location or department?
- Is the issue affecting one device or many?
For a wireless device:
- Is Wi-Fi enabled?
- Is the battery charged?
- Is the device in a known coverage area?
- Is the signal weak?
- Is it connected to the correct wireless network?
- Did it recently move units?
- Does another device work in the same area?
- Is the issue one device or multiple devices?
- Is the device time/date correct?
- Are there any certificate or authentication errors?
You do not need to solve every network issue yourself.
But you should collect enough information that escalation is useful.
What IT May Need From Biomed
When calling IT, do not just say: The monitor is not working.
Give them useful information:
- Device type
- Manufacturer and model
- Asset tag
- Serial number if needed
- Location
- Wired or wireless
- Wall jack number if wired
- MAC address if available
- IP address if available
- Hostname if available
- Error message
- What system it should connect to
- Whether one device or many are affected
- Whether the device was recently moved
- What troubleshooting was already done
- Whether a known-good cable, jack, or battery was tested
Better escalation sounds like:
Bedside monitor in ICU 12 is monitoring locally but not appearing at central station. Device is wired to jack ICU-12A. Tested with known-good Ethernet cable. Device has no IP address. Other monitors on the unit are communicating normally.
That gives IT something to work with.
Common Networking Problems in Medical Equipment
- Bad Ethernet cable
- Wrong wall jack
- Inactive switch port
- Weak Wi-Fi signal
- Wrong Wi-Fi profile
- Device on wrong VLAN
- Static IP wrong
- Duplicate IP
- DHCP failure
- Wrong gateway
- DNS issue
- Server down
- Middleware down
- Certificate expired
- MAC address not allowed
- Device not assigned to correct bed
- Wrong destination configured
- Software update changed settings
- Firewall change
- Time/date mismatch
- Device moved without network reconfiguration
- Vendor application issue
The fix depends on the cause.
That is why details matter.
Not Everything Is an IT Problem
This section matters.
Not every communication complaint is IT’s fault.
A device may fail to communicate because:
- It is powered off
- Battery is dead
- Network cable is unplugged
- Device is in the wrong mode
- Wrong patient or location selected
- Accessory is missing
- Dock is not seated
- Module is not connected
- Software is frozen
- Device has an internal communication fault
- Device configuration is wrong
- User workflow is incomplete
It is easy to say: Call IT.
Sometimes that is correct. But sometimes Biomed needs to check the device side first.
The best troubleshooting is not Biomed vs IT.
It is Biomed and IT narrowing the problem together.
Documentation Tips
Network-related notes should be specific.
Weak note:
Network issue. Called IT.
Better note:
Reported monitor not appearing at central station. Monitor powered on and displaying patient parameters locally. Checked Ethernet cable and wall jack connection. Tested with known-good cable. Device showed no IP address. Escalated to IT with device location, asset tag, MAC address, and wall jack number.
Another example:
Reported ultrasound unable to send images to PACS. Device connected to network and able to reach local worklist. DICOM send failed with destination error. PACS team notified with AE title, IP address, error message, and exam details.
That is much better than: Won’t send. IT notified.
For a deeper explanation of better documentation, see the Biomed Basics page on writing better work order notes using the CCR method.
Final Thoughts
Modern biomed work is not just fixing isolated boxes anymore.
Medical devices are part of bigger systems.
They connect to networks. They send data. They receive configuration. They talk to servers. They support clinical workflows. They create cybersecurity questions.
And when communication breaks, the problem may sit somewhere between the device, the network, the server, the software, the vendor, and the user workflow.
That can be frustrating.
But it also makes the work more important.
A good biomed does not need to know every networking detail.
But a good biomed should know enough to ask better questions, check the obvious things, collect useful information, and work with IT instead of just throwing the problem over the wall.
The future of biomed and IT is already overlapping.
The better we understand each other, the better we support patient care.
— Jake
Important Note
This page is an educational overview for biomedical equipment technicians, clinical engineers, students, and healthcare technology staff. Always follow your facility policy, network security requirements, manufacturer service documentation, IT procedures, cybersecurity requirements, and the requirements of your organization.
Related Biomed Basics
- Biomed, BMET, Clinical Engineering, and HTM
- Electrical Safety Testing for Medical Equipment
- Functional Testing vs Calibration vs Verification
- Biomed Work Order Notes Using the CCR Method
- Medical Equipment Battery Basics for Biomeds
- Biomed Translation Problems: Why Medical Equipment Has So Many Names