
**
PART A: Using the data below and from the protocol customize the database to accommodate the clinical test data. The database should be set up for double entry purposes:
Clinical Test Data headings:
Glucose (mmol/l), Calcium (mg/dL), Albumin (g/dL), Total Protein, Sodium (mEq/L), Postassium (mEq/L), Bicarbonate (mEq/L), Chloride (mEq/L), BUN (mg/dL), Creatinine, ALP (u/L), ALT, AST, Bilirubin, WBC (109/L), RBC (109/L), Hemoglobin (g/dl), Hematocrit (%), Platelet Count (109/L), MCV (fL), MCH (pg), MCHC (g/dL), RDW, Neutrophils (%), Lymphcytes (%), Monocytes (%), Eosinophils (%), Basophils (%), Total Cholesterol (mg/dl), LDL-C (mg/dl), HDL-C (mg/dl), TG (mg/dl), APO (B) (mg/dl)
PART B:
Very Low Density Lipoprotein Cholesterol (VLDL-C) must be calculated from the collected lipid data.
You will need add a column to calculate the VLDL-C:
VLDL-C = (TC) – (HDL-C) – (LDL-C)
PART C:
For the Lipid panel (see below), the data must be normalized. This is done by measuring the % change from Baseline (visit 2). The % change over baseline can be calculated by the following manner:
% change over Baseline = (((study value – baseline value)/ Baseline) X 100)
LIPID PANEL
Total Cholesterol (mg/dl)
LDL-C (mg/dl)
HDL-C (mg/dl)
TG (mg/dl)
APO (B) (mg/dl)
VLDL-C (mg/dl)
PART D: