Development of Computerized Nursing Process Documentation System Using NANDA, NOC, and NIC Linkages

The nursing care plan was developed by linking the nursing diagnosis, desired nursing outcome and suggested nursing intervention based on NANDA, NOC, and NIC linkage. The fetched sentences linked with each nursing activity supports nursing documentation. The data model uses the NNN classifications to map a possible form of the nursing process in...

Sample Preparation of The Hospital Database Schema

In general, the flow of services in a hospital is like this, first a patient comes in to register for the examination of physicians in ambulatory care or emergency services. Patients who had taken care of at the hospital will certainly use the medical record number previously used by the patient, while the patient who first came to the hospital services...

Entities And Types of Entity in The E-R Approach

The first step in the E-R approach is to select the entities that will be used to model the enterprise. An entity is quite similar to an object, except that an entity does not have methods. It might be a concrete object in the real world, such as Nurse Paula, the Pajero Sport parked...

THE E-R APPROACH FOR CONCEPTUAL MODELING

The E-R approach is not a relative, a derivative, or a generalization of the relational data model, it is not a data model at all but a design methodology, which can be applied (but is not limited) to the relational model. Main components of the E-R approach are the concepts of entity and relationship. Entities model the objects that are involved...

Create User Interface or Application for HIS - First step : Connecting to DBMS

In this article we talk about application software that used by user to access to the hospital information system. For practical purpose, we require Delphi 7, MySQL for Windows, and ODBC Driver for MySQL. Some example of how to connect to and query an MySQL database using Delphi 7 : You could use ZeosLib freeware components in http://sourceforge.net/projects/zeoslib/ MySQL...