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

A C+ + class library foundation for developing an electronic medical record

K C O'Kane1, E E McColligan

  • 1Department of Computer Science, University of Northern Iowa, Cedar Falls 50614, USA.

Computers in Biology and Medicine
|July 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

Migration of legacy mumps applications to relational database servers.

Methods of information in medicine·2001
Same author

Getting over the MUMPS.

Healthcare informatics : the business magazine for information and communication systems·2001
Same author

A web access script language to support clinical application development.

Computer methods and programs in biomedicine·1998
Same author

A case study of a MUMPS intranet patient record.

Healthcare information management : journal of the Healthcare Information and Management Systems Society of the American Hospital Association·1998
Same author

An object-oriented class library for medical software development.

Methods of information in medicine·1996
Same author

Implementing a distributed intranet-based information system.

Topics in health information management·1996
Same journal

Corrigendum to "Integrative adaptive indexes from noisy routine haematological markers can predict and discriminate health status and biological age" [Comput. Biol. Med. 208 (2026) 111628].

Computers in biology and medicine·2026
Same journal

Fluid dynamics-informed CCTA-derived geometric parameters in right coronary artery anomalies predict abnormal invasive Adenosine-FFR and Dobutamine-FFR.

Computers in biology and medicine·2026
Same journal

Corrigendum to "CFPNet-M: A light-weight encoder-decoder based network for multimodal biomedical image real-time segmentation" [Comput. Biol. Med. 154 (2023) 106579].

Computers in biology and medicine·2026
Same journal

ECG arrhythmia classification via wavelet-driven feature extraction and swarm-optimised gradient boosting.

Computers in biology and medicine·2026
Same journal

Electro-osmotic metachronal cilia transport of viscoelastic blood infused with penta-hybrid nanoparticles in an oviduct: Analytical and neural network modeling.

Computers in biology and medicine·2026
Same journal

sEEGnal: an automated EEG preprocessing pipeline evaluated against expert-driven preprocessing.

Computers in biology and medicine·2026
See all related articles

This study introduces new C++ class libraries based on the M programming language. These libraries enhance healthcare record application development by managing hierarchical data, offering an alternative to legacy systems.

Area of Science:

  • Computer Science
  • Health Informatics

Background:

  • The M (or Mumps) programming language, popular in healthcare, faces limitations due to its 1960s syntax.
  • Existing efforts to update M prioritize legacy application compatibility, hindering evolution.
  • The core M language structure is increasingly seen as inadequate for modern applications.

Purpose of the Study:

  • To present an alternative approach to the M programming language.
  • To preserve essential M features while enabling transportability and OS independence.
  • To enhance the C++ programming environment for healthcare record applications.

Main Methods:

  • Developed a set of operating system-independent C++ class libraries.
  • Based these libraries on the M programming language.

Related Experiment Videos

  • Focused on features facilitating hierarchical data management in healthcare.
  • Main Results:

    • Demonstrated an alternative to traditional M implementations.
    • Created C++ libraries that are transportable and OS-independent.
    • Enabled management of hierarchical data typical in healthcare at a high abstraction level.

    Conclusions:

    • The developed C++ libraries offer a viable evolution path for M's core features.
    • These libraries enhance C++ for healthcare record applications, managing complex data structures.
    • A pilot implementation showcases the libraries' utility for healthcare record management.