Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

Evaluation of an object-based data model implemented over a proprietary, legacy data model

D L Pollard1, J W Hales

  • 1Division of Medical Informatics, Duke University Medical Center, Durham, NC, USA.

Proceedings. Symposium on Computer Applications in Medical Care
|January 1, 1995
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Education.

Yearbook of medical informatics·2016
Same author

Making public health data available to community-level decision makers--goals, issues, and a case report.

Journal of public health management and practice : JPHMP·2001
Same author

Prediction accuracy and financial savings of four screening tests for a sequential test of clinical performance.

Teaching and learning in medicine·2001
Same author

Medical informatics in healthcare organizations: a survey of healthcare information managers.

Proceedings. AMIA Symposium·2001
Same author

Visionary informatics: the University of Missouri-Columbia Health Sciences Center.

M.D. computing : computers in medical practice·2000
Same author

Assessment of skin absorption and penetration of JP-8 jet fuel and its components.

Toxicological sciences : an official journal of the Society of Toxicology·2000
Same journal

Intelligent monitor for an anesthesia breathing circuit.

Proceedings. Symposium on Computer Applications in Medical Care·1995
Same journal

Design considerations for intelligent data entry: development of MedIO.

Proceedings. Symposium on Computer Applications in Medical Care·1995
Same journal

Medical information retrieval and WWW browsers at Mayo.

Proceedings. Symposium on Computer Applications in Medical Care·1995
Same journal

A model of clinical query management that supports integration of biomedical information over the World Wide Web.

Proceedings. Symposium on Computer Applications in Medical Care·1995
Same journal

Automated MeSH indexing of the World-Wide Web.

Proceedings. Symposium on Computer Applications in Medical Care·1995
Same journal

Teaching literature searching in the context of the World Wide Web.

Proceedings. Symposium on Computer Applications in Medical Care·1995
See all related articles

This study introduces an object model for accessing legacy medical information systems, simplifying data retrieval. While improving ease of use, this approach resulted in a significant decrease in program execution speed.

Area of Science:

  • Computer Science
  • Medical Informatics

Background:

  • Legacy systems dominate current computerized medical information storage.
  • Transitioning to open systems is slow, necessitating continued use of legacy databases.
  • Valuable patient data resides within these older, often inaccessible, systems.

Purpose of the Study:

  • To evaluate an object model for enhancing data accessibility in legacy medical information systems.
  • To determine if an object model can decouple data retrieval from underlying database structures.
  • To assess the impact of an object model on programming effort and execution performance.

Main Methods:

  • An object-based data model was imposed on an existing legacy database.
  • Data retrieval capabilities were tested without requiring specific knowledge of the database structure.

Related Experiment Videos

  • Application code was evaluated for modifications needed when underlying data structures changed.
  • Performance of programs developed using the object model was compared to traditionally coded programs.
  • Main Results:

    • Data elements were successfully retrieved without needing in-depth knowledge of the legacy database structure.
    • Underlying data structures could be modified without necessitating updates to application code.
    • Programs developed with the object model were easier to program.
    • Programs using the object model ran over ten times slower than traditionally coded programs.

    Conclusions:

    • An object model can improve data accessibility and flexibility in legacy medical information systems.
    • The trade-off for improved usability and flexibility is a significant performance cost.
    • Further research may explore optimizations to mitigate the performance degradation associated with object models in legacy systems.