PubMed Health⌕ Search

PubMed · 10154333

Teleradiology: opportunities, problems, implementation.

Abstract

With the introduction of computerized tomography and magnetic resonance imaging in the early 1970s, computers became integral to the imaging process. Shortly thereafter, scanners that create digitized images from film were introduced and teleradiology--images transmitted in real time--became possible. In the early 1980s, the idea of a picture archiving and communications system (PACS) began to develop. It promised to retrieve, connect and store every kind of image, from x-ray to CT, and render film obsolete. However, inflated expectations and inadequate technology hindered PACS implementation. Digital imaging offers the following benefits over film-based systems: - Less space is needed to store imaging studies. - Digital imaging files can be faster and easier for referring physicians to retrieve than film and are not susceptible to loss and damage. - Digital images can be enhanced, contrasted, colored and otherwise manipulated to maximize available information. - There are no chemicals to dispose of. While telemedicine promises to increase the efficiency and effectiveness of medical professionals, wide-scale implementation faces the following obstacles: - It has been difficult to establish a uniform standard that allows file transfer among systems made by different vendors. - There are unresolved legal questions about "interstate" medical practice as it occurs in teleradiology and about standards of care and image quality. - Any system available on a network is vulnerable to unauthorized users who may invade the database or operation of the system, and it is very difficult to detect fraud--data that has been tampered with--in digital records. - Connections to remote locations depend on local telephone lines, which may be slow. Other options are available, but they may be too expensive for facilities in the rural areas that need them the most. - Digital imaging equipment is still very costly to acquire and install. The future of telemedicine rests now with those who implement it. Once instituted, it will surpass traditional medicine by reducing the expense of storage and misplaced information and allowing faster and more accurate diagnoses.

Explore related subjects

Keep this discovery

Explore connections, maps & timelines

BibTeXRIS

O L Williams, S K Singh. Teleradiology: opportunities, problems, implementation.. https://pubmed.ncbi.nlm.nih.gov/10154333/

Cite the original work for its findings. Save a collection to share your selection of sources.

KEEP EXPLORING

Related citations

PRISM: privacy-preserving rare disease analysis using fully homomorphic encryption.

MOTIVATION: Rare diseases affect millions of people worldwide, yet their genomic foundations remain poorly understood due to limited patient data and strict privacy regulations, such as the General Data Protection Regulation (GDPR) (https://gdpr.eu/tag/gdpr/) in March 2025. These restrictions can hinder the collaborative analysis of genomic data necessary for uncovering disease-causing variants. RESULTS: We present PRISM, a novel privacy-preserving framework based on fully homomorphic encryption (FHE) that facilitates rare disease variant analysis across multiple institutions without exposing sensitive genomic information. To address the challenges of centralized trust, PRISM is built upon a Threshold FHE scheme. This approach decentralizes key management across participating institutions and ensures no single entity can unilaterally decrypt sensitive data. Our method filters disease-causing variants under recessive, dominant, and de novo inheritance models entirely on encrypted data. We propose two algorithmic variants: a multiplication-intensive (MUL-IN) approach and an addition-intensive (ADD-IN) approach. The ADD-IN algorithms minimize the number of costly multiplication operations, enabling up to a 17× improvement in runtime for recessive/dominant filtering and 22× for de novo filtering, compared to MUL-IN methods. While ADD-IN produces larger ciphertexts, efficient parallelization via SIMD and multithreading allows it to handle millions of variants in reasonable time. To the best of our knowledge, this is the first study that utilizes FHE for privacy-preserving rare disease analysis across multiple inheritance models, demonstrating its practicality and scalability in a single-cloud setting. AVAILABILITY AND IMPLEMENTATION: The source code and the data used in this work can be found in https://github.com/mdppml/PRISM.git.

Computer Security↗

Privacy-preserving framework for genomic computations via multi-key homomorphic encryption.

MOTIVATION: The affordability of genome sequencing and the widespread availability of genomic data have opened up new medical possibilities. Nevertheless, they also raise significant concerns regarding privacy due to the sensitive information they encompass. These privacy implications act as barriers to medical research and data availability. Researchers have proposed privacy-preserving techniques to address this, with cryptography-based methods showing the most promise. However, existing cryptography-based designs lack (i) interoperability, (ii) scalability, (iii) a high degree of privacy (i.e. compromise one to have the other), or (iv) multiparty analyses support (as most existing schemes process genomic information of each party individually). Overcoming these limitations is essential to unlocking the full potential of genomic data while ensuring privacy and data utility. Further research and development are needed to advance privacy-preserving techniques in genomics, focusing on achieving interoperability and scalability, preserving data utility, and enabling secure multiparty computation. RESULTS: This study aims to overcome the limitations of current cryptography-based techniques by employing a multi-key homomorphic encryption scheme. By utilizing this scheme, we have developed a comprehensive protocol capable of conducting diverse genomic analyses. Our protocol facilitates interoperability among individual genome processing and enables multiparty tests, analyses of genomic databases, and operations involving multiple databases. Consequently, our approach represents an innovative advancement in secure genomic data processing, offering enhanced protection and privacy measures. AVAILABILITY AND IMPLEMENTATION: All associated code and documentation are available at https://github.com/farahpoor/smkhe.

Computer Security↗