var fDesc=new Array(); fDesc[0] = "The Normal Hemodynamic Parameters section presents the normal values, meaning, abbreviation, as well as the appropriate equations for the various parameters associated with hemodynamic monitoring.
The Principles of Hemodynamic Monitoring section presents an overview of the factors that affect the regulation of blood flow and cardiac output heart rate and stroke volume. This section also defines and describes preload, contractility, and afterload.
The Representative Hemodynamic Profiles section presents a summary of 15 major disease states and their representative hemodynamic profiles. Included in this section are: Acute Cardiac Tamponade/Hypovolemic Shock/Congestive Heart Failure-Pulmonary Edema/Acute Myocardial Infarction/Left Ventricular Failure/Septic Shock/Adult Respiratory Distress Syndrome/Neurogenic Shock/Cardiogenic Shock/Anaphylactic Shock/Pulmonary Emboli/ Chronic Obstructive Pulmonary Disease/Pulmonary Hypertension/Right Ventricular Failure/Hypervolemia.
The Treatment for Hemodynamic Disturbances section includes the terminology associated with cardiovascular pharmacology as well as the principles involved in treating hemodynamic abnormalities. Cardiovascular agents that alter cardiac output, arterial blood pressure, myocardial contractility, preload, afterload, heart rate, and SVR are given a detailed presentation. This section concludes with a graphic summary of therapeutic interventions designed to correct hemodynamic disturbances."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }