Skip to content

Commit 7eee26f

Browse files
committed
Merge branch 'release/0.11'
* release/0.11: Added test.type to alere q and deki reader manifests
2 parents bb2ada8 + de3fc35 commit 7eee26f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

db/seeds/manifests/alere_q_manifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"test.type" : "specimen",
5555
"test.site_user" : { "lookup" : "Operator" },
5656
"test.start_time" : {"parse_date" : [{"lookup": "Timestamp"}, "%Y-%m-%d %H:%M"]},
57+
"test.type" : "specimen",
5758
"test.status" : { "script" : "
5859
if( message['Sample Detection'] == 'Fail'
5960
|| message['HIV-1 Positive Control'] == 'Fail'

db/seeds/manifests/deki_reader_manifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"test.start_time" : {"lookup" : "TestDate/text()"},
2727
"test.id" : {"lookup" : "@id"},
2828
"test.name" : {"lookup" : "Test/Code/@value"},
29+
"test.type" : "specimen",
2930
"test.status" : {
3031
"case" : [
3132
{"lookup": "Test/Control/@qualitative"},

0 commit comments

Comments
 (0)