Overall Flashcards
(427 cards)
What are some areas where clinical scientists may work with medical IT?
Access patient records, patient calculations, patient reports, system management, R&D, software development, data acquisition and analysis, computer modelling, procurement, corporate user (emails etc)
The role of the clinical scientist is in every part of the life cycle of a system, what are the stages of the lifecycle?
Planning, specification, procurement, installation, acceptance, commissioning, QA, maintenance, clinical user, decommissioning
Instead of a comprehensive electronic health/patient record that includes all information, what typically happens?
Subset of a patients record focussed on a particular discipline (eg radiology system) that communicate data with each other, could all look like one system from the outside
How do we ensure that the system knows patient A in one system is the same as patient B in a different system?
Master patient index (MPI), links a unique identifier (eg NHS number) and the real patient (links patient data across various sources)
What is a patient administration system (PAS)?
Central admin system that knows about the patients new into the organisation and their appointments. Might include basic info of test results and their doctors. (could include master patient index but not always)
What are the main radiology systems?
Radiology Information System (RIS) and Picture Archive and Communications System (PACS)
What is the purposes of a Radiology Information System (RIS)?
Scheduling of imaging, resource management, inventory tracking, reporting of imaging, presentation of reports, report sign-off, billing
What is the purposes of a Picture Archive and Communications System (PACS)?
Storage of images and other data, visualisation of images and data transfer between systems
Instead of having a PACS workstation to access the PACS server and a RIS workstation to access the RIS server, what do we usually have instead?
Have a web server that collects information from the PACS and RIS servers, then a workstation accesses this central point to show the end user both together
What is a modality in medical IT?
Any computer controlled clinical equipment (eg scanners, workstations, potentially software packages)
What does it mean that most imaging equipment (eg scanners) are standalone equipment?
Not reliant on other components so they can work in isolation and perform their basic function (eg could scan without workstation working)
Is a server (could be one or multiple machines) a virtual central point that everything is going through?
Yes
What is connected to a server (eg for PACS or OMS) in medical IT?
A database, storage, client applications and modalities (client = using data, modality = adding to data, could be the same thing)
What does a database tend to store?
Basic text data and numbers (eg records, file names of images)
What does ‘storage’ from a server tend to store?
Images (binary type data) - larger files than database
What are the main radiotherapy systems?
Treatment Planning System (TPS), dose checking system, Record and Verify (RV or VR) System (at linac) and Oncology Management System (OMS) (equivalent to EHR, RIS, PACS and PAS together)
What does networking allow?
- A complex system to be made up of connected individual components
- One clinical system to communicate with another
- Multiple systems to be used in the care of a patient
What are the two ways that a network can be represented diagramatically?
Logical diagram (how systems link to each other and focuses on flow of data) and physical diagram (physical connections between components)
What are different types of architecture of network applications?
Client/server, standalone, hybrid and peer to peer
What is the client-server architecture of network applications?
Separates tasks between the providers of a resource or service called servers and service requester called clients
What is the peer to peer architecture of network applications?
One system sends direct to another without going through some sort of intermediary (like a server)
Why should we be sceptical of client-server architectures?
It can be confusing as to where the client is
What is an extreme form of the client/server architecture?
Application servers (applications presented via a web browser and all processing performed on server)
What does the acronyms in the ISO OSI model of networking stand for?
ISO = International Standards Organisation
OSI = Open Systems Interconnection