Blood substituteA blood substitute (also called artificial blood or blood surrogate) is a substance used to mimic and fulfill some functions of biological blood. It aims to provide an alternative to blood transfusion, which is transferring blood or blood-based products from one person into another. Thus far, there are no well-accepted oxygen-carrying blood substitutes, which is the typical objective of a red blood cell transfusion; however, there are widely available non-blood volume expanders for cases where only volume restoration is required.
Fluid dynamicsIn physics, physical chemistry and engineering, fluid dynamics is a subdiscipline of fluid mechanics that describes the flow of fluids—liquids and gases. It has several subdisciplines, including aerodynamics (the study of air and other gases in motion) and hydrodynamics (the study of liquids in motion). Fluid dynamics has a wide range of applications, including calculating forces and moments on aircraft, determining the mass flow rate of petroleum through pipelines, predicting weather patterns, understanding nebulae in interstellar space and modelling fission weapon detonation.
Selection sortIn computer science, selection sort is an in-place comparison sorting algorithm. It has an O(n2) time complexity, which makes it inefficient on large lists, and generally performs worse than the similar insertion sort. Selection sort is noted for its simplicity and has performance advantages over more complicated algorithms in certain situations, particularly where auxiliary memory is limited. The algorithm divides the input list into two parts: a sorted sublist of items which is built up from left to right at the front (left) of the list and a sublist of the remaining unsorted items that occupy the rest of the list.
External sortingExternal sorting is a class of sorting algorithms that can handle massive amounts of data. External sorting is required when the data being sorted do not fit into the main memory of a computing device (usually RAM) and instead they must reside in the slower external memory, usually a disk drive. Thus, external sorting algorithms are external memory algorithms and thus applicable in the external memory model of computation. External sorting algorithms generally fall into two types, distribution sorting, which resembles quicksort, and external merge sort, which resembles merge sort.
Whole bloodWhole blood (WB) is human blood from a standard blood donation. It is used in the treatment of massive bleeding, in exchange transfusion, and when people donate blood to themselves. One unit of whole blood (~517 mls) brings up hemoglobin levels by about 10 g/L. Cross matching is typically done before the blood is given. It is given by injection into a vein. Side effects include red blood cell breakdown, high blood potassium, infection, volume overload, lung injury, and allergic reactions such as anaphylaxis.
Smart deviceA smart device is an electronic device, generally connected to other devices or networks via different wireless protocols (such as Bluetooth, Zigbee, near-field communication, Wi-Fi, LiFi, or 5G) that can operate to some extent interactively and autonomously. Several notable types of smart devices are smartphones, smart speakers, smart cars, smart thermostats, smart doorbells, smart locks, smart refrigerators, phablets and tablets, smartwatches, smart bands, smart keychains, smart glasses, and many others.
White blood cell differentialA white blood cell differential is a medical laboratory test that provides information about the types and amounts of white blood cells in a person's blood. The test, which is usually ordered as part of a complete blood count (CBC), measures the amounts of the five normal white blood cell types - neutrophils, lymphocytes, monocytes, eosinophils and basophils - as well as abnormal cell types if they are present. These results are reported as percentages and absolute values, and compared against reference ranges to determine whether the values are normal, low, or high.
AutotransfusionAutotransfusion is a process wherein a person receives their own blood for a transfusion, instead of banked allogenic (separate-donor) blood. There are two main kinds of autotransfusion: Blood can be autologously "pre-donated" (termed so despite "donation" not typically referring to giving to one's self) before a surgery, or alternatively, it can be collected during and after the surgery using an intraoperative blood salvage device (such as a Cell Saver, HemoClear or CATS).
Integer sortingIn computer science, integer sorting is the algorithmic problem of sorting a collection of data values by integer keys. Algorithms designed for integer sorting may also often be applied to sorting problems in which the keys are floating point numbers, rational numbers, or text strings. The ability to perform integer arithmetic on the keys allows integer sorting algorithms to be faster than comparison sorting algorithms in many cases, depending on the details of which operations are allowed in the model of computing and how large the integers to be sorted are.
High voltageHigh voltage electricity refers to electrical potential large enough to cause injury or damage. In certain industries, high voltage refers to voltage above a certain threshold. Equipment and conductors that carry high voltage warrant special safety requirements and procedures. High voltage is used in electrical power distribution, in cathode ray tubes, to generate X-rays and particle beams, to produce electrical arcs, for ignition, in photomultiplier tubes, and in high-power amplifier vacuum tubes, as well as other industrial, military and scientific applications.