Skip to content

Commit 6ae8d7d

Browse files
committed
Merge discvr-22.11 to develop
2 parents d4bd134 + 1f59a3b commit 6ae8d7d

File tree

8 files changed

+563
-74
lines changed

8 files changed

+563
-74
lines changed

mcc/package-lock.json

Lines changed: 12 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mcc/resources/data/death_cause.tsv

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
value title category description sort_order date_disabled
2+
Spontaneous Death 1
3+
Sudden Infant Death 5
4+
Accidental Death 13
5+
Death Due to Fight 14
6+
Acute Surgical Death 6
7+
Postoperative Death 7
8+
Dead On Arrival 15
9+
Unplanned Experimental Death 8
10+
Perinatal Death 2
11+
Postpartum Death 9
12+
Death in Quarantine 12
13+
Undetermined Cause 10
14+
Unclassified Cause 11
15+
Abortion ( < 130 days gestation ) 17
16+
Spontaneous Death, Experimental subject 22
17+
Neonatal death (<28 days of age, breathed once) 28
18+
Spontaneous Death in quarantine 24
19+
Stillbirth ( > 130 days gestation, never breathed) 16
20+
Cause of Death Unknown 99
21+
EUTHANASIA, EXPERIMENTAL 3
22+
EUTHANASIA, NONEXPERIMENTAL 4
23+
EUTHANASIA, QUARANTINE 3
24+
Medical Termination 30
25+
Miscarriage 32
26+
Biochemical Pregnancy 35

mcc/resources/referenceStudy/study/datasets/datasets_manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
<dataset name="transfers" id="1001" category="Colony Management" type="Standard">
3838
<tags/>
3939
</dataset>
40-
<dataset name="deaths" id="1048" showByDefault="false" category="Colony Management" demographicData="true" type="Standard">
40+
<dataset name="deaths" id="1048" showByDefault="true" category="Colony Management" demographicData="true" type="Standard">
4141
<tags/>
4242
</dataset>
4343
<dataset name="demographics" id="1012" category="Colony Management" demographicData="true" type="Standard">
4444
<tags/>
4545
</dataset>
46-
<dataset name="departure" id="1013" showByDefault="false" category="Colony Management" type="Standard">
46+
<dataset name="departure" id="1013" showByDefault="true" category="Colony Management" type="Standard">
4747
<tags/>
4848
</dataset>
4949
<dataset name="assignment" id="1002" category="Colony Management" type="Standard">

mcc/resources/views/populateData.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,13 @@
178178
schemaName: 'ehr_lookups',
179179
queryName: 'conc_units',
180180
pk: 'rowid'
181+
},{
182+
label: 'Death Cause',
183+
populateFn: 'populateFromFile',
184+
moduleName: 'mcc',
185+
schemaName: 'ehr_lookups',
186+
queryName: 'death_cause',
187+
pk: 'rowid'
181188
},{
182189
label: 'Dosage Units',
183190
populateFn: 'populateFromFile',

0 commit comments

Comments
 (0)