This commit is contained in:
Dwi Swandhana
2026-03-15 12:13:55 +07:00
parent 6a009108e7
commit bbc6dee2c9
3 changed files with 3 additions and 3 deletions
@@ -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)">`;
+1 -1
View File
@@ -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)">`;