[go: up one dir, main page]

0% found this document useful (0 votes)
1K views1 page

Hospital Network Architecture Diagram

The document outlines a hospital network diagram featuring various medical devices and systems including CT and MRI scanners, a LAN switch, firewall, and internet connectivity. It illustrates the connections between these components, such as how scanners connect to the switch, which in turn connects to the firewall and other systems like the Hospital Information System (HIS) and PACS Archive. The diagram emphasizes the integration of medical technology and information systems within the hospital's network infrastructure.

Uploaded by

utopia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views1 page

Hospital Network Architecture Diagram

The document outlines a hospital network diagram featuring various medical devices and systems including CT and MRI scanners, a LAN switch, firewall, and internet connectivity. It illustrates the connections between these components, such as how scanners connect to the switch, which in turn connects to the firewall and other systems like the Hospital Information System (HIS) and PACS Archive. The diagram emphasizes the integration of medical technology and information systems within the hospital's network infrastructure.

Uploaded by

utopia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

// Hospital Network Diagram

digraph {
CT [label="CT Scanner" fillcolor=lightpink shape=ellipse style=filled]
MRI [label="MRI Scanner" fillcolor=lightpink shape=ellipse style=filled]
LINAC [label=LINAC fillcolor=lightpink shape=ellipse style=filled]
WLAN [label="WLAN Access Point" fillcolor=lightgreen shape=ellipse
style=filled]
Switch [label="LAN Switch" fillcolor=lightblue shape=rectangle style=filled]
Firewall [label=Firewall fillcolor=lightsalmon shape=rectangle style=filled]
Internet [label=Internet fillcolor=lightyellow shape=ellipse style=filled]
HIS [label="Hospital Information System (HIS)" fillcolor=lightyellow
shape=rectangle style=filled]
PACS [label="PACS Archive" fillcolor=plum shape=cylinder style=filled]
DiagWS [label="Diagnostic Workstation" fillcolor=lightgreen shape=rectangle
style=filled]
WebClients [label="Web Clients" fillcolor=moccasin shape=rectangle
style=filled]
CT -> Switch
MRI -> Switch
LINAC -> Switch
Switch -> Firewall
Firewall -> Internet
Switch -> WLAN
Switch -> HIS
Switch -> PACS
Switch -> DiagWS
Switch -> WebClients
}

You might also like