Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MIRACUM
dqa
miRacumDQA
Commits
3c85717b
Commit
3c85717b
authored
5 years ago
by
kapsner
Browse files
Options
Download
Email Patches
Plain Diff
cng
parent
c6cf634f
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DQA_Tool/app/_utilities/SQL/create_i2b2.R
+2
-0
DQA_Tool/app/_utilities/SQL/create_i2b2.R
with
2 additions
and
0 deletions
+2
-0
DQA_Tool/app/_utilities/SQL/create_i2b2.R
+
2
-
0
View file @
3c85717b
...
...
@@ -201,6 +201,8 @@ ORDER BY
ob.encounter_num;"
))
}
vec
<-
c
(
"dt.patient_target"
,
"dt.encounter_target"
,
"dt.ageindays_target"
,
"dt.ageinyears_target"
,
"dt.admission_target"
,
"dt.hospitalization_target"
,
"dt.discharge_target"
,
"dt.ventilation_target"
,
"dt.condition_target"
,
"dt.procedure_target"
,
"dt.provider_target"
,
"pl.item02_target"
,
"pl.item03_target"
,
"pl.item04_target"
,
"pl.item05_target"
)
string_list
<-
sapply
(
vec
,
function
(
i
){
eval
(
parse
(
text
=
i
))},
simplify
=
F
,
USE.NAMES
=
T
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help