Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Raphael
histream
Commits
9a9650da
Commit
9a9650da
authored
Aug 03, 2015
by
R.W.Majeed
Browse files
corrections of test data
parent
ea0400c5
Changes
3
Hide whitespace changes
Inline
Side-by-side
histream-import/src/test/resources/datasource-example.xml
View file @
9a9650da
...
...
@@ -31,8 +31,8 @@
<patient-id>
ID
</patient-id>
<firstname>
Vorname
</firstname>
<surname>
Nachname
</surname>
<birthdate></birthdate>
<deathdate></deathdate>
<birthdate>
geburtsdatum
</birthdate>
<deathdate>
verstorben
</deathdate>
<gender
map=
"geschlecht"
>
geschlecht
</gender>
<ignore>
...
</ignore>
</idat>
...
...
histream-import/src/test/resources/test-1-datasource.xml
View file @
9a9650da
...
...
@@ -23,15 +23,15 @@
<patient-table>
<source
xsi:type=
"fileSource"
>
<url>
file:test-1-patients.txt
</url>
<
type>
text/csv
</type
>
<url>
file:
src/test/resources/
test-1-patients.txt
</url>
<
separator>
\t
</separator
>
</source>
<idat>
<patient-id>
patid
</patient-id>
<firstname>
vorname
</firstname>
<surname>
nachname
</surname>
<birthdate>
geburtsdatum
</birthdate>
<deathdate>
verstorben
</deathdate>
<birthdate
format=
"d.M.u"
>
geburtsdatum
</birthdate>
<deathdate
format=
"d.M.u"
>
verstorben
</deathdate>
<gender>
geschlecht
</gender>
<ignore
xsi:type=
"stringColumn"
>
ignoriert1
</ignore>
<ignore
xsi:type=
"stringColumn"
>
patfakt1
</ignore>
...
...
@@ -42,6 +42,7 @@
<source
xsi:type=
"fileSource"
>
<url>
file:test-1-visits.txt
</url>
<type>
text/csv
</type>
<separator>
\t
</separator>
</source>
<idat>
<patient-id>
patid
</patient-id>
...
...
@@ -61,7 +62,7 @@
<wide-table>
<source
xsi:type=
"fileSource"
>
<url>
file:test-1-widetable.txt
</url>
<type>
text/csv
</type
>
<separator>
\t
</separator
>
</source>
<idat>
<patient-id>
patid
</patient-id>
...
...
histream-import/src/test/resources/test-1-patients.txt
View file @
9a9650da
patid inogriert1 name vorname geburtsdatum verstorben geschlecht patfakt1
patid inogriert1
nach
name vorname geburtsdatum verstorben geschlecht patfakt1
1 a n1 v1 01.02.2003 11.02.2003 F c
2 b n2 v2 02.03.2004 M d
3 c n3 v3 03.04.2005 F e
\ No newline at end of file
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