update
This commit is contained in:
@@ -3565,7 +3565,7 @@
|
||||
data: 'interpretation',
|
||||
render: function (data, type, full) {
|
||||
|
||||
let options = ['','S','I','R','Invalid','No Result', 'Error'];
|
||||
let options = ['','S','I','R','Invalid','No Result', 'Error', 'SDD'];
|
||||
let html = `<select class="form-control form-control-sm"
|
||||
onchange="updateInterpretation(${full.id}, this.value)">`;
|
||||
|
||||
|
||||
@@ -3622,7 +3622,7 @@
|
||||
data: 'interpretation',
|
||||
render: function (data, type, full) {
|
||||
|
||||
let options = ['','S','I','R','Invalid','No Result', 'Error'];
|
||||
let options = ['','S','I','R','Invalid','No Result', 'Error', 'SDD'];
|
||||
let html = `<select class="form-control form-control-sm"
|
||||
onchange="updateInterpretation(${full.id}, this.value)">`;
|
||||
|
||||
|
||||
@@ -3622,7 +3622,7 @@
|
||||
data: 'interpretation',
|
||||
render: function (data, type, full) {
|
||||
|
||||
let options = ['','S','I','R','Invalid','No Result', 'Error'];
|
||||
let options = ['','S','I','R','Invalid','No Result', 'Error', 'SDD'];
|
||||
let html = `<select class="form-control form-control-sm"
|
||||
onchange="updateInterpretation(${full.id}, this.value)">`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user