Networking Systems Flashcards
Medical IT (94 cards)
What are some common clinical ICT systems?
- EHR/EPR
- MPI
- PAS
- RIS
- PACS
What is EHR/EPR?
Electronic Health/Patient Record:
Comprehensive electronic record of a patient’s entire health record, available anywhere in an organisation
However, the reality is a limited subset of the patient’s record, locally accessible
What is MPI?
Master Patient Index:
List of all patient’s known to an organisation, along with their demographics and ID numbers
What is PAS?
Patient Administration System:
Central administration system covering patient appointments, note tracking etc. often containing test results and acts as a portal to other systems
What is RIS?
Radiology Information System:
- Scheduling of imaging
- Resource management
- Inventory tracking
- Reporting of images
- Presentation of reports
- Report sign-off
- Billing
What is PACS?
Picture Archive and Communications Systems
- Storage of images
- Storage of other data
- Visualisation of images
- Data transfer between systems
What is a R&V System?
Verify:
Prevents linac from delivering a treatment which is out of specification, unless deviation has been authorised
Record:
Records the treatment actually delivered, including unexpected deviations and who authorised intended deviations
What is OMS?
Oncology Management System:
Incorporates
- R&V
- TPS
- General patient information
- Prescriptions
- Imaging
- Scheduling
- Documents
What does networking allow?
- A complex system to be made up of individual, connected components
- One clinical system to communicates with another
- Multiple systems to be used in the care of a patient
What is a logical diagram?
Diagramatically represents a network showing how different systems link to each other with a focus on the flow of data without technical detail
What is a physical diagram?
Diagramatically represents a network showing the network topology, representing physical connections between components with technical information, often maintained by IT departments
What are 4 types of network architecture?
- Client/Server
- Standalone
- Hybrid
- Peer to peer
What is a client/server network architecture?
Client server communicates with server, with some or all of the processing performed on the server
What is a standalone network architecture?
System is not networked and contains all of its own data and performs all of its own processing
What is a hybrid network architecture?
Has elements of both client/server and standalone architectures which may acquire data from the server and then perform processing locally
What is a peer to peer network architecture?
Discrete systems communicate with each other and may be client/server and/or standalone
What is an application server?
Extreme case of client/server architecture, the application is presented via a web browser and all processing is performed on the sever. This makes it easy to distribute and upgrade applications
What is TCP/IP?
Transmission Control Protocol/Internet Protocol
More flexible and less prescriptive than ISO OSI with only 5 layers (not 7)
Bidirectional (sends data, sends back acknowledgement)
Application
Transport (TCP operates here)
Internet (IP operates here)
Data Link
Physical
What is the ISO OSI Model of Networking?
International Standards Organisation
Open Systems Interconnection
Application
Presentation
Session
Transport
Network
Data Link
Physical
What is IP?
Internet Protocol
Way to uniquely identify a device’s interface on a network to facilitate data transfer to that interface
An IP address is represented by how many bits, and in what format?
32 bits represented by 4 bytes
How many possible IPv4 addresses are there?
2^32
What is the form of an IP address?
aaa.bbb.ccc.ddd
10.1.19.246
What is a hub?
Passes data to all devices that are connected to it