diff --git a/server.js b/server.js index 0c0b23a..ecbe166 100644 --- a/server.js +++ b/server.js @@ -822,8 +822,8 @@ function renderOrderForm(step, stepKey = "demografi", fppTests = [], mouId = "") const packedGroups = packFppGroupsIntoColumns(fppGroups, 5); const steps = [ ["demografi", "Demografi", "Patient identity and contact details."], - ["diagnosa", "Diagnosa", "Clinical indication and diagnosis."], - ["pemeriksaan", "Pemeriksaan", "Choose examination groups."], + ["diagnosa", "Diagnosis", "Clinical indication and diagnosis."], + ["pemeriksaan", "Test", "Choose examination groups."], ]; const normalizedStep = steps.some((item) => item[0] === stepKey) ? stepKey : "demografi"; const activeIndex = Math.max(0, steps.findIndex((item) => item[0] === normalizedStep)); @@ -850,7 +850,7 @@ function renderOrderForm(step, stepKey = "demografi", fppTests = [], mouId = "") diagnosa: `
- ${panelHeader("Mandatory", "")} + ${panelHeader("Diagnosis", "")}
@@ -866,7 +866,7 @@ function renderOrderForm(step, stepKey = "demografi", fppTests = [], mouId = "") pemeriksaan: `
- ${panelHeader("Mandatory", "", '')} + ${panelHeader("Tests", "", '')}
Selected tests

0 selected