“ IMPLEMENTETION OF QUEUE ” Queue is a linear data structure in which items inserted at one end called ‘Rear’ and deleted from the other end called ‘Front’. Queue are based on the FIFO (first-in-first-out) principle that means the data item is insert first in the queue is also the first one to be removed from the queue There are two operations on queue: Insert/enqueue &Delete/dequeue. The insert operation adds an element at the rear end of the queue while the delete operations removes an element from the front end of the queue Click here to open Queue implementation involves choosing thedata storage mechanism ...
“HOSPITAL MANAGEMENT SYSTEM” A hospital information system (HIS) is an element of health informatics that focuses mainly on the administrational needs of hospitals. In many implementations, a HIS is a comprehensive. CLICK HERE TO OPEN PDF Hospital information systems provide a common source of information about a patient's health history, and doctors schedule timing. The system has to keep data in a secure place and controls who can reach the data in certain circumstances. These systems enhance the ability of health care professionals to coordinate care by providing a patient's health information and visit history at the place and time that it is needed.