PubMed HealthSearch

PubMed · 8041558

Document what???

Abstract

The source did not provide an abstract. Follow the original record for more information.

Explore related subjects

Keep this discovery

Explore connections, maps & timelines

BibTeXRIS

S S Parker. Document what???. https://pubmed.ncbi.nlm.nih.gov/8041558/

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

KEEP EXPLORING

Related citations

[A written nursing care plan--a tool for good care?].

The Paihola Hospital is an institutional psychiatric care unit of the North Karelia Hospital District. The hospital has under several years developed nursing documentation by education and peer review. Documentation has improved especially in the following areas: 1) the patient and his family participate in planning, implementing and evaluating the care more than before, 2) data collecting has become more extensive and the patient's total situation is taken into consideration so that his resources, strengths, hopes and dreams will be taken into account in the nursing care plan, 3) the nursing diagnosis has helped us to detach from the medicine and problem centricity, 4) tangible goals and means are always agreed upon together with the patient (= care contract) if it is possible, 5) daily documentation has become evaluative; progress evaluations and final evaluation are a natural part of nursing documentation.

Documentation

Writing software for the clinic.

Medical physicists often write computer programs to support scientific, educational, and clinical endeavors. Errors in scientific and educational software can waste time and effort by producing meaningless results, but errors in clinical software can contribute to patient injuries. Although the ultimate goal of error-free software is impossible to achieve except in very small programs, there are many good design, implementation, and testing practices that can be used by small development groups to significantly reduce errors, improve quality, and reduce maintenance. The software development process should include four basic steps: specifications, design, implementation, and testing. A specifications document defining what the software is intended to do is valuable for clearly delimiting the scope of the project and providing a benchmark for evaluating the final product. Keep the software design simple and straightforward. Document assumptions, and check them. Emphasize maintainability, portability, and reliability rather than speed. Use layers to isolate the application from hardware and the operating system. Plan for upgrades. Expect the software to be used in unplanned ways. Whenever possible, be generous with RAM and disk storage; hardware is cheaper than development and maintenance. During implementation, use well-known algorithms whenever possible. Use prototypes to try out ideas. Use generic modules, version numbering, unique file names, defensive programming, and operating system and language/compiler defaults. Avoid binary data files and clever tricks. Remember that real numbers are not exact in a computer. Get it right before making it faster. Document the software extensively. Test continuously during development; the later a problem is found, the more it costs to fix. Use a written procedure to test the final product exactly as a typical user would run it. Allow no changes after clinical release. Expect to spend at least an additional 50% of the initial development effort on testing, fixing errors, and getting the software into routine operation.

Documentation