I'm pulling lab values from a hospital DB. They are stored in a table like this.
Table: LABS
Columns: LAB_ID, PATIENT_ID, LAB_TYPE, DATE, RESULT, UNITS
Example: 123456, 654321, "WBC", 1/1/2000, 10.2, "K/uL"
I have a list of PATIENT_IDs and certain LAB_TYPES from certain dates that I want to...