-
Notifications
You must be signed in to change notification settings - Fork 0
/
database.conf
59 lines (59 loc) · 1.55 KB
/
database.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
patient:"Patient";
patient_loop:"PatientSerNum";
patients:"Patient";
patients_loop:"PatientSerNum";
population:"Patient";
populationSQL:"PatientSerNum";
population_loop:"PatientSerNum";
patientSQL:"PatientSerNum";
patientsSQL:"PatientSerNum";
patients_loop:"PatientSerNum";
patientsernum:"PatientSerNum";
id:"PatientSerNum";
idSQL:"PatientSerNum";
dateofbirth:"DateOfBirth";
dateofbirthSQL:"DateOfBirth";
birthyear:"DateOfBirth";
birthyearSQL:"DateOfBirth";
diagnosis:"Diagnosis";
diagnosis_field:"INCLUDE";
diagnosisSQL:"Description";
diagnosis_loop:"DiagnosisId";
sex:"Sex";
sexSQL:"Sex";
months:"Month(EventTimeStamp)";
days:"DATE_FORMAT(EventTimeStamp, \"%W\")";
date:"Date(EventTimeStamp)";
dates:"Date(EventTimeStamp)";
years:"Year(EventTimeStamp)";
hours:"Hour(EventTimeStamp)";
postalcode:"PostalCode";
postalcodeSQL:"PostalCode";
lastupdated:"LastUpdated";
doctors:"Doctor";
period:"";
end:"end_of_treatment_note_finished";
lastupdatedSQL:"LastUpdated";
doctors:"PatientDoctor";
doctor_loop:"DoctorSerNum";
doctorsSQL:"PatientDoctor";
doctors_loop:"DoctorSerNum";
doctorSQL:"DoctorSerNum";
doctor:"PatientDoctor";
oncologist:"OncologistFlag";
oncologistSQL:"OncologistFlag";
oncologist_table:"OncologistFlag";
diagsernum:"DiagnosisSerNum";
diagnosisid:"DiagnosisId";
diagnosiscreationdate:"DiagnosisCreationDate";
diagnosiscode:"DiagnosisCode";
description:"Description";
name:"Description";
breast:"C50";
prostate:"C61";
brain:"C71";
stomach:"C16";
lung:"C34";
events:"";
doctorid:"DoctorSerNum";
doctoridSQL:"DoctorSerNum";