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

An algorithm to manage variable-length records for highly portable clinical data base systems.

M Okada, M Okada

    Computers and Biomedical Research, an International Journal
    |June 1, 1986
    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

    Two modes of homologous C3 deposition on Ramos Burkitt's lymphoma cell substrains co-expressing DAF (CD55), CD59, and CR2 (CD21), and on cells lacking them.

    International immunology·1992
    Same author

    Effect of intra-aortic balloon pumping after cardiac surgery: comparative study of use in coronary bypass and valve replacement.

    The Kobe journal of medical sciences·1992
    Same author

    Development of a mandibular tracking device with six degrees of freedom using optoelectronic system.

    The Journal of Osaka University Dental School·1992
    Same author

    Polyarteritis nodosa and acute interstitial pneumonia.

    Annals of the rheumatic diseases·1992
    Same author

    [A case of adenocarcinoma of lung cancer with multiple brain metastasis and lymphangitis carcinomatosa responding well to chemotherapy with carboplatin, etoposide and ifosfamide].

    Gan to kagaku ryoho. Cancer & chemotherapy·1992
    Same author

    [A case of Bufferin induced acute interstitial nephritis--analysis of immune cells and cytokine].

    Nihon Jinzo Gakkai shi·1992
    Same journal

    Wavelet domain nonlinear filtering for evoked potential signal enhancement.

    Computers and biomedical research, an international journal·2001
    Same journal

    Time-frequency analysis of the RT and RR variability to stratify hypertrophic cardiomyopathy patients.

    Computers and biomedical research, an international journal·2001
    Same journal

    Controlled auxotonic twitch in papillary muscle: a new computer-based control approach.

    Computers and biomedical research, an international journal·2001
    Same journal

    Controlling for chance agreement in the validation of medical expert systems with no gold standard: PNEUMON-IA and RENOIR revisited.

    Computers and biomedical research, an international journal·2001
    Same journal

    Artificial neural networks compared to factor analysis for low-dimensional classification of high-dimensional body fat topography data of healthy and diabetic subjects.

    Computers and biomedical research, an international journal·2000
    Same journal

    On the parallelization of linkmap from the LINKAGE/FASTLINK package.

    Computers and biomedical research, an international journal·2000
    See all related articles

    A new algorithm archives patient data efficiently by compressing and blocking records. This method allows flexible data management and is suitable for portable database systems.

    Area of Science:

    • Computer Science
    • Medical Informatics
    • Data Management

    Background:

    • Archiving patient data requires efficient storage solutions.
    • Existing methods may lack flexibility in record manipulation.
    • Disk storage limitations necessitate effective data compression techniques.

    Purpose of the Study:

    • To present a novel algorithm for archiving patient data with flexible storage.
    • To enable efficient data compression and manipulation for database systems.

    Main Methods:

    • Developed an algorithm to compress character string records (e.g., ASCII text).
    • Records are divided into fixed-length blocks, each with data and pointer fields.
    • Blocks are chained using forward pointers; head pointers are saved separately.

    Related Experiment Videos

  • Data compression involves counting consecutive identical character codes.
  • Main Results:

    • The algorithm successfully archives patient data in variable disk space.
    • Implemented and tested in FORTRAN77 using a practical patient data file.
    • Demonstrated efficient record fetching, re-saving, and purging capabilities.

    Conclusions:

    • The proposed algorithm offers highly flexible patient record manipulation.
    • Its straightforward implementation in conventional programming languages is highlighted.
    • The algorithm is a valuable tool for developing portable database management systems.