S
Sue
tblPatient contains the following fields:
DiagnosisID (foreign key from tblDiagnosis)
DiseaseStatusID (foreign key from tblDiseaseStatus)
ScreenStatusID (foreign key from tblScreenStatus)
I'm using this to track the diagnosis and disease status (i.e. no prior
treatment, relapsed disease, refractory disease) of patients as well as
whether they were screened for, consented to, or enrolled in research
protocols.
I want a count of the number of patients who have a given disease, then the
number of patients whose for each disease whose disease is new vs relapsed,
etc., then the number of patients in each of the above categories who were
screened, consented, or went on protocol.
Not sure how to start.
Help, please?
DiagnosisID (foreign key from tblDiagnosis)
DiseaseStatusID (foreign key from tblDiseaseStatus)
ScreenStatusID (foreign key from tblScreenStatus)
I'm using this to track the diagnosis and disease status (i.e. no prior
treatment, relapsed disease, refractory disease) of patients as well as
whether they were screened for, consented to, or enrolled in research
protocols.
I want a count of the number of patients who have a given disease, then the
number of patients whose for each disease whose disease is new vs relapsed,
etc., then the number of patients in each of the above categories who were
screened, consented, or went on protocol.
Not sure how to start.
Help, please?