-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmat_view_special.xml
25 lines (25 loc) · 969 Bytes
/
mat_view_special.xml
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
<special>
<case>
<id>1</id>
<url>https://raw.githubusercontent.com/MIT-LCP/mimic-code/master/concepts/diagnosis/ccs_diagnosis_table.sql</url>
<regex_remove type="line">copy</regex_remove>
<extra_files>
<extra_file>
<eid>1</eid>
<name>ccs_multi_level.csv.gz</name>
<target>ccs_multi_level_dx</target>
<url compression="gz">https://github.com/MIT-LCP/mimic-code/blob/master/concepts/diagnosis/ccs_multi_level.csv.gz?raw=true</url>
<file_type>csv</file_type>
<method>pushcsv</method>
</extra_file>
<extra_file>
<eid>2</eid>
<name>ccs_single_level.csv.gz</name>
<target>ccs_single_level_dx</target>
<url compression="gz">https://github.com/MIT-LCP/mimic-code/blob/master/concepts/diagnosis/ccs_single_level.csv.gz?raw=true</url>
<file_type>csv</file_type>
<method>pushcsv</method>
</extra_file>
</extra_files>
</case>
</special>