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