From 21fc1b40a82a8d6a9b81304d862df1c1ce01833c Mon Sep 17 00:00:00 2001 From: jona42-ui Date: Mon, 4 Dec 2023 11:57:00 +0300 Subject: [PATCH 1/8] Add missing translations to the order component --- frontend/src/components/addOrder/AddOrder.js | 2 +- .../addOrder/OrderEntryAdditionalQuestions.js | 4 +- .../addOrder/OrderReferralRequest.js | 14 +- .../addOrder/OrderResultReporting.js | 2 +- .../addOrder/OrderSuccessMessage.js | 9 +- .../src/components/addOrder/SampleType.js | 14 +- frontend/src/languages/en.json | 494 +++++++++--------- frontend/src/languages/fr.json | 14 + 8 files changed, 294 insertions(+), 259 deletions(-) diff --git a/frontend/src/components/addOrder/AddOrder.js b/frontend/src/components/addOrder/AddOrder.js index a5670ecb59..286f824448 100644 --- a/frontend/src/components/addOrder/AddOrder.js +++ b/frontend/src/components/addOrder/AddOrder.js @@ -441,7 +441,7 @@ const AddOrder = (props) => {
} autofillDate={true} value={orderFormValues.sampleOrderItems.requestDate} className="inputDate" diff --git a/frontend/src/components/addOrder/OrderEntryAdditionalQuestions.js b/frontend/src/components/addOrder/OrderEntryAdditionalQuestions.js index 8785edb47d..0bfe2ab84f 100644 --- a/frontend/src/components/addOrder/OrderEntryAdditionalQuestions.js +++ b/frontend/src/components/addOrder/OrderEntryAdditionalQuestions.js @@ -426,7 +426,9 @@ const OrderEntryAdditionalQuestions = ({ <>
-

Program

+

+ +

); } - +const intl = useIntl(); const header = [ - { key: "reason", header: requiredSymbol("Reason for Referral") }, - { key: "referrer", header: "Referrer" }, + { key: "reason", header: requiredSymbol(intl.formatMessage({ id: "referral.label.reason"})) }, + { key: "referrer", header: intl.formatMessage({ id: "referrer.label" })}, { key: "institute", - header: requiredSymbol("Institute"), + header: requiredSymbol(intl.formatMessage({ id: "referral.label.institute"})), }, - { key: "", header: "Sent Date\n" + "(dd/mm/yyyy)" }, - { key: "name", header: requiredSymbol("Test Name") }, + { key: "", header:intl.formatMessage({ id: "referral.label.sentdate"}) + "\n" + "(dd/mm/yyyy)" }, + { key: "name", header: requiredSymbol(intl.formatMessage({ id: "search.label.test" })) }, + ]; const OrderReferralRequest = ({ diff --git a/frontend/src/components/addOrder/OrderResultReporting.js b/frontend/src/components/addOrder/OrderResultReporting.js index 9b9635ec31..eee3625158 100644 --- a/frontend/src/components/addOrder/OrderResultReporting.js +++ b/frontend/src/components/addOrder/OrderResultReporting.js @@ -48,7 +48,7 @@ const RequesterEmailAndSMS = (testId, index, handleRequesterEmailAndSMS) => { handleProviderEmail(checked)} - label="Email" + label={} /> { const { orderFormValues, setOrderFormValues, setSamples, setPage } = props; @@ -64,10 +65,12 @@ const OrderSuccessMessage = (props) => { width="120" height="120" /> -

Save successful

+

+ +

@@ -77,7 +80,7 @@ const OrderSuccessMessage = (props) => { kind="tertiary" onClick={handleAnotherSiteOrder} > - Place same site order + )} diff --git a/frontend/src/components/addOrder/SampleType.js b/frontend/src/components/addOrder/SampleType.js index 3b0902ba1c..559d862ba3 100644 --- a/frontend/src/components/addOrder/SampleType.js +++ b/frontend/src/components/addOrder/SampleType.js @@ -525,8 +525,8 @@ const SampleType = (props) => { } + placeholder={} onChange={handlePanelSearchChange} value={(() => { if (panelSearchTerm) { @@ -609,12 +609,12 @@ const SampleType = (props) => { <> )}
- + }> } + placeholder={} onChange={handleTestSearchChange} value={(() => { if (testSearchTerm) { @@ -647,7 +647,7 @@ const SampleType = (props) => { - No test found matching + "{testSearchTerm}"{" "} @@ -676,7 +676,7 @@ const SampleType = (props) => {
} onChange={handleReferralRequest} /> {requestTestReferral === true && ( diff --git a/frontend/src/languages/en.json b/frontend/src/languages/en.json index c23d7b02c8..486b692b4a 100644 --- a/frontend/src/languages/en.json +++ b/frontend/src/languages/en.json @@ -1,11 +1,11 @@ -{ + { "language.select.label": "English", "label.button.submit": "Submit", - "label.button.changepassword" : "Change Password", + "label.button.changepassword": "Change Password", "label.button.save": "Save", - "label.button.search" : "Search", - "label.button.range" : "Range", - "label.button.clear" : "Clear", + "label.button.search": "Search", + "label.button.range": "Range", + "label.button.clear": "Clear", "label.button.confirm": "Confirm", "label.button.cancel": "Cancel", "label.button.confirmDelete": "Confirm Delete", @@ -17,173 +17,176 @@ "login.msg.password.missing": "A password is required", "login.notice.message": "Notice: Access to this service is for authorized personnel only. If you do not have the expressed authorization of the administrator, you must exit now. This organization prohibits unauthorized access, disclosure, duplication, modification, diversion, destruction, loss, misuse, or theft of its information.", "error.invalidcredentials": "Username or Password are incorrect", - "patient.label.modify" : "Add/Modify Patient" , - "patient.label.info" : "Patient Information", - "breadcrumb.home" : "Home", - "admin.legacy" :"Legacy Admin", - "banner.menu.billing" :"Billing", - "label.page.patientHistory" : "Patient History", - "workplan.page.title" :"Workplan {0}", - "workplan.panel.title" :"Workplan By Panel", - "workplan.panel.types" :"Panel Type", - "workplan.print" :"Print Workplan", - "workplan.run" :"Get Workplan", - "workplan.test.title" :"Workplan By Test", - "workplan.test.types" :"Test Type", - "workplan.title" :"Workplan", - "workplan.unit.types" :"Unit Type", - "workplan.priority.list" :"Priority", - "workplan.priority.title" :"Workplan By Priority", - "workplan.unit.title" :"Workplan By Unit", - "banner.menu.workplan" :"Workplan", - "banner.menu.workplan.panel" :"By Panel", - "banner.menu.workplan.unit" :"By Test Section", - "banner.menu.workplan.test" :"By Test Type", - "banner.menu.workplan.priority" :"By Priority", - "label.form.searchby" :"Search By", - "order.label.add" : "Add Order", - "order.label.modify":"Modify Order", + "patient.label.modify": "Add/Modify Patient", + "patient.label.info": "Patient Information", + "breadcrumb.home": "Home", + "admin.legacy": "Legacy Admin", + "banner.menu.billing": "Billing", + "label.page.patientHistory": "Patient History", + "workplan.page.title": "Workplan {0}", + "workplan.panel.title": "Workplan By Panel", + "workplan.panel.types": "Panel Type", + "workplan.print": "Print Workplan", + "workplan.run": "Get Workplan", + "workplan.test.title": "Workplan By Test", + "workplan.test.types": "Test Type", + "workplan.title": "Workplan", + "workplan.unit.types": "Unit Type", + "workplan.priority.list": "Priority", + "workplan.priority.title": "Workplan By Priority", + "workplan.unit.title": "Workplan By Unit", + "banner.menu.workplan": "Workplan", + "banner.menu.workplan.panel": "By Panel", + "banner.menu.workplan.unit": "By Test Section", + "banner.menu.workplan.test": "By Test Type", + "banner.menu.workplan.priority": "By Priority", + "label.form.searchby": "Search By", + "order.label.add": "Add Order", + "order.label.modify": "Modify Order", "result.noTestsFound": "No appropriate tests were found.", - "quick.entry.accession.number":"Accession Number", - "patient.subject.number":"Unique Health ID number", - "sample.entry.nextVisit.date":"Date of next visit", - "sample.entry.project.testName":"Test Name", - "sample.receivedDate":"Received Date", - "label.total.tests":"Total tests", - "result.nonconforming.item":"Sample or order is nonconforming OR test has been rejected", - "sample.entry.project.patient.and.testName":"Name/Code of patient {br} Test Name", - "label.button.remove":"Remove", - "reject.order.sample.notification": "You are rejecting a sample. This sample will be rejected and not appear in workplans once saved,no results can be entered for this order." , - "rulebuilder.label.ruleName" : "Rule Name", - "rulebuilder.label.toggleRule" : "Toggle Rule" , - "rulebuilder.label.addRuleConditions" : "Add Reflex Rule Conditions" , - "rulebuilder.label.overallOptions" : "Over All Option", - "rulebuilder.label.selectSample" : "Select Sample", - "rulebuilder.label.searchTest" : "Search Test" , - "rulebuilder.label.relation" : "Relation" , - "rulebuilder.label.dictValue" : "Dictionaly Value", - "rulebuilder.label.numericValue" : "Numeric value" , - "rulebuilder.label.numericValue2" : "Numeric value 2" , - "rulebuilder.label.textValue" : "Text value" , - "rulebuilder.label.addCondition" : "Add Condition", - "rulebuilder.label.removeCondition" : "Remove Condition" , - "rulebuilder.label.perfomActions" : "Perform the following actions", - "rulebuilder.label.noSuggestions" : "No suggestions available", - "rulebuilder.label.addInternalNote" : "Add Internal Note", - "rulebuilder.label.addExternalNote" : "Add External Note", - "rulebuilder.label.addPopup" : "Add Pop Up", - "rulebuilder.label.addAction" : "Add Action", - "rulebuilder.label.removeAction" : "Remove Action", - "rulebuilder.label.addRule" : "Add Rule", - "rulebuilder.label.removeRule" : "Deactivate Rule", - "rulebuilder.label.rule" : "Rule", - "rulebuilder.label.confirmDelete" : "Are you sure you want to deactivate this Rule?", - "rulebuilder.error.invalidNumeric" : "Invalid Numeric Value" , - "rulebuilder.error.invalidTest" : "Invalid Test", - "testcalculation.label.name" : "Calculation Name" , - "testcalculation.label.testResult" : "Test Result", - "testcalculation.label.mathFucntion" : "Mathematical Function" , - "testcalculation.label.integer" : "Integer" , - "testcalculation.label.patientAttribute" : "Patient Attribute" , - "testcalculation.label.calculation" : "Calculation" , - "testcalculation.label.searchNumericTest" : "Search Numeric Test" , - "testcalculation.label.insertOperation" : "Insert Operation" , - "testcalculation.label.selectDictionaryValue" : "Select Dictionary Value" , - "testcalculation.label.textValue" : "Text Value" , - "testcalculation.label.finalresult" : "Final Result", + "quick.entry.accession.number": "Accession Number", + "patient.subject.number": "Unique Health ID number", + "sample.entry.nextVisit.date": "Date of next visit", + "sample.entry.project.testName": "Test Name", + "sample.receivedDate": "Received Date", + "sample.requestDate": "Request Date", + "select.program": "Program", + "provider.email": "Email", + "label.total.tests": "Total tests", + "result.nonconforming.item": "Sample or order is nonconforming OR test has been rejected", + "sample.entry.project.patient.and.testName": "Name/Code of patient {br} Test Name", + "label.button.remove": "Remove", + "reject.order.sample.notification": "You are rejecting a sample. This sample will be rejected and not appear in workplans once saved,no results can be entered for this order.", + "rulebuilder.label.ruleName": "Rule Name", + "rulebuilder.label.toggleRule": "Toggle Rule", + "rulebuilder.label.addRuleConditions": "Add Reflex Rule Conditions", + "rulebuilder.label.overallOptions": "Over All Option", + "rulebuilder.label.selectSample": "Select Sample", + "rulebuilder.label.searchTest": "Search Test", + "rulebuilder.label.relation": "Relation", + "rulebuilder.label.dictValue": "Dictionaly Value", + "rulebuilder.label.numericValue": "Numeric value", + "rulebuilder.label.numericValue2": "Numeric value 2", + "rulebuilder.label.textValue": "Text value", + "rulebuilder.label.addCondition": "Add Condition", + "rulebuilder.label.removeCondition": "Remove Condition", + "rulebuilder.label.perfomActions": "Perform the following actions", + "rulebuilder.label.noSuggestions": "No suggestions available", + "rulebuilder.label.addInternalNote": "Add Internal Note", + "rulebuilder.label.addExternalNote": "Add External Note", + "rulebuilder.label.addPopup": "Add Pop Up", + "rulebuilder.label.addAction": "Add Action", + "rulebuilder.label.removeAction": "Remove Action", + "rulebuilder.label.addRule": "Add Rule", + "rulebuilder.label.removeRule": "Deactivate Rule", + "rulebuilder.label.rule": "Rule", + "rulebuilder.label.confirmDelete": "Are you sure you want to deactivate this Rule?", + "rulebuilder.error.invalidNumeric": "Invalid Numeric Value", + "rulebuilder.error.invalidTest": "Invalid Test", + "testcalculation.label.name": "Calculation Name", + "testcalculation.label.testResult": "Test Result", + "testcalculation.label.mathFucntion": "Mathematical Function", + "testcalculation.label.integer": "Integer", + "testcalculation.label.patientAttribute": "Patient Attribute", + "testcalculation.label.calculation": "Calculation", + "testcalculation.label.searchNumericTest": "Search Numeric Test", + "testcalculation.label.insertOperation": "Insert Operation", + "testcalculation.label.selectDictionaryValue": "Select Dictionary Value", + "testcalculation.label.textValue": "Text Value", + "testcalculation.label.finalresult": "Final Result", "advanced.search": "Advanced Search", - "pathology.label.title" : "Pathology", - "pathology.label.blocks" : "Blocks", - "pathology.label.block" : "Block", - "pathology.label.addblock" : "Add Block(s)", - "pathology.label.slides" : "Slides", - "pathology.label.slide" : "Slide", - "pathology.label.addslide" : "Add Slide(s)", - "pathology.label.printlabel" : "Print Label", - "pathology.label.view" : "View", - "pathology.label.dashboard" : "Pathology DashBoard", - "pathology.label.techniques" : "Techniques Used", - "pathology.label.request" : "Requests", - "pathology.label.grossexam" : "Gross Exam", - "pathology.label.microexam" : "Microscopy Exam", - "pathology.label.conclusion" : "Conclusion", - "pathology.label.textconclusion" : "Text Conclusion", - "pathology.label.release" : "Ready For release", - "pathology.label.refer" : "Refer to ImmunoHistoChemistry", - "immunohistochemistry.label.title" : "Immunohistochemistry" , - "immunohistochemistry.label.report" : "Report" , - "immunohistochemistry.label.reports" : "Reports" , - "immunohistochemistry.label.addreport" : "Add Report" , - "cytology.label.title" : "Cytology" , - "cytology.label.specimen" : "Specimen Adequacy" , - "cytology.label.negative" : "Negative For Intraepithelial Lesion or Malignancy" , - "cytology.label.cellabnomality" : "Epithelial Cell Abnomality" , - "cytology.label.squamous" : "Squamous" , - "cytology.label.glandular" : "Glandular" , - "cytology.label.other" : "Other Malignant Neoplasms" , - "cytology.label.neoplastic" : "Non-neoplastic cellular variations" , - "cytology.label.reactive" : "Reactive cellular changes" , - "cytology.label.organisms" : "Organisms" , - "cytology.label.otherResult" : " Other Diagnosis Result" , - "header.label.version" :"Version:", - "header.label.logout" :"Logout" , - "header.label.selectlocale" : "Select Locale" , - "sidenav.label.order" : "Order", - "sidenav.label.addorder" : "Add Order" , - "sidenav.label.editorder" : "Edit Order" , - "sidenav.label.incomingorder" : "Incoming Orders", - "sidenav.label.batchorder" : "Batch Order Entry" , - "sidenav.label.barcode" : "Barcode" , - "sidenav.label.patient" : "Patient" , - "sidenav.label.editpatient" : "Add/Edit Patient" , - "sidenav.label.patientHistory" : "Patient History" , - "sidenav.label.nonConform" : "Non-Conform", - "sidenav.label.nonConform.report" : "Report Non-Conforming Event" , - "sidenav.label.nonConform.view" : "View New Non-Conforming Events" , - "sidenav.label.nonConform.actions" : "Corrective actions" , - "sidenav.label.workplan" : "Workplan", - "sidenav.label.workplan.test" : "By Test Type", - "sidenav.label.workplan.panel" : "By Panel Type" , - "sidenav.label.workplan.unit" : "By Unit" , - "sidenav.label.workplan.priority" : "By Priority" , - "sidenav.label.pathology" : "Pathology", - "sidenav.label.immunochem" : "Immunohistochemistry", - "sidenav.label.cytology" : "Cytology" , - "sidenav.label.pathology.dashboard" : "DashBoard" , - "sidenav.label.results" : "Results", - "sidenav.label.results.unit" : "By Unit", - "sidenav.label.results.patient" : "By Patient" , - "sidenav.label.results.order" : "By Order" , - "sidenav.label.results.testdate" : "By Test Date" , - "sidenav.label.results.byrange" : "By Range of Order numbers" , - "sidenav.label.validation" : "Validation" , - "sidenav.label.validation.routine" : "Routine", - "sidenav.label.validation.study" : "Study", - "sidenav.label.validation.order" : "Search By Order" , - "sidenav.label.validation.testdate" : "Search By Test Date" , - "sidenav.label.reports" : "Reports" , - "sidenav.label.reports.routine" : "Routine" , - "sidenav.label.reports.study" : "Study" , - "sidenav.label.admin" : "Admin" , - "sidenav.label.admin.testmgt" : "Test Management" , - "sidenav.label.admin.testmgt.reflex" : "Reflex Tests Management" , - "sidenav.label.admin.testmgt.calculated" : "Calculated Value Tests Management" , - "sidenav.label.admin.program" : "Program Entry" , - "sidenav.label.admin.organizationmgt" : "Organization Management" , - "sidenav.label.admin.usermgt" : "User Management", - "sidenav.label.admin.labNumber" : "Lab Number Management", - "patient.label.name" : "Name" , - "patient.label.sex" : "Sex" , - "patient.label.age" : "Age" , - "patient.label.nopatientid" : "Patient Id Doest Exist" , - "sample.label.orderdate" : "Oder Date" , - "sample.label.labnumber" : "Lab Number" , + "pathology.label.title": "Pathology", + "pathology.label.blocks": "Blocks", + "pathology.label.block": "Block", + "pathology.label.addblock": "Add Block(s)", + "pathology.label.slides": "Slides", + "pathology.label.slide": "Slide", + "pathology.label.addslide": "Add Slide(s)", + "pathology.label.printlabel": "Print Label", + "pathology.label.view": "View", + "pathology.label.dashboard": "Pathology DashBoard", + "pathology.label.techniques": "Techniques Used", + "pathology.label.request": "Requests", + "pathology.label.grossexam": "Gross Exam", + "pathology.label.microexam": "Microscopy Exam", + "pathology.label.conclusion": "Conclusion", + "pathology.label.textconclusion": "Text Conclusion", + "pathology.label.release": "Ready For release", + "pathology.label.refer": "Refer to ImmunoHistoChemistry", + "immunohistochemistry.label.title": "Immunohistochemistry", + "immunohistochemistry.label.report": "Report", + "immunohistochemistry.label.reports": "Reports", + "immunohistochemistry.label.addreport": "Add Report", + "cytology.label.title": "Cytology", + "cytology.label.specimen": "Specimen Adequacy", + "cytology.label.negative": "Negative For Intraepithelial Lesion or Malignancy", + "cytology.label.cellabnomality": "Epithelial Cell Abnomality", + "cytology.label.squamous": "Squamous", + "cytology.label.glandular": "Glandular", + "cytology.label.other": "Other Malignant Neoplasms", + "cytology.label.neoplastic": "Non-neoplastic cellular variations", + "cytology.label.reactive": "Reactive cellular changes", + "cytology.label.organisms": "Organisms", + "cytology.label.otherResult": " Other Diagnosis Result", + "header.label.version": "Version:", + "header.label.logout": "Logout", + "header.label.selectlocale": "Select Locale", + "sidenav.label.order": "Order", + "sidenav.label.addorder": "Add Order", + "sidenav.label.editorder": "Edit Order", + "sidenav.label.incomingorder": "Incoming Orders", + "sidenav.label.batchorder": "Batch Order Entry", + "sidenav.label.barcode": "Barcode", + "sidenav.label.patient": "Patient", + "sidenav.label.editpatient": "Add/Edit Patient", + "sidenav.label.patientHistory": "Patient History", + "sidenav.label.nonConform": "Non-Conform", + "sidenav.label.nonConform.report": "Report Non-Conforming Event", + "sidenav.label.nonConform.view": "View New Non-Conforming Events", + "sidenav.label.nonConform.actions": "Corrective actions", + "sidenav.label.workplan": "Workplan", + "sidenav.label.workplan.test": "By Test Type", + "sidenav.label.workplan.panel": "By Panel Type", + "sidenav.label.workplan.unit": "By Unit", + "sidenav.label.workplan.priority": "By Priority", + "sidenav.label.pathology": "Pathology", + "sidenav.label.immunochem": "Immunohistochemistry", + "sidenav.label.cytology": "Cytology", + "sidenav.label.pathology.dashboard": "DashBoard", + "sidenav.label.results": "Results", + "sidenav.label.results.unit": "By Unit", + "sidenav.label.results.patient": "By Patient", + "sidenav.label.results.order": "By Order", + "sidenav.label.results.testdate": "By Test Date", + "sidenav.label.results.byrange": "By Range of Order numbers", + "sidenav.label.validation": "Validation", + "sidenav.label.validation.routine": "Routine", + "sidenav.label.validation.study": "Study", + "sidenav.label.validation.order": "Search By Order", + "sidenav.label.validation.testdate": "Search By Test Date", + "sidenav.label.reports": "Reports", + "sidenav.label.reports.routine": "Routine", + "sidenav.label.reports.study": "Study", + "sidenav.label.admin": "Admin", + "sidenav.label.admin.testmgt": "Test Management", + "sidenav.label.admin.testmgt.reflex": "Reflex Tests Management", + "sidenav.label.admin.testmgt.calculated": "Calculated Value Tests Management", + "sidenav.label.admin.program": "Program Entry", + "sidenav.label.admin.organizationmgt": "Organization Management", + "sidenav.label.admin.usermgt": "User Management", + "sidenav.label.admin.labNumber": "Lab Number Management", + "patient.label.name": "Name", + "patient.label.sex": "Sex", + "patient.label.age": "Age", + "patient.label.nopatientid": "Patient Id Doest Exist", + "sample.label.orderdate": "Oder Date", + "sample.label.labnumber": "Lab Number", "sample.label.labnumber.generate": "Generate", - "sample.label.facility" : "Referring Facility", - "sample.label.requester" : "Requester" , - "sample.label.dept" : "Ward/Dept/Unit" , - "label.button.uploadfile": "Upload file" , - "label.button.select": "Select" , + "sample.label.facility": "Referring Facility", + "sample.label.requester": "Requester", + "sample.label.dept": "Ward/Dept/Unit", + "label.button.uploadfile": "Upload file", + "label.button.select": "Select", "label.button.add": "Add", "order.title": "ORDER", "label.text.generate": "generate", @@ -222,35 +225,36 @@ "patient.label": "Patient", "requester.label": "Requester", "search.patient.label": "Search for Patient", - "referral.label.institute":"Institute", - "referral.label.testmethod":"Method", - "referral.testresult.pastnote":"Past Notes", - "referral.label.sentdate":"Sent Date", - "referral.label.reason":"Referral Reason", + "referral.label.institute": "Institute", + "referral.label.testmethod": "Method", + "referral.testresult.pastnote": "Past Notes", + "referral.label.sentdate": "Sent Date", + "referral.label.reason": "Reason For Referral", + "referrer.label": "Referrer", "new.patient.label": "New Patient", "sample.select.type": "Select sample type", "sample.reject.label": "Reject Sample", "sample.collection.date": "Collection Date", "sample.collection.time": "Collection Time", - "collector.label" : "Collector", - "sample.search.panel.legend.text" : "Search through the available panels", - "sample.panel.label.text" : "Search Available panel", - "sample.panel.placeholder" : "Choose Available panel", + "collector.label": "Collector", + "sample.search.panel.legend.text": "Search through the available panels", + "sample.panel.label.text": "Search Available panel", + "sample.panel.placeholder": "Choose Available panel", "sample.panel.search.error.msg": "No panel found matching", "delete.success.msg": "Successfully Deleted", "delete.error.msg": "Error while Deleting", "success.add.edited.msg": "Successfully Added/Edited", - "error.add.edited.msg": "Error while Editing/Adding", - "edit.add.program.title" : "Add/Edit Program", - "new.program.label" : "New Program", - "program.name.label" : "Program Name", - "test.section.label" : "Test Section", + "error.add.edited.msg": "Error while Editing/Adding", + "edit.add.program.title": "Add/Edit Program", + "new.program.label": "New Program", + "program.name.label": "Program Name", + "test.section.label": "Test Section", "assigned.technician.label": "Technician Assigned", - "assigned.pathologist.label" : "Pathologist Assigned", + "assigned.pathologist.label": "Pathologist Assigned", "pathology.label.slide.number": "slide number", "pathology.label.location": "Location", - "workplan.panel.selection.error.msg" : "This is an invalid error message.", - "home.label" : "Home", + "workplan.panel.selection.error.msg": "This is an invalid error message.", + "home.label": "Home", "dashboard.in.progress.label": "In Progress", "dashboard.in.progress.subtitle.label": "Awaiting Result Entry", "dashboard.validation.ready.label": "Ready For Validation", @@ -268,7 +272,7 @@ "dashboard.rejected.orders.subtitle": "Rejected By Lab Today", "dashboard.unprints.results.label": "Un Printed Results", "dashboard.unprints.results.subtitle.label": "Un Prited Results Today", - "label.electronic.orders" : "Electronic Orders", + "label.electronic.orders": "Electronic Orders", "patient.dob": "Date of Birth", "patient.male": "Male", "patient.female": "Female", @@ -288,74 +292,84 @@ "patient.maritalstatus": "Marital Status", "patient.nationality": "Nationality", "patient.nationality.other": "Specify Other nationality", - "patientcontact.person.firstname":"Contact first name", + "patientcontact.person.firstname": "Contact first name", "patientcontact.person.lastname": "Contact last name", "patientcontact.person.email": "Contact Email", "patient.label.contactphone": "Contact Phone:{PHONE_FORMAT}", "patient.label.primaryphone": "Primary phone:{PHONE_FORMAT}", "patient.gender": "Gender", "label.button.externalsearch": "External Search", - "label.button.select.status": "Select Status" , - "label.button.select.technician": "Select Technician" , - "label.button.select.pathologist": "Select Pathologist" , + "label.button.select.status": "Select Status", + "label.button.select.technician": "Select Technician", + "label.button.select.pathologist": "Select Pathologist", "label.button.select.test": "Select Test", - "assigned.cytopathologist.label" : "CytoPathologist Assigned" , - "label.search.patient" : "Search Patient" , - "immunohistochemistry.label.dashboard" : "Immunohistochemistry DashBoard" , - "cytology.label.dashboard" : "Cytology DashBoard" , - "label.button.start" : "Start" , - "label.button.sample" : "Sample" , - "search.label.accession" : "Enter Accession Number" , - "search.label.testunit" : "Select Test Unit" , - "search.label.testdate" : "Enter Test Date" , - "search.label.collectiondate" : "Enter Collection Date" , - "search.label.recieveddate" : "Enter Recieved Date" , - "search.label.fromaccession" : "From Accesion Number" , - "search.label.toaccession" : "To Accesion Number" , - "search.label.loadnext" : "Load Next 99 Records Starting at Lab Number" , - "search.label.analysis" : "Select Analysis Status" , - "search.label.test" : "Select Test Name" , - "search.label.sample" : "Select Sample Status" , - "pathology.label.report" : "Pathology Report", - "patient.natioanalid":"National ID", - "patient.label.additionalInfo": "Additional Information" , - "sample.label.orderpanel":"Order Panels", - "sample.label.noorder":"Order Doesnt Exist", - "sample.label.labnumber.new" : "New Lab Number" , - "sample.label.search.labnumber" : "Search By Accesion Number" , - "sample.label.search.patient" : "Search By Patient" , - "sample.label.search.Order" : "Search Order" , + "assigned.cytopathologist.label": "CytoPathologist Assigned", + "label.search.patient": "Search Patient", + "immunohistochemistry.label.dashboard": "Immunohistochemistry DashBoard", + "cytology.label.dashboard": "Cytology DashBoard", + "label.button.start": "Start", + "label.button.sample": "Sample", + "search.label.accession": "Enter Accession Number", + "search.label.testunit": "Select Test Unit", + "search.label.testdate": "Enter Test Date", + "search.label.collectiondate": "Enter Collection Date", + "search.label.recieveddate": "Enter Recieved Date", + "search.label.fromaccession": "From Accesion Number", + "search.label.toaccession": "To Accesion Number", + "search.label.loadnext": "Load Next 99 Records Starting at Lab Number", + "search.label.analysis": "Select Analysis Status", + "search.label.test": "Select Test Name", + "save.success":"Save successful", + "print.barcode":"Print Barcode", + "request.samesite.order":"Place same site order", + "label.search.availablepanel":"Search Available panel", + "choose.availablepanel":"Choose Available panel", + "legend.search.availabletests":"Search through the available tests", + "holder.choose.availabletest":"Choose Available Test", + "title.notestfoundmatching":"No test Found Matching", + "label.refertest.referencelab":"Refer test to a reference lab", + "label.search.available.targetest":"Search Available Tests", + "search.label.sample": "Select Sample Status", + "pathology.label.report": "Pathology Report", + "patient.natioanalid": "National ID", + "patient.label.additionalInfo": "Additional Information", + "sample.label.orderpanel": "Order Panels", + "sample.label.noorder": "Order Doesnt Exist", + "sample.label.labnumber.new": "New Lab Number", + "sample.label.search.labnumber": "Search By Accesion Number", + "sample.label.search.patient": "Search By Patient", + "sample.label.search.Order": "Search Order", "label.button.remove.slide": "Remove Slide", "label.button.remove.block": "Remove Block", "label.button.remove.report": "Remove Report", "pathology.label.block.number": "Block number", "pathology.label.block.add.number": "Number of Blocks to add", "pathology.label.slide.add.number": "Number of Slides to add", - "button.label.genarateReport" : "Generate Report", - "emergencyContactInfo.title":"Emergency Contact Info", - "button.label.showHidePram" : "Show/Hide Report Parameter" , - "immunohistochemistry.label.numberOfCancer" : "Number of Cancer nuclei", - "immunohistochemistry.label.averageHer2" : "Average HER2 per nucleus" , - "immunohistochemistry.label.averageChrom" : "Average Chromozome 17 Sinals per nucleus", - "immunohistochemistry.label.ihcRatio" : "Ratio of Her2/neu Signals to Chromozome 17", - "immunohistochemistry.label.ihcScore" : "IHC (Cerb2 Score)" , - "immunohistochemistry.label.her2Pattern" : "CerbB2/HER 2 staining pattern" , - "immunohistochemistry.label.historicalDiagnosis" : "Histological Diagnosis", - "immunohistochemistry.label.molecularType" : " Molecular SubType" , - "immunohistochemistry.label.cellPercent" : "% of cell show nuclear staining with", - "immunohistochemistry.label.cellIntensity" : "intensity . Allred score", - "immunohistochemistry.label.outOf8" : "out of 8" , - "immunohistochemistry.label.mibName" : " MiB 1(ki-67) (Proliferative Index): ", - "immunohistochemistry.label.tumorCells" :"of tumor cells positive (cut of 20%)", - "immunohistochemistry.label.her2Assesment" :"HER 2 protein assesment is" , - "immunohistochemistry.label.her2ScoreOf" :"with a Score of", - "configure.labNumber.title" : "Lab Number Management", - "labNumber.type" : "Lab Number Type", + "button.label.genarateReport": "Generate Report", + "emergencyContactInfo.title": "Emergency Contact Info", + "button.label.showHidePram": "Show/Hide Report Parameter", + "immunohistochemistry.label.numberOfCancer": "Number of Cancer nuclei", + "immunohistochemistry.label.averageHer2": "Average HER2 per nucleus", + "immunohistochemistry.label.averageChrom": "Average Chromozome 17 Sinals per nucleus", + "immunohistochemistry.label.ihcRatio": "Ratio of Her2/neu Signals to Chromozome 17", + "immunohistochemistry.label.ihcScore": "IHC (Cerb2 Score)", + "immunohistochemistry.label.her2Pattern": "CerbB2/HER 2 staining pattern", + "immunohistochemistry.label.historicalDiagnosis": "Histological Diagnosis", + "immunohistochemistry.label.molecularType": " Molecular SubType", + "immunohistochemistry.label.cellPercent": "% of cell show nuclear staining with", + "immunohistochemistry.label.cellIntensity": "intensity . Allred score", + "immunohistochemistry.label.outOf8": "out of 8", + "immunohistochemistry.label.mibName": " MiB 1(ki-67) (Proliferative Index): ", + "immunohistochemistry.label.tumorCells": "of tumor cells positive (cut of 20%)", + "immunohistochemistry.label.her2Assesment": "HER 2 protein assesment is", + "immunohistochemistry.label.her2ScoreOf": "with a Score of", + "configure.labNumber.title": "Lab Number Management", + "labNumber.type": "Lab Number Type", "labNumber.usePrefix": "Use Prefix", "labNumber.prefix": "Prefix", "labNumber.format.new": "New Format", - "labNumber.format.current": "Current Format" , - "validation.label.nonconform" : "= Sample or Order is nonconforming or Test has been rejected", + "labNumber.format.current": "Current Format", + "validation.label.nonconform": "= Sample or Order is nonconforming or Test has been rejected", "notification.login.generic.error": "Error while attempting login", "label.button.login.sso": "SSO Login", "menu.billing.title": "Billing Menu Management", @@ -363,4 +377,4 @@ "menu.billing.active": "Billing Menu Active", "sidenav.label.admin.menu": "Menu Configuration", "sidenav.label.admin.menu.billing": "Billing Menu Configuration" -} + } diff --git a/frontend/src/languages/fr.json b/frontend/src/languages/fr.json index 26c2412f4f..81d90a72c0 100644 --- a/frontend/src/languages/fr.json +++ b/frontend/src/languages/fr.json @@ -51,9 +51,13 @@ "referral.testresult.pastnote":"Notes passées", "referral.label.sentdate":"Date envoyée", "referral.label.reason":"Raison de la référence", + "referrer.label":"Référent", "sample.entry.nextVisit.date":"Date de rendez vous", "sample.entry.project.testName":"Nom du Test", "sample.receivedDate":"Date de réception", + "sample.requestDate":"Date de la demande", + "select.program": "Programme", + "provider.email":"E-mail", "label.total.tests":"Analyse au total", "result.nonconforming.item":"L'échantillon ou l'ordonnance est non conforme OU le test a été rejetée", "sample.entry.project.patient.and.testName":"Noms et/ou Numéro d'identité National \n Nom du Test", @@ -314,6 +318,16 @@ "search.label.loadnext" : "Charger les 99 enregistrements suivants à partir du numéro de laboratoire", "search.label.analysis" : "Sélectionnez l'état de l'analyse", "search.label.test" : "Sélectionnez le nom du test", + "save.success": "Sauver succès", + "print.barcode":"Imprimer le code-barres", + "request.samesite.order":"Passer la commande sur le même site", + "label.search.availablepanel":"Panneau de recherche disponible", + "choose.availablepanel":"Choisir le panneau disponible", + "legend.search.availabletests":"Rechercher parmi les tests disponibles", + "label.search.available.targetest":"Rechercher les tests disponibles", + "holder.choose.availabletest":"Choisissez le test disponible", + "title.notestfoundmatching":"Aucun test trouvé correspondant", + "label.refertest.referencelab":"Référer le test à un laboratoire de référence", "search.label.sample" : "Sélectionnez l'état de l'échantillon", "pathology.label.report": "Rapport de Pathologie", "patient.nationalid": "Identifiant National", From 006800bff78c52ef546a8d61148f927c13dce23f Mon Sep 17 00:00:00 2001 From: jona42-ui Date: Wed, 6 Dec 2023 18:53:54 +0300 Subject: [PATCH 2/8] clear formatting --- frontend/src/languages/en.json | 36 +++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/frontend/src/languages/en.json b/frontend/src/languages/en.json index ec8f3e039e..550a17d9d5 100644 --- a/frontend/src/languages/en.json +++ b/frontend/src/languages/en.json @@ -1,4 +1,4 @@ - { +{ "language.select.label": "English", "label.button.submit": "Submit", "label.button.changepassword": "Change Password", @@ -23,23 +23,23 @@ "admin.legacy": "Legacy Admin", "banner.menu.billing": "Billing", "label.page.patientHistory": "Patient History", - "workplan.page.title": "Workplan {0}", - "workplan.panel.title": "Workplan By Panel", - "workplan.panel.types": "Panel Type", - "workplan.print": "Print Workplan", - "workplan.run": "Get Workplan", - "workplan.test.title": "Workplan By Test", - "workplan.test.types": "Test Type", - "workplan.title": "Workplan", - "workplan.unit.types": "Unit Type", - "workplan.priority.list": "Priority", - "workplan.priority.title": "Workplan By Priority", - "workplan.unit.title": "Workplan By Unit", - "banner.menu.workplan": "Workplan", - "banner.menu.workplan.panel": "By Panel", - "banner.menu.workplan.unit": "By Test Section", - "banner.menu.workplan.test": "By Test Type", - "banner.menu.workplan.priority": "By Priority", + "workplan.page.title" :"Workplan {0}", + "workplan.panel.title" :"Workplan By Panel", + "workplan.panel.types" :"Panel Type", + "workplan.print" :"Print Workplan", + "workplan.run" :"Get Workplan", + "workplan.test.title" :"Workplan By Test", + "workplan.test.types" :"Test Type", + "workplan.title" :"Workplan", + "workplan.unit.types" :"Unit Type", + "workplan.priority.list" :"Priority", + "workplan.priority.title" :"Workplan By Priority", + "workplan.unit.title" :"Workplan By Unit", + "banner.menu.workplan" :"Workplan", + "banner.menu.workplan.panel" :"By Panel", + "banner.menu.workplan.unit" :"By Test Section", + "banner.menu.workplan.test" :"By Test Type", + "banner.menu.workplan.priority" :"By Priority", "label.form.searchby": "Search By", "order.label.add": "Add Order", "order.label.modify": "Modify Order", From 68b44f06d8a159e7ac9916aad6239052d734e45f Mon Sep 17 00:00:00 2001 From: jona42-ui Date: Wed, 6 Dec 2023 19:38:40 +0300 Subject: [PATCH 3/8] clear formating --- frontend/src/languages/en.json | 55 +++++++++++++++------------------- 1 file changed, 24 insertions(+), 31 deletions(-) diff --git a/frontend/src/languages/en.json b/frontend/src/languages/en.json index 550a17d9d5..2df06fb1db 100644 --- a/frontend/src/languages/en.json +++ b/frontend/src/languages/en.json @@ -289,12 +289,6 @@ "patient.label": "Patient", "requester.label": "Requester", "search.patient.label": "Search for Patient", - "referral.label.institute": "Institute", - "referral.label.testmethod": "Method", - "referral.testresult.pastnote": "Past Notes", - "referral.label.sentdate": "Sent Date", - "referral.label.reason": "Reason For Referral", - "referrer.label": "Referrer", "new.patient.label": "New Patient", "sample.select.type": "Select sample type", "sample.reject.label": "Reject Sample", @@ -409,31 +403,30 @@ "pathology.label.block.number": "Block number", "pathology.label.block.add.number": "Number of Blocks to add", "pathology.label.slide.add.number": "Number of Slides to add", - "button.label.genarateReport": "Generate Report", - "emergencyContactInfo.title": "Emergency Contact Info", - "button.label.showHidePram": "Show/Hide Report Parameter", - "immunohistochemistry.label.numberOfCancer": "Number of Cancer nuclei", - "immunohistochemistry.label.averageHer2": "Average HER2 per nucleus", - "immunohistochemistry.label.averageChrom": "Average Chromozome 17 Sinals per nucleus", - "immunohistochemistry.label.ihcRatio": "Ratio of Her2/neu Signals to Chromozome 17", - "immunohistochemistry.label.ihcScore": "IHC (Cerb2 Score)", - "immunohistochemistry.label.her2Pattern": "CerbB2/HER 2 staining pattern", - "immunohistochemistry.label.historicalDiagnosis": "Histological Diagnosis", - "immunohistochemistry.label.molecularType": " Molecular SubType", - "immunohistochemistry.label.cellPercent": "% of cell show nuclear staining with", - "immunohistochemistry.label.cellIntensity": "intensity . Allred score", - "immunohistochemistry.label.outOf8": "out of 8", - "immunohistochemistry.label.mibName": " MiB 1(ki-67) (Proliferative Index): ", - "immunohistochemistry.label.tumorCells": "of tumor cells positive (cut of 20%)", - "immunohistochemistry.label.her2Assesment": "HER 2 protein assesment is", - "immunohistochemistry.label.her2ScoreOf": "with a Score of", - "configure.labNumber.title": "Lab Number Management", - "labNumber.type": "Lab Number Type", - "labNumber.usePrefix": "Use Prefix", - "labNumber.prefix": "Prefix", - "labNumber.format.new": "New Format", - "labNumber.format.current": "Current Format", - "validation.label.nonconform": "= Sample or Order is nonconforming or Test has been rejected", + "button.label.genarateReport" : "Générer un rapport", + "button.label.showHidePram" : "Afficher/Masquer les paramètres du rapport", + "immunohistochemistry.label.numberOfCancer" : "Nombre de noyaux cancéreux", + "immunohistochemistry.label.averageHer2" : "Moyenne de HER2 par noyau", + "immunohistochemistry.label.averageChrom" : "Moyenne des signaux Chromosome 17 par noyau", + "immunohistochemistry.label.ihcRatio" : "Ratio des signaux Her2/neu par rapport au Chromosome 17", + "immunohistochemistry.label.ihcScore" : "Score IHC (Cerb2)", + "immunohistochemistry.label.her2Pattern" : "Motif de coloration CerbB2/HER 2", + "immunohistochemistry.label.historicalDiagnosis" : "Diagnostic histologique", + "immunohistochemistry.label.molecularType" : "Sous-type moléculaire" , + "immunohistochemistry.label.cellPercent" : "% des cellules présentent une coloration nucléaire avec", + "immunohistochemistry.label.cellIntensity" : "d'intensité. Score Allred", + "immunohistochemistry.label.outOf8" : "sur 8" , + "immunohistochemistry.label.mibName" : "MiB 1 (ki-67) (Indice de prolifération) :", + "immunohistochemistry.label.tumorCells" :"des cellules tumorales sont positives (seuil de 20 %)", + "immunohistochemistry.label.her2Assesment" :"L'évaluation de la protéine HER2 est de" , + "immunohistochemistry.label.her2ScoreOf" :"Avec un score de", + "configure.labNumber.title" : "Gestion des Numéro de Laboratoire", + "labNumber.type" : "Type de numéro de laboratoire", + "labNumber.usePrefix": "Utiliser le préfixe", + "labNumber.prefix": "Préfixe", + "labNumber.format.new": "Nouveau format", + "labNumber.format.current": "Format actuel" , + "validation.label.nonconform": "= L'échantillon ou la commande est non conforme ou le test a été rejeté", "notification.login.generic.error": "Error while attempting login", "label.button.login.sso": "SSO Login", "menu.billing.title": "Billing Menu Management", From 836d854794aa6d03e854ec24b68f79348e8cf0e2 Mon Sep 17 00:00:00 2001 From: jona42-ui Date: Wed, 6 Dec 2023 20:03:19 +0300 Subject: [PATCH 4/8] minor change --- frontend/src/languages/fr.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/src/languages/fr.json b/frontend/src/languages/fr.json index a3b682d99e..f709a5dc26 100644 --- a/frontend/src/languages/fr.json +++ b/frontend/src/languages/fr.json @@ -52,8 +52,6 @@ "quick.entry.accession.number":"N° Labo", "patient.subject.number":"Sujet No.", "referral.testresult.pastnote":"Notes passées", - "referral.label.sentdate":"Date envoyée", - "referral.label.reason":"Raison de la référence", "referrer.label":"Référent", "sample.entry.nextVisit.date":"Date de rendez vous", "sample.entry.project.testName":"Nom du Test", @@ -528,6 +526,5 @@ "banner.menu.resultvalidation_study": "Etude", "reports.followupRequired.byLocation": "Suivi Requis", "button.label.loadnext": "Charger le lot suivant", - "button.label.loadprevious": "Charger le lot précédent", - "referral.label.testtoperform":"Test à effectuer" + "button.label.loadprevious": "Charger le lot précédent" } From 9a72fcbf7aa0430bd9b639dda9de25794f85e519 Mon Sep 17 00:00:00 2001 From: jona42-ui Date: Wed, 6 Dec 2023 20:05:22 +0300 Subject: [PATCH 5/8] more clean up --- frontend/src/languages/en.json | 1071 ++++++++++++++++---------------- 1 file changed, 539 insertions(+), 532 deletions(-) diff --git a/frontend/src/languages/en.json b/frontend/src/languages/en.json index 2df06fb1db..45a9540f3b 100644 --- a/frontend/src/languages/en.json +++ b/frontend/src/languages/en.json @@ -1,534 +1,541 @@ { - "language.select.label": "English", - "label.button.submit": "Submit", - "label.button.changepassword": "Change Password", - "label.button.save": "Save", - "label.button.search": "Search", - "label.button.range": "Range", - "label.button.clear": "Clear", - "label.button.confirm": "Confirm", - "label.button.cancel": "Cancel", - "label.button.confirmDelete": "Confirm Delete", - "login.title": "Login", - "login.subtitle": "Login", - "login.msg.username": "Username", - "login.msg.password": "Password", - "login.msg.username.missing": "A username is required", - "login.msg.password.missing": "A password is required", - "login.notice.message": "Notice: Access to this service is for authorized personnel only. If you do not have the expressed authorization of the administrator, you must exit now. This organization prohibits unauthorized access, disclosure, duplication, modification, diversion, destruction, loss, misuse, or theft of its information.", - "error.invalidcredentials": "Username or Password are incorrect", - "patient.label.modify": "Add/Modify Patient", - "patient.label.info": "Patient Information", - "breadcrumb.home": "Home", - "admin.legacy": "Legacy Admin", - "banner.menu.billing": "Billing", - "label.page.patientHistory": "Patient History", - "workplan.page.title" :"Workplan {0}", - "workplan.panel.title" :"Workplan By Panel", - "workplan.panel.types" :"Panel Type", - "workplan.print" :"Print Workplan", - "workplan.run" :"Get Workplan", - "workplan.test.title" :"Workplan By Test", - "workplan.test.types" :"Test Type", - "workplan.title" :"Workplan", - "workplan.unit.types" :"Unit Type", - "workplan.priority.list" :"Priority", - "workplan.priority.title" :"Workplan By Priority", - "workplan.unit.title" :"Workplan By Unit", - "banner.menu.workplan" :"Workplan", - "banner.menu.workplan.panel" :"By Panel", - "banner.menu.workplan.unit" :"By Test Section", - "banner.menu.workplan.test" :"By Test Type", - "banner.menu.workplan.priority" :"By Priority", - "label.form.searchby": "Search By", - "order.label.add": "Add Order", - "order.label.modify": "Modify Order", - "result.noTestsFound": "No appropriate tests were found.", - "quick.entry.accession.number": "Accession Number", - "patient.subject.number": "Unique Health ID number", - "sample.entry.nextVisit.date": "Date of next visit", - "sample.entry.project.testName": "Test Name", - "sample.receivedDate": "Received Date", - "sample.requestDate": "Request Date", - "select.program": "Program", - "provider.email": "Email", - "label.total.tests": "Total tests", - "result.nonconforming.item": "Sample or order is nonconforming OR test has been rejected", - "sample.entry.project.patient.and.testName": "Name/Code of patient {br} Test Name", - "label.button.remove": "Remove", - "reject.order.sample.notification": "You are rejecting a sample. This sample will be rejected and not appear in workplans once saved,no results can be entered for this order.", - "rulebuilder.label.ruleName": "Rule Name", - "rulebuilder.label.toggleRule": "Toggle Rule", - "rulebuilder.label.addRuleConditions": "Add Reflex Rule Conditions", - "rulebuilder.label.overallOptions": "Over All Option", - "rulebuilder.label.selectSample": "Select Sample", - "rulebuilder.label.searchTest": "Search Test", - "rulebuilder.label.relation": "Relation", - "rulebuilder.label.dictValue": "Dictionaly Value", - "rulebuilder.label.numericValue": "Numeric value", - "rulebuilder.label.numericValue2": "Numeric value 2", - "rulebuilder.label.textValue": "Text value", - "rulebuilder.label.addCondition": "Add Condition", - "rulebuilder.label.removeCondition": "Remove Condition", - "rulebuilder.label.perfomActions": "Perform the following actions", - "rulebuilder.label.noSuggestions": "No suggestions available", - "rulebuilder.label.addInternalNote": "Add Internal Note", - "rulebuilder.label.addExternalNote": "Add External Note", - "rulebuilder.label.addPopup": "Add Pop Up", - "rulebuilder.label.addAction": "Add Action", - "rulebuilder.label.removeAction": "Remove Action", - "rulebuilder.label.addRule": "Add Rule", - "rulebuilder.label.removeRule": "Deactivate Rule", - "rulebuilder.label.rule": "Rule", - "rulebuilder.label.confirmDelete": "Are you sure you want to deactivate this Rule?", - "rulebuilder.error.invalidNumeric": "Invalid Numeric Value", - "rulebuilder.error.invalidTest": "Invalid Test", - "testcalculation.label.name": "Calculation Name", - "testcalculation.label.testResult": "Test Result", - "testcalculation.label.mathFucntion": "Mathematical Function", - "testcalculation.label.integer": "Integer", - "testcalculation.label.patientAttribute": "Patient Attribute", - "testcalculation.label.calculation": "Calculation", - "testcalculation.label.searchNumericTest": "Search Numeric Test", - "testcalculation.label.insertOperation": "Insert Operation", - "testcalculation.label.selectDictionaryValue": "Select Dictionary Value", - "testcalculation.label.textValue": "Text Value", - "testcalculation.label.finalresult": "Final Result", - "advanced.search": "Advanced Search", - "pathology.label.title" : "Pathology", - "pathology.label.blocks" : "Blocks", - "pathology.label.block" : "Block", - "pathology.label.addblock" : "Add Block(s)", - "pathology.label.slides" : "Slides", - "pathology.label.slide" : "Slide", - "pathology.label.addslide" : "Add Slide(s)", - "pathology.label.printlabel" : "Print Label", - "pathology.label.view" : "View", - "pathology.label.dashboard" : "Pathology DashBoard", - "pathology.label.techniques" : "Techniques Used", - "pathology.label.request" : "Requests", - "pathology.label.grossexam" : "Gross Exam", - "pathology.label.microexam" : "Microscopy Exam", - "pathology.label.conclusion" : "Conclusion", - "pathology.label.textconclusion" : "Text Conclusion", - "pathology.label.release" : "Ready For release", - "pathology.label.refer" : "Refer to ImmunoHistoChemistry", - "pathology.label.casesInProgress" : "Cases in Progress", - "pathology.label.review" : "Awaiting Pathology Review", - "pathology.label.requests" : "Additional Pathology Requests", - "pathology.label.complete" : "Complete", - "immunohistochemistry.label.title" : "Immunohistochemistry" , - "immunohistochemistry.label.report" : "Report" , - "immunohistochemistry.label.reports" : "Reports" , - "immunohistochemistry.label.addreport" : "Add Report" , - "immunohistochemistry.label.review" : "Awaiting Immunohistochemistry Review" , - "cytology.label.title" : "Cytology" , - "cytology.label.specimen" : "Specimen Adequacy" , - "cytology.label.negative" : "Negative For Intraepithelial Lesion or Malignancy" , - "cytology.label.cellabnomality" : "Epithelial Cell Abnomality" , - "cytology.label.squamous" : "Squamous" , - "cytology.label.glandular" : "Glandular" , - "cytology.label.other" : "Other Malignant Neoplasms" , - "cytology.label.neoplastic" : "Non-neoplastic cellular variations" , - "cytology.label.reactive" : "Reactive cellular changes" , - "cytology.label.organisms" : "Organisms" , - "cytology.label.otherResult" : " Other Diagnosis Result" , - "cytology.label.review" : "Awaiting Cytopathologist Review" , - "header.label.version" :"Version:", - "header.label.logout" :"Logout" , - "header.label.selectlocale" : "Select Locale" , - "sidenav.label.order" : "Order", - "sidenav.label.addorder" : "Add Order" , - "sidenav.label.editorder" : "Edit Order" , - "sidenav.label.incomingorder" : "Incoming Orders", - "sidenav.label.batchorder" : "Batch Order Entry" , - "sidenav.label.barcode" : "Barcode" , - "banner.menu.patient" : "Patient" , - "banner.menu.patient.addOrEdit" : "Add/Edit Patient" , - "banner.menu.patient.Create" : "Study" , - "banner.menu.patienthistory" : "Patient History" , - "banner.menu.nonconformity" : "Non-Conform", - "banner.menu.nonconformity.report" : "Report Non-Conforming Event" , - "banner.menu.nonconformity.view" : "View New Non-Conforming Events" , - "banner.menu.nonconformity.correctiveActions" : "Corrective actions" , - "sidenav.label.workplan" : "Workplan", - "sidenav.label.workplan.test" : "By Test Type", - "sidenav.label.workplan.panel" : "By Panel Type" , - "sidenav.label.workplan.unit" : "By Unit" , - "sidenav.label.workplan.priority" : "By Priority" , - "sidenav.label.pathology" : "Pathology", - "sidenav.label.immunochem" : "Immunohistochemistry", - "sidenav.label.cytology" : "Cytology" , - "sidenav.label.pathology.dashboard" : "DashBoard" , - "sidenav.label.results" : "Results", - "sidenav.label.results.unit" : "By Unit", - "sidenav.label.results.patient" : "By Patient" , - "sidenav.label.results.order" : "By Order" , - "sidenav.label.results.testdate" : "By Test Date" , - "sidenav.label.results.byrange" : "By Range of Order numbers" , - "sidenav.label.validation" : "Validation" , - "sidenav.label.validation.routine" : "Routine", - "sidenav.label.validation.study" : "Study", - "sidenav.label.validation.order" : "Search By Order" , - "sidenav.label.validation.testdate" : "Search By Test Date" , - "sidenav.label.reports" : "Reports" , - "sidenav.label.reports.routine" : "Routine" , - "sidenav.label.reports.study" : "Study" , - "sidenav.label.admin" : "Admin" , - "sidenav.label.admin.testmgt" : "Test Management" , - "sidenav.label.admin.testmgt.reflex" : "Reflex Tests Management" , - "sidenav.label.admin.testmgt.calculated" : "Calculated Value Tests Management" , - "sidenav.label.admin.program" : "Program Entry" , - "sidenav.label.admin.organizationmgt" : "Organization Management" , - "sidenav.label.admin.usermgt" : "User Management", - "sidenav.label.admin.labNumber" : "Lab Number Management", - "sidenav.title.statusreport":"Patient Status Report", - "sidenav.label.statusreport": "Patient Status Report", - "sidenav.title.aggregatereport":"Aggregate Reports", - "sidenav.label.statisticsreport" :"Statistics Report", - "sideNav.title.rejectionreport":"Rejection Report", - "sideNav.label.rejectionreport":"Rejection Report", - "sidenav.label.testsummary" :"Summary of All Tests", - "sideNav.label.hivtestsummary":"HIV Test Summary", - "sideNav.title.activityreport" :"Activity Report", - "sideNav.title.referredtestreport":"Referred Tests Report", - "sideNav.title.noncomformityreports":"Non conformity Reports", - "sideNav.label.bytesttype":"By Test Type", - "sideNav.label.bypaneltype":"By Panel Type", - "sideNav.label.byunit" :"By Unit", - "sideNav.label.referredtestreport" : "Referred Tests Report", - "sideNav.label.noncomformityreportsbydate": "By Date", - "sideNav.label.noncomformityreportsbyunit" :"By Unit and Reason", - "sideNav.title.delayedvalidation":"Delayed Validation", - "sideNav.label.delayedvalidation" : "Delayed Validation", - "sideNav.title.audittrail" :"Audit Trail", - "sideNav.label.audittrail" :"Audit Trail", - "sideNav.title.exportcsvfile" :"Export Routine CSV file", - "sideNav.label.exportcsvfile" :"Export Routine CSV file", - "sideNav.label.noncomformityreportsbylabno": "By Lab No", - "sideNav.label.noncomformitynotification" :"Non-conformity Notification", - "sideNav.label.followuprequired":"Follow-up Required", - "sideNav.title.exportbydate":"Export By Date", - "sideNav.label.generalreport": "General Report", - "sideNav.label.viralloaddataexport" :"Viral Load Data Export", - "sideNav.title.arvreports":"ARV Reports", - "sideNav.label.arvreports1":"ARV Initial Version 1", - "sideNav.label.arvreports2":"ARV Initial Version 2", - "sideNav.label.arvfollowup1":"ARV Follow-up Version 1", - "sideNav.label.arvfollowup2":"ARV Follow-up Version 2", - "sideNav.label.arvversion1": "ARV-Version 1", - "sideNav.title.eidreports" :"EID Reports", - "sideNav.label.eidreports1" :"EID Version 1", - "sideNav.label.eidreports2" :"EID Version 2", - "sideNav.title.vlreport":"VL Report", - "sideNav.label.vlversionnational":"VL version Nationale", - "sideNav.title.intermediatereport" : "Intermediate Report", - "sideNav.label.intermediatereport1":"Intermediate Version 1", - "sideNav.label.intermediatereport2":"Intermediate Version 2", - "sideNav.label.intermediatebyservice":"Intermediate By Service", - "sideNav.title.specialrequest":"Special Request ", - "sideNav.label.specialrequest":"Special Request ", - "sideNav.title.collectedarvpatientreports":"Collected ARV patient Report", - "sideNav.label.collectedarvpatientreports":"Collected ARV patient Report", - "sideNav.title.associatedpatientreport" :"Associated Patient Report", - "sideNav.label.associatedpatientreport" :"Associated Patient Report", - "sideNav.title.indicator":"Indicator", - "sideNav.label.sectionperformance":"Section Performance", - "patient.label.name" : "Name" , - "patient.label.sex" : "Sex" , - "patient.label.age" : "Age" , - "patient.label.nopatientid" : "Patient Id Doest Exist" , - "sample.label.orderdate" : "Oder Date" , - "sample.label.labnumber" : "Lab Number" , - "sample.label.labnumber.generate": "Generate", - "sample.label.facility": "Referring Facility", - "sample.label.requester": "Requester", - "sample.label.dept": "Ward/Dept/Unit", - "label.button.uploadfile": "Upload file", - "label.button.select": "Select", - "label.button.add": "Add", - "order.title": "ORDER", - "label.text.generate": "generate", - "label.order.scan.text": "Scan OR Enter Manually OR", - "order.reception.time": "Reception Time (hh:mm) :", - "order.site.name": "Site Name:", - "order.search.site.name": "Search site Name", - "order.invalid.site.name": "Invalid site name", - "order.department.label": "ward/dept/unit:", - "order.search.requester.label": "Search Requester", - "order.invalid.requester.name.label": "invalid requester name", - "order.requester.firstName.label": "Requester's FirstName:", - "order.requester.lastName.label": "Requester's LastName:", - "order.requester.phone.label": "Requester Phone:", - "order.requester.fax.label": "Requester's Fax Number:", - "order.requester.email.label": "Requester's Email:", - "order.payment.status.label": "Patient payment status:", - "order.sampling.performed.label": "Sampling performed for analysis:", - "order.if.other.label": "if Other specify:", - "order.remember.site.and.requester.label": "Remember site and requester", - "order.result.reporting.heading": "RESULT REPORTING", - "sample.remove.action": "Remove Sample", - "sample.add.action": "Add Sample", - "order.test.request.heading": "Test Request", - "order.step.patient.info": "Patient Info", - "order.step.program.selection": "Program Selection", - "back.action.button": "Back", - "next.action.button": "Next", - "save.order.success.msg": "Sample Order Entry has been saved successfully", - "server.error.msg": "Oops, Server error please contact administrator", - "notification.title": "Notification Message", - "select.default.option.label": "Choose an option", - "yes.option": "Yes", - "no.option": "No", - "label.program": "Program", - "referral.label.testmethod":"Methods", - "referral.label.reason": "Referral Reason", - "referral.label.institute" :"Institute", - "referral.label.testtoperform":"Test to Perform", - "referral.label.sentdate" :"Sent Date", - "patient.label": "Patient", - "requester.label": "Requester", - "search.patient.label": "Search for Patient", - "new.patient.label": "New Patient", - "sample.select.type": "Select sample type", - "sample.reject.label": "Reject Sample", - "sample.collection.date": "Collection Date", - "sample.collection.time": "Collection Time", - "collector.label": "Collector", - "sample.search.panel.legend.text": "Search through the available panels", - "sample.panel.label.text": "Search Available panel", - "sample.panel.placeholder": "Choose Available panel", - "sample.panel.search.error.msg": "No panel found matching", - "delete.success.msg": "Successfully Deleted", - "delete.error.msg": "Error while Deleting", - "success.add.edited.msg": "Successfully Added/Edited", - "error.add.edited.msg": "Error while Editing/Adding", - "edit.add.program.title": "Add/Edit Program", - "new.program.label": "New Program", - "program.name.label": "Program Name", - "test.section.label": "Test Section", - "assigned.technician.label": "Technician Assigned", - "assigned.pathologist.label": "Pathologist Assigned", - "pathology.label.slide.number": "slide number", - "pathology.label.location": "Location", - "workplan.panel.selection.error.msg": "This is an invalid error message.", - "home.label": "Home", - "dashboard.in.progress.label": "In Progress", - "dashboard.in.progress.subtitle.label": "Awaiting Result Entry", - "dashboard.validation.ready.label": "Ready For Validation", - "dashboard.validation.ready.subtitle.label": "Awaiting Review", - "dashboard.complete.orders.label": "Orders Completed Today", - "dashboard.orders.subtitle.label": "Total Orders Completed Today", - "dashboard.turn.around.label": "Delayed Turn Around", - "dashboard.turn.around.subtitle.label": "More Than 96 hours", - "dashboard.avg.turn.around.label": "Average Turn Around time", - "dashboard.partially.completed.label": "Partially Completed Today", - "dashboard.partially.completed..subtitle.label": "Total Orders Completed Today", - "dashboard.user.orders.label": "Orders Entered By User", - "dashboard.user.orders.subtitle.label": "Entered by user Today", - "dashboard.rejected.orders": "Orders Rejected", - "dashboard.rejected.orders.subtitle": "Rejected By Lab Today", - "dashboard.unprints.results.label": "Un Printed Results", - "dashboard.unprints.results.subtitle.label": "Un Prited Results Today", - "label.electronic.orders": "Electronic Orders", - "patient.dob": "Date of Birth", - "patient.male": "Male", - "patient.female": "Female", - "patient.first.name": "First Name", - "patient.last.name": "Last Name", - "patient.prev.lab.no": "Previous Lab Number", - "patient.id": "Patient Id", - "patient.age.years": "Age/Years", - "patient.age.months": "Months", - "patient.age.days": "Days", - "patient.address.town": "Town", - "patient.address.street": "Street", - "patient.address.camp": "Camp/Commune", - "patient.address.healthregion": "Region", - "patient.address.healthdistrict": "District", - "pateint.eduction": "Education", - "patient.maritalstatus": "Marital Status", - "patient.nationality": "Nationality", - "patient.nationality.other": "Specify Other nationality", - "patientcontact.person.firstname": "Contact first name", - "patientcontact.person.lastname": "Contact last name", - "patientcontact.person.email": "Contact Email", - "patient.label.contactphone": "Contact Phone:{PHONE_FORMAT}", - "patient.label.primaryphone": "Primary phone:{PHONE_FORMAT}", - "patient.gender": "Gender", - "label.button.externalsearch": "External Search", - "label.button.select.status": "Select Status", - "label.button.select.technician": "Select Technician", - "label.button.select.pathologist": "Select Pathologist", - "label.button.select.test": "Select Test", - "assigned.cytopathologist.label": "CytoPathologist Assigned", - "label.search.patient": "Search Patient", - "immunohistochemistry.label.dashboard": "Immunohistochemistry DashBoard", - "cytology.label.dashboard": "Cytology DashBoard", - "label.button.start": "Start", - "label.button.sample": "Sample", - "search.label.accession": "Enter Accession Number", - "search.label.testunit": "Select Test Unit", - "search.label.testdate": "Enter Test Date", - "search.label.collectiondate": "Enter Collection Date", - "search.label.recieveddate": "Enter Recieved Date", - "search.label.fromaccession": "From Accesion Number", - "search.label.toaccession": "To Accesion Number", - "search.label.loadnext": "Load Next 99 Records Starting at Lab Number", - "search.label.analysis": "Select Analysis Status", - "search.label.test": "Select Test Name", - "save.success":"Save successful", - "print.barcode":"Print Barcode", - "request.samesite.order":"Place same site order", - "label.search.availablepanel":"Search Available panel", - "choose.availablepanel":"Choose Available panel", - "legend.search.availabletests":"Search through the available tests", - "holder.choose.availabletest":"Choose Available Test", - "title.notestfoundmatching":"No test Found Matching", - "label.refertest.referencelab":"Refer test to a reference lab", - "label.search.available.targetest":"Search Available Tests", - "search.label.sample": "Select Sample Status", - "pathology.label.report": "Pathology Report", - "patient.natioanalid": "National ID", - "patient.label.additionalInfo": "Additional Information", - "sample.label.orderpanel": "Order Panels", - "sample.label.noorder": "Order Doesnt Exist", - "sample.label.labnumber.new": "New Lab Number", - "sample.label.search.labnumber": "Search By Accesion Number", - "sample.label.search.patient": "Search By Patient", - "sample.label.search.Order": "Search Order", - "label.button.remove.slide": "Remove Slide", - "label.button.remove.block": "Remove Block", - "label.button.remove.report": "Remove Report", - "pathology.label.block.number": "Block number", - "pathology.label.block.add.number": "Number of Blocks to add", - "pathology.label.slide.add.number": "Number of Slides to add", - "button.label.genarateReport" : "Générer un rapport", - "button.label.showHidePram" : "Afficher/Masquer les paramètres du rapport", - "immunohistochemistry.label.numberOfCancer" : "Nombre de noyaux cancéreux", - "immunohistochemistry.label.averageHer2" : "Moyenne de HER2 par noyau", - "immunohistochemistry.label.averageChrom" : "Moyenne des signaux Chromosome 17 par noyau", - "immunohistochemistry.label.ihcRatio" : "Ratio des signaux Her2/neu par rapport au Chromosome 17", - "immunohistochemistry.label.ihcScore" : "Score IHC (Cerb2)", - "immunohistochemistry.label.her2Pattern" : "Motif de coloration CerbB2/HER 2", - "immunohistochemistry.label.historicalDiagnosis" : "Diagnostic histologique", - "immunohistochemistry.label.molecularType" : "Sous-type moléculaire" , - "immunohistochemistry.label.cellPercent" : "% des cellules présentent une coloration nucléaire avec", - "immunohistochemistry.label.cellIntensity" : "d'intensité. Score Allred", - "immunohistochemistry.label.outOf8" : "sur 8" , - "immunohistochemistry.label.mibName" : "MiB 1 (ki-67) (Indice de prolifération) :", - "immunohistochemistry.label.tumorCells" :"des cellules tumorales sont positives (seuil de 20 %)", - "immunohistochemistry.label.her2Assesment" :"L'évaluation de la protéine HER2 est de" , - "immunohistochemistry.label.her2ScoreOf" :"Avec un score de", - "configure.labNumber.title" : "Gestion des Numéro de Laboratoire", - "labNumber.type" : "Type de numéro de laboratoire", - "labNumber.usePrefix": "Utiliser le préfixe", - "labNumber.prefix": "Préfixe", - "labNumber.format.new": "Nouveau format", - "labNumber.format.current": "Format actuel" , - "validation.label.nonconform": "= L'échantillon ou la commande est non conforme ou le test a été rejeté", - "notification.login.generic.error": "Error while attempting login", - "label.button.login.sso": "SSO Login", - "menu.billing.title": "Billing Menu Management", - "menu.billing.address": "Billing URL", - "menu.billing.active": "Billing Menu Active", - "sidenav.label.admin.menu": "Menu Configuration", - "sidenav.label.admin.menu.billing": "Billing Menu Configuration", - "menu.nonconform.title": "Non-Conformity Menu Management", - "menu.nonconform.active": "Non-Conformity Menu Active", - "sidenav.label.admin.menu.nonconform": "Non-Conform Menu Configuration", - "label.showChildren": "Show Child Elements", - "menu.patient.title": "Patient Menu Management", - "menu.patient.active": "Patient Menu Active", - "sidenav.label.admin.menu.patient": "Patient Menu Configuration", - "banner.menu.createInitial": "Initial Entry", - "banner.menu.createDouble": "Double Entry", - "banner.menu.patientEdit": "Edit", - "banner.menu.patientConsult": "View", - "sidenav.label.admin.menu.study": "Study Menu Configuration", - "menu.study.title": "Study Menu Configuration", - "menu.study.active": "Study Menu Active", - "banner.menu.sampleConsult": "View", - "banner.menu.sampleCreate" : "Study", - "banner.menu.study.eorders" : "Electronic Orders", - "banner.menu.reports.study": "Study", - "reports.export.byDate": "Export By Date", - "reports.export.byDate_routine": "Export Routine CSV File", - "reports.export.general": "General export", - "reports.export.valid": "Valid", - "reports.export.specific":"Viral Load Data Export", - "reports.auditTrail": "Audit Trail", - "openreports.patientreports.title": "Patient Status Report", - "reports.patient.ARV.version1 ": "ARV-Version 1", - "reports.patient.ARVFollowup.version1": "ARV Follow-up Version 1", - "reports.patient.ARVFollowup.version2": "ARV Follow-up Version 2", - "reports.patient.ARVInitial.version1": "ARV Initial Version 1", - "reports.patient.ARVInitial.version2": "ARV Initial Version 2", - "reports.patient.Indeterminate.location": "Indeterminate by Service", - "reports.patient.Indeterminate.version1": "Indeterminate Version 1", - "reports.patient.Indeterminate.version2": "Indeterminate Version 2", - "patient.report.associated.name": "Associated Patient Report", - "patient.report.collection.name": "Collected ARV Patient Report", - "project.ARVFollowupStudy.name": "Follow-up ARV", - "project.ARVStudies.name": "ARV", - "project.ARVStudy.name": "Initial ARV", - "project.EIDStudy.name": "EID", - "project.IndeterminateStudy.name": "Indeterminate", - "project.RTNStudy.name": "RTN", - "project.Recency.name": "Recency Testing", - "project.SequencingStudy.name": "Sequencing", - "project.SpecialRequestStudy.name": "Special Request", - "project.VLStudy.name": "VL", - "project.add.subtitle": "Add Project", - "project.add.title": "Add Project", - "project.browse.title": "Project", - "project.completedDate": "Completed Date", - "project.desc.short": "Project Descr.", - "project.description": "Project Description", - "project.edit.subtitle": "Edit Project", - "project.edit.title": "Edit Project", - "project.external.reference": "External Reference", - "openreports.patient.EID.version1": "EID Version 1", - "openreports.patient.EID.version2": "EID Version 2", - "openreports.patient.VL.version1": "VL Version Nationale", - "reports.patient.ARV.version1": "ARV-Version", - "reports.label.indicator": "Indicator", - "reports.label.indicator.performance": "Section Performance", - "banner.menu.report.validation.backlog": "Delayed Validation", - "reports.menu.covid": "Covid Report", - "reports.nonConformity.byDate.report": "By Date", - "reports.nonConformity.byLabno.report": "By Labno", - "reports.nonConformity.bySectionReason.report": "By Unit and Reason", - "reports.nonConformity.bySectionReason.title": "Non Conformity Report by Unit and Reason", - "reports.nonConformity.menu": "Non Conformity Reports", - "reports.nonConformity.notification.report": "Non-conformity notification", - "banner.menu.resultvalidation": "Validation", - "banner.menu.resultvalidation.bacteria": "Bacteria", - "banner.menu.resultvalidation.bench": "By Bench", - "banner.menu.resultvalidation.biochemistry": "Biochemistry", - "banner.menu.resultvalidation.cytobacteriology": "Cytobacteriology", - "banner.menu.resultvalidation.dnapcr": "DNA PCR", - "banner.menu.resultvalidation.ecbu": "ECBU", - "banner.menu.resultvalidation.endocrinologie": "Endocrinology", - "banner.menu.resultvalidation.genotyping": "Genotyping", - "banner.menu.resultvalidation.hemato-immunology": "Hemato-Immunology", - "banner.menu.resultvalidation.hematology": "Hematology", - "banner.menu.resultvalidation.immunology": "Immunology", - "banner.menu.resultvalidation.immunology.Haiti": "Immunology-Virology", - "banner.menu.resultvalidation.immunologyHematology": "Immunology - Hematology", - "banner.menu.resultvalidation.liquidBio": "Liquid Biology", - "banner.menu.resultvalidation.malaria": "Malaria", - "banner.menu.resultvalidation.molecularBio": "Molecular Biology", - "banner.menu.resultvalidation.mycobacteriology": "Mycobacteriology", - "banner.menu.resultvalidation.mycology": "Mycology", - "banner.menu.resultvalidation.parasitology": "Parasitology", - "banner.menu.resultvalidation.serology": "Serology", - "banner.menu.resultvalidation.serology-immunology": "Serology-Immunology", - "banner.menu.resultvalidation.viralload": "Viral Load", - "banner.menu.resultvalidation.virology": "Virology", - "banner.menu.resultvalidation_routine": "Routine", - "banner.menu.resultvalidation_study": "Study", - "reports.followupRequired.byLocation": "Follow-up Required", - "button.label.loadnext": "Load Next Bundle", - "button.label.loadprevious": "Load Previous Bundle" + "language.select.label": "English", + "label.button.submit": "Submit", + "label.button.changepassword" : "Change Password", + "label.button.save": "Save", + "label.button.search" : "Search", + "label.button.range" : "Range", + "label.button.clear" : "Clear", + "label.button.confirm": "Confirm", + "label.button.cancel": "Cancel", + "label.button.confirmDelete": "Confirm Delete", + "login.title": "Login", + "login.subtitle": "Login", + "login.msg.username": "Username", + "login.msg.password": "Password", + "login.msg.username.missing": "A username is required", + "login.msg.password.missing": "A password is required", + "login.notice.message": "Notice: Access to this service is for authorized personnel only. If you do not have the expressed authorization of the administrator, you must exit now. This organization prohibits unauthorized access, disclosure, duplication, modification, diversion, destruction, loss, misuse, or theft of its information.", + "error.invalidcredentials": "Username or Password are incorrect", + "patient.label.modify" : "Add/Modify Patient" , + "patient.label.info" : "Patient Information", + "breadcrumb.home" : "Home", + "admin.legacy" :"Legacy Admin", + "banner.menu.billing" :"Billing", + "label.page.patientHistory" : "Patient History", + "workplan.page.title" :"Workplan {0}", + "workplan.panel.title" :"Workplan By Panel", + "workplan.panel.types" :"Panel Type", + "workplan.print" :"Print Workplan", + "workplan.run" :"Get Workplan", + "workplan.test.title" :"Workplan By Test", + "workplan.test.types" :"Test Type", + "workplan.title" :"Workplan", + "workplan.unit.types" :"Unit Type", + "workplan.priority.list" :"Priority", + "workplan.priority.title" :"Workplan By Priority", + "workplan.unit.title" :"Workplan By Unit", + "banner.menu.workplan" :"Workplan", + "banner.menu.workplan.panel" :"By Panel", + "banner.menu.workplan.unit" :"By Test Section", + "banner.menu.workplan.test" :"By Test Type", + "banner.menu.workplan.priority" :"By Priority", + "label.form.searchby" :"Search By", + "order.label.add" : "Add Order", + "order.label.modify":"Modify Order", + "result.noTestsFound": "No appropriate tests were found.", + "quick.entry.accession.number":"Accession Number", + "patient.subject.number":"Unique Health ID number", + "sample.entry.nextVisit.date":"Date of next visit", + "sample.entry.project.testName":"Test Name", + "sample.receivedDate":"Received Date", + "label.total.tests":"Total tests", + "result.nonconforming.item":"Sample or order is nonconforming OR test has been rejected", + "sample.entry.project.patient.and.testName":"Name/Code of patient {br} Test Name", + "label.button.remove":"Remove", + "reject.order.sample.notification": "You are rejecting a sample. This sample will be rejected and not appear in workplans once saved,no results can be entered for this order." , + "rulebuilder.label.ruleName" : "Rule Name", + "rulebuilder.label.toggleRule" : "Toggle Rule" , + "rulebuilder.label.addRuleConditions" : "Add Reflex Rule Conditions" , + "rulebuilder.label.overallOptions" : "Over All Option", + "rulebuilder.label.selectSample" : "Select Sample", + "rulebuilder.label.searchTest" : "Search Test" , + "rulebuilder.label.relation" : "Relation" , + "rulebuilder.label.dictValue" : "Dictionaly Value", + "rulebuilder.label.numericValue" : "Numeric value" , + "rulebuilder.label.numericValue2" : "Numeric value 2" , + "rulebuilder.label.textValue" : "Text value" , + "rulebuilder.label.addCondition" : "Add Condition", + "rulebuilder.label.removeCondition" : "Remove Condition" , + "rulebuilder.label.perfomActions" : "Perform the following actions", + "rulebuilder.label.noSuggestions" : "No suggestions available", + "rulebuilder.label.addInternalNote" : "Add Internal Note", + "rulebuilder.label.addExternalNote" : "Add External Note", + "rulebuilder.label.addPopup" : "Add Pop Up", + "rulebuilder.label.addAction" : "Add Action", + "rulebuilder.label.removeAction" : "Remove Action", + "rulebuilder.label.addRule" : "Add Rule", + "rulebuilder.label.removeRule" : "Deactivate Rule", + "rulebuilder.label.rule" : "Rule", + "rulebuilder.label.confirmDelete" : "Are you sure you want to deactivate this Rule?", + "rulebuilder.error.invalidNumeric" : "Invalid Numeric Value" , + "rulebuilder.error.invalidTest" : "Invalid Test", + "testcalculation.label.name" : "Calculation Name" , + "testcalculation.label.testResult" : "Test Result", + "testcalculation.label.mathFucntion" : "Mathematical Function" , + "testcalculation.label.integer" : "Integer" , + "testcalculation.label.patientAttribute" : "Patient Attribute" , + "testcalculation.label.calculation" : "Calculation" , + "testcalculation.label.searchNumericTest" : "Search Numeric Test" , + "testcalculation.label.insertOperation" : "Insert Operation" , + "testcalculation.label.selectDictionaryValue" : "Select Dictionary Value" , + "testcalculation.label.textValue" : "Text Value" , + "testcalculation.label.finalresult" : "Final Result", + "advanced.search": "Advanced Search", + "pathology.label.title" : "Pathology", + "pathology.label.blocks" : "Blocks", + "pathology.label.block" : "Block", + "pathology.label.addblock" : "Add Block(s)", + "pathology.label.slides" : "Slides", + "pathology.label.slide" : "Slide", + "pathology.label.addslide" : "Add Slide(s)", + "pathology.label.printlabel" : "Print Label", + "pathology.label.view" : "View", + "pathology.label.dashboard" : "Pathology DashBoard", + "pathology.label.techniques" : "Techniques Used", + "pathology.label.request" : "Requests", + "pathology.label.grossexam" : "Gross Exam", + "pathology.label.microexam" : "Microscopy Exam", + "pathology.label.conclusion" : "Conclusion", + "pathology.label.textconclusion" : "Text Conclusion", + "pathology.label.release" : "Ready For release", + "pathology.label.refer" : "Refer to ImmunoHistoChemistry", + "pathology.label.casesInProgress" : "Cases in Progress", + "pathology.label.review" : "Awaiting Pathology Review", + "pathology.label.requests" : "Additional Pathology Requests", + "pathology.label.complete" : "Complete", + "immunohistochemistry.label.title" : "Immunohistochemistry" , + "immunohistochemistry.label.report" : "Report" , + "immunohistochemistry.label.reports" : "Reports" , + "immunohistochemistry.label.addreport" : "Add Report" , + "immunohistochemistry.label.review" : "Awaiting Immunohistochemistry Review" , + "cytology.label.title" : "Cytology" , + "cytology.label.specimen" : "Specimen Adequacy" , + "cytology.label.negative" : "Negative For Intraepithelial Lesion or Malignancy" , + "cytology.label.cellabnomality" : "Epithelial Cell Abnomality" , + "cytology.label.squamous" : "Squamous" , + "cytology.label.glandular" : "Glandular" , + "cytology.label.other" : "Other Malignant Neoplasms" , + "cytology.label.neoplastic" : "Non-neoplastic cellular variations" , + "cytology.label.reactive" : "Reactive cellular changes" , + "cytology.label.organisms" : "Organisms" , + "cytology.label.otherResult" : " Other Diagnosis Result" , + "cytology.label.review" : "Awaiting Cytopathologist Review" , + "header.label.version" :"Version:", + "header.label.logout" :"Logout" , + "header.label.selectlocale" : "Select Locale" , + "sidenav.label.order" : "Order", + "sidenav.label.addorder" : "Add Order" , + "sidenav.label.editorder" : "Edit Order" , + "sidenav.label.incomingorder" : "Incoming Orders", + "sidenav.label.batchorder" : "Batch Order Entry" , + "sidenav.label.barcode" : "Barcode" , + "banner.menu.patient" : "Patient" , + "banner.menu.patient.addOrEdit" : "Add/Edit Patient" , + "banner.menu.patient.Create" : "Study" , + "banner.menu.patienthistory" : "Patient History" , + "banner.menu.nonconformity" : "Non-Conform", + "banner.menu.nonconformity.report" : "Report Non-Conforming Event" , + "banner.menu.nonconformity.view" : "View New Non-Conforming Events" , + "banner.menu.nonconformity.correctiveActions" : "Corrective actions" , + "sidenav.label.workplan" : "Workplan", + "sidenav.label.workplan.test" : "By Test Type", + "sidenav.label.workplan.panel" : "By Panel Type" , + "sidenav.label.workplan.unit" : "By Unit" , + "sidenav.label.workplan.priority" : "By Priority" , + "sidenav.label.pathology" : "Pathology", + "sidenav.label.immunochem" : "Immunohistochemistry", + "sidenav.label.cytology" : "Cytology" , + "sidenav.label.pathology.dashboard" : "DashBoard" , + "sidenav.label.results" : "Results", + "sidenav.label.results.unit" : "By Unit", + "sidenav.label.results.patient" : "By Patient" , + "sidenav.label.results.order" : "By Order" , + "sidenav.label.results.testdate" : "By Test Date" , + "sidenav.label.results.byrange" : "By Range of Order numbers" , + "sidenav.label.validation" : "Validation" , + "sidenav.label.validation.routine" : "Routine", + "sidenav.label.validation.study" : "Study", + "sidenav.label.validation.order" : "Search By Order" , + "sidenav.label.validation.testdate" : "Search By Test Date" , + "sidenav.label.reports" : "Reports" , + "sidenav.label.reports.routine" : "Routine" , + "sidenav.label.reports.study" : "Study" , + "sidenav.label.admin" : "Admin" , + "sidenav.label.admin.testmgt" : "Test Management" , + "sidenav.label.admin.testmgt.reflex" : "Reflex Tests Management" , + "sidenav.label.admin.testmgt.calculated" : "Calculated Value Tests Management" , + "sidenav.label.admin.program" : "Program Entry" , + "sidenav.label.admin.organizationmgt" : "Organization Management" , + "sidenav.label.admin.usermgt" : "User Management", + "sidenav.label.admin.labNumber" : "Lab Number Management", + "sidenav.title.statusreport":"Patient Status Report", + "sidenav.label.statusreport": "Patient Status Report", + "sidenav.title.aggregatereport":"Aggregate Reports", + "sidenav.label.statisticsreport" :"Statistics Report", + "sideNav.title.rejectionreport":"Rejection Report", + "sideNav.label.rejectionreport":"Rejection Report", + "sidenav.label.testsummary" :"Summary of All Tests", + "sideNav.label.hivtestsummary":"HIV Test Summary", + "sideNav.title.activityreport" :"Activity Report", + "sideNav.title.referredtestreport":"Referred Tests Report", + "sideNav.title.noncomformityreports":"Non conformity Reports", + "sideNav.label.bytesttype":"By Test Type", + "sideNav.label.bypaneltype":"By Panel Type", + "sideNav.label.byunit" :"By Unit", + "sideNav.label.referredtestreport" : "Referred Tests Report", + "sideNav.label.noncomformityreportsbydate": "By Date", + "sideNav.label.noncomformityreportsbyunit" :"By Unit and Reason", + "sideNav.title.delayedvalidation":"Delayed Validation", + "sideNav.label.delayedvalidation" : "Delayed Validation", + "sideNav.title.audittrail" :"Audit Trail", + "sideNav.label.audittrail" :"Audit Trail", + "sideNav.title.exportcsvfile" :"Export Routine CSV file", + "sideNav.label.exportcsvfile" :"Export Routine CSV file", + "sideNav.label.noncomformityreportsbylabno": "By Lab No", + "sideNav.label.noncomformitynotification" :"Non-conformity Notification", + "sideNav.label.followuprequired":"Follow-up Required", + "sideNav.title.exportbydate":"Export By Date", + "sideNav.label.generalreport": "General Report", + "sideNav.label.viralloaddataexport" :"Viral Load Data Export", + "sideNav.title.arvreports":"ARV Reports", + "sideNav.label.arvreports1":"ARV Initial Version 1", + "sideNav.label.arvreports2":"ARV Initial Version 2", + "sideNav.label.arvfollowup1":"ARV Follow-up Version 1", + "sideNav.label.arvfollowup2":"ARV Follow-up Version 2", + "sideNav.label.arvversion1": "ARV-Version 1", + "sideNav.title.eidreports" :"EID Reports", + "sideNav.label.eidreports1" :"EID Version 1", + "sideNav.label.eidreports2" :"EID Version 2", + "sideNav.title.vlreport":"VL Report", + "sideNav.label.vlversionnational":"VL version Nationale", + "sideNav.title.intermediatereport" : "Intermediate Report", + "sideNav.label.intermediatereport1":"Intermediate Version 1", + "sideNav.label.intermediatereport2":"Intermediate Version 2", + "sideNav.label.intermediatebyservice":"Intermediate By Service", + "sideNav.title.specialrequest":"Special Request ", + "sideNav.label.specialrequest":"Special Request ", + "sideNav.title.collectedarvpatientreports":"Collected ARV patient Report", + "sideNav.label.collectedarvpatientreports":"Collected ARV patient Report", + "sideNav.title.associatedpatientreport" :"Associated Patient Report", + "sideNav.label.associatedpatientreport" :"Associated Patient Report", + "sideNav.title.indicator":"Indicator", + "sideNav.label.sectionperformance":"Section Performance", + "patient.label.name" : "Name" , + "patient.label.sex" : "Sex" , + "patient.label.age" : "Age" , + "patient.label.nopatientid" : "Patient Id Doest Exist" , + "sample.label.orderdate" : "Oder Date" , + "sample.label.labnumber" : "Lab Number" , + "sample.label.labnumber.generate": "Generate", + "sample.label.facility" : "Referring Facility", + "sample.label.requester" : "Requester" , + "sample.label.dept" : "Ward/Dept/Unit" , + "label.button.uploadfile": "Upload file" , + "label.button.select": "Select" , + "label.button.add": "Add", + "order.title": "ORDER", + "label.text.generate": "generate", + "label.order.scan.text": "Scan OR Enter Manually OR", + "order.reception.time": "Reception Time (hh:mm) :", + "order.site.name": "Site Name:", + "order.search.site.name": "Search site Name", + "order.invalid.site.name": "Invalid site name", + "order.department.label": "ward/dept/unit:", + "order.search.requester.label": "Search Requester", + "order.invalid.requester.name.label": "invalid requester name", + "order.requester.firstName.label": "Requester's FirstName:", + "order.requester.lastName.label": "Requester's LastName:", + "order.requester.phone.label": "Requester Phone:", + "order.requester.fax.label": "Requester's Fax Number:", + "order.requester.email.label": "Requester's Email:", + "order.payment.status.label": "Patient payment status:", + "order.sampling.performed.label": "Sampling performed for analysis:", + "order.if.other.label": "if Other specify:", + "order.remember.site.and.requester.label": "Remember site and requester", + "order.result.reporting.heading": "RESULT REPORTING", + "sample.remove.action": "Remove Sample", + "sample.add.action": "Add Sample", + "order.test.request.heading": "Test Request", + "order.step.patient.info": "Patient Info", + "order.step.program.selection": "Program Selection", + "back.action.button": "Back", + "next.action.button": "Next", + "save.order.success.msg": "Sample Order Entry has been saved successfully", + "server.error.msg": "Oops, Server error please contact administrator", + "notification.title": "Notification Message", + "select.default.option.label": "Choose an option", + "yes.option": "Yes", + "no.option": "No", + "label.program": "Program", + "referral.label.testmethod":"Methods", + "referral.label.reason": "Referral Reason", + "referral.label.institute" :"Institute", + "referral.label.testtoperform":"Test to Perform", + "referral.label.sentdate" :"Sent Date", + "patient.label": "Patient", + "requester.label": "Requester", + "search.patient.label": "Search for Patient", + "referral.testresult.pastnote":"Past Notes", + "referral.label.sentdate":"Sent Date", + "referral.label.reason":"Referral Reason", + "referral.label.testtoperform":"Test to Perform", + "new.patient.label": "New Patient", + "sample.select.type": "Select sample type", + "sample.reject.label": "Reject Sample", + "sample.collection.date": "Collection Date", + "sample.collection.time": "Collection Time", + "collector.label" : "Collector", + "sample.search.panel.legend.text" : "Search through the available panels", + "sample.panel.label.text" : "Search Available panel", + "sample.panel.placeholder" : "Choose Available panel", + "sample.panel.search.error.msg": "No panel found matching", + "delete.success.msg": "Successfully Deleted", + "delete.error.msg": "Error while Deleting", + "success.add.edited.msg": "Successfully Added/Edited", + "error.add.edited.msg": "Error while Editing/Adding", + "edit.add.program.title" : "Add/Edit Program", + "new.program.label" : "New Program", + "program.name.label" : "Program Name", + "test.section.label" : "Test Section", + "assigned.technician.label": "Technician Assigned", + "assigned.pathologist.label" : "Pathologist Assigned", + "pathology.label.slide.number": "slide number", + "pathology.label.location": "Location", + "workplan.panel.selection.error.msg" : "This is an invalid error message.", + "home.label" : "Home", + "dashboard.in.progress.label": "In Progress", + "dashboard.in.progress.subtitle.label": "Awaiting Result Entry", + "dashboard.validation.ready.label": "Ready For Validation", + "dashboard.validation.ready.subtitle.label": "Awaiting Review", + "dashboard.complete.orders.label": "Orders Completed Today", + "dashboard.orders.subtitle.label": "Total Orders Completed Today", + "dashboard.turn.around.label": "Delayed Turn Around", + "dashboard.turn.around.subtitle.label": "More Than 96 hours", + "dashboard.avg.turn.around.label": "Average Turn Around time", + "dashboard.partially.completed.label": "Partially Completed Today", + "dashboard.partially.completed..subtitle.label": "Total Orders Completed Today", + "dashboard.user.orders.label": "Orders Entered By User", + "dashboard.user.orders.subtitle.label": "Entered by user Today", + "dashboard.rejected.orders": "Orders Rejected", + "dashboard.rejected.orders.subtitle": "Rejected By Lab Today", + "dashboard.unprints.results.label": "Un Printed Results", + "dashboard.unprints.results.subtitle.label": "Un Prited Results Today", + "label.electronic.orders" : "Electronic Orders", + "patient.dob": "Date of Birth", + "patient.male": "Male", + "patient.female": "Female", + "patient.first.name": "First Name", + "patient.last.name": "Last Name", + "patient.prev.lab.no": "Previous Lab Number", + "patient.id": "Patient Id", + "patient.age.years": "Age/Years", + "patient.age.months": "Months", + "patient.age.days": "Days", + "patient.address.town": "Town", + "patient.address.street": "Street", + "patient.address.camp": "Camp/Commune", + "patient.address.healthregion": "Region", + "patient.address.healthdistrict": "District", + "pateint.eduction": "Education", + "patient.maritalstatus": "Marital Status", + "patient.nationality": "Nationality", + "patient.nationality.other": "Specify Other nationality", + "patientcontact.person.firstname":"Contact first name", + "patientcontact.person.lastname": "Contact last name", + "patientcontact.person.email": "Contact Email", + "patient.label.contactphone": "Contact Phone:{PHONE_FORMAT}", + "patient.label.primaryphone": "Primary phone:{PHONE_FORMAT}", + "patient.gender": "Gender", + "label.button.externalsearch": "External Search", + "label.button.select.status": "Select Status" , + "label.button.select.technician": "Select Technician" , + "label.button.select.pathologist": "Select Pathologist" , + "label.button.select.test": "Select Test", + "assigned.cytopathologist.label" : "CytoPathologist Assigned" , + "label.search.patient" : "Search Patient" , + "immunohistochemistry.label.dashboard" : "Immunohistochemistry DashBoard" , + "cytology.label.dashboard" : "Cytology DashBoard" , + "label.button.start" : "Start" , + "label.button.sample" : "Sample" , + "search.label.accession" : "Enter Accession Number" , + "search.label.testunit" : "Select Test Unit" , + "search.label.testdate" : "Enter Test Date" , + "search.label.collectiondate" : "Enter Collection Date" , + "search.label.recieveddate" : "Enter Recieved Date" , + "search.label.fromaccession" : "From Accesion Number" , + "search.label.toaccession" : "To Accesion Number" , + "search.label.loadnext" : "Load Next 99 Records Starting at Lab Number" , + "search.label.analysis" : "Select Analysis Status" , + "search.label.test" : "Select Test Name" , + "search.label.sample" : "Select Sample Status" , + "pathology.label.report" : "Pathology Report", + "patient.natioanalid":"National ID", + "patient.label.additionalInfo": "Additional Information" , + "sample.label.orderpanel":"Order Panels", + "sample.label.noorder":"Order Doesnt Exist", + "sample.label.labnumber.new" : "New Lab Number" , + "sample.label.search.labnumber" : "Search By Accesion Number" , + "sample.label.search.patient" : "Search By Patient" , + "sample.label.search.Order" : "Search Order" , + "label.button.remove.slide": "Remove Slide", + "label.button.remove.block": "Remove Block", + "label.button.remove.report": "Remove Report", + "pathology.label.block.number": "Block number", + "pathology.label.block.add.number": "Number of Blocks to add", + "pathology.label.slide.add.number": "Number of Slides to add", + "button.label.genarateReport" : "Generate Report", + "emergencyContactInfo.title":"Emergency Contact Info", + "button.label.showHidePram" : "Show/Hide Report Parameter" , + "immunohistochemistry.label.numberOfCancer" : "Number of Cancer nuclei", + "immunohistochemistry.label.averageHer2" : "Average HER2 per nucleus" , + "immunohistochemistry.label.averageChrom" : "Average Chromozome 17 Sinals per nucleus", + "immunohistochemistry.label.ihcRatio" : "Ratio of Her2/neu Signals to Chromozome 17", + "immunohistochemistry.label.ihcScore" : "IHC (Cerb2 Score)" , + "immunohistochemistry.label.her2Pattern" : "CerbB2/HER 2 staining pattern" , + "immunohistochemistry.label.historicalDiagnosis" : "Histological Diagnosis", + "immunohistochemistry.label.molecularType" : " Molecular SubType" , + "immunohistochemistry.label.cellPercent" : "% of cell show nuclear staining with", + "immunohistochemistry.label.cellIntensity" : "intensity . Allred score", + "immunohistochemistry.label.outOf8" : "out of 8" , + "immunohistochemistry.label.mibName" : " MiB 1(ki-67) (Proliferative Index): ", + "immunohistochemistry.label.tumorCells" :"of tumor cells positive (cut of 20%)", + "immunohistochemistry.label.her2Assesment" :"HER 2 protein assesment is" , + "immunohistochemistry.label.her2ScoreOf" :"with a Score of", + "configure.labNumber.title" : "Lab Number Management", + "labNumber.type" : "Lab Number Type", + "labNumber.usePrefix": "Use Prefix", + "labNumber.prefix": "Prefix", + "labNumber.format.new": "New Format", + "labNumber.format.current": "Current Format" , + "validation.label.nonconform" : "= Sample or Order is nonconforming or Test has been rejected", + "notification.login.generic.error": "Error while attempting login", + "label.button.login.sso": "SSO Login", + "menu.billing.title": "Billing Menu Management", + "menu.billing.address": "Billing URL", + "menu.billing.active": "Billing Menu Active", + "sidenav.label.admin.menu": "Menu Configuration", + "sidenav.label.admin.menu.billing": "Billing Menu Configuration", + "menu.nonconform.title": "Non-Conformity Menu Management", + "menu.nonconform.active": "Non-Conformity Menu Active", + "sidenav.label.admin.menu.nonconform": "Non-Conform Menu Configuration", + "label.showChildren": "Show Child Elements", + "menu.patient.title": "Patient Menu Management", + "menu.patient.active": "Patient Menu Active", + "sidenav.label.admin.menu.patient": "Patient Menu Configuration", + "banner.menu.createInitial": "Initial Entry", + "banner.menu.createDouble": "Double Entry", + "banner.menu.patientEdit": "Edit", + "banner.menu.patientConsult": "View", + "sidenav.label.admin.menu.study": "Study Menu Configuration", + "menu.study.title": "Study Menu Configuration", + "menu.study.active": "Study Menu Active", + "banner.menu.sampleConsult": "View", + "banner.menu.sampleCreate" : "Study", + "banner.menu.study.eorders" : "Electronic Orders", + "banner.menu.reports.study": "Study", + "reports.export.byDate": "Export By Date", + "reports.export.byDate_routine": "Export Routine CSV File", + "reports.export.general": "General export", + "reports.export.valid": "Valid", + "reports.export.specific":"Viral Load Data Export", + "reports.auditTrail": "Audit Trail", + "openreports.patientreports.title": "Patient Status Report", + "reports.patient.ARV.version1 ": "ARV-Version 1", + "reports.patient.ARVFollowup.version1": "ARV Follow-up Version 1", + "reports.patient.ARVFollowup.version2": "ARV Follow-up Version 2", + "reports.patient.ARVInitial.version1": "ARV Initial Version 1", + "reports.patient.ARVInitial.version2": "ARV Initial Version 2", + "reports.patient.Indeterminate.location": "Indeterminate by Service", + "reports.patient.Indeterminate.version1": "Indeterminate Version 1", + "reports.patient.Indeterminate.version2": "Indeterminate Version 2", + "patient.report.associated.name": "Associated Patient Report", + "patient.report.collection.name": "Collected ARV Patient Report", + "project.ARVFollowupStudy.name": "Follow-up ARV", + "project.ARVStudies.name": "ARV", + "project.ARVStudy.name": "Initial ARV", + "project.EIDStudy.name": "EID", + "project.IndeterminateStudy.name": "Indeterminate", + "project.RTNStudy.name": "RTN", + "project.Recency.name": "Recency Testing", + "project.SequencingStudy.name": "Sequencing", + "project.SpecialRequestStudy.name": "Special Request", + "project.VLStudy.name": "VL", + "project.add.subtitle": "Add Project", + "project.add.title": "Add Project", + "project.browse.title": "Project", + "project.completedDate": "Completed Date", + "project.desc.short": "Project Descr.", + "project.description": "Project Description", + "project.edit.subtitle": "Edit Project", + "project.edit.title": "Edit Project", + "project.external.reference": "External Reference", + "openreports.patient.EID.version1": "EID Version 1", + "openreports.patient.EID.version2": "EID Version 2", + "openreports.patient.VL.version1": "VL Version Nationale", + "reports.patient.ARV.version1": "ARV-Version", + "reports.label.indicator": "Indicator", + "reports.label.indicator.performance": "Section Performance", + "banner.menu.report.validation.backlog": "Delayed Validation", + "reports.menu.covid": "Covid Report", + "reports.nonConformity.byDate.report": "By Date", + "reports.nonConformity.byLabno.report": "By Labno", + "reports.nonConformity.bySectionReason.report": "By Unit and Reason", + "reports.nonConformity.bySectionReason.title": "Non Conformity Report by Unit and Reason", + "reports.nonConformity.menu": "Non Conformity Reports", + "reports.nonConformity.notification.report": "Non-conformity notification", + "banner.menu.resultvalidation": "Validation", + "banner.menu.resultvalidation.bacteria": "Bacteria", + "banner.menu.resultvalidation.bench": "By Bench", + "banner.menu.resultvalidation.biochemistry": "Biochemistry", + "banner.menu.resultvalidation.cytobacteriology": "Cytobacteriology", + "banner.menu.resultvalidation.dnapcr": "DNA PCR", + "banner.menu.resultvalidation.ecbu": "ECBU", + "banner.menu.resultvalidation.endocrinologie": "Endocrinology", + "banner.menu.resultvalidation.genotyping": "Genotyping", + "banner.menu.resultvalidation.hemato-immunology": "Hemato-Immunology", + "banner.menu.resultvalidation.hematology": "Hematology", + "banner.menu.resultvalidation.immunology": "Immunology", + "banner.menu.resultvalidation.immunology.Haiti": "Immunology-Virology", + "banner.menu.resultvalidation.immunologyHematology": "Immunology - Hematology", + "banner.menu.resultvalidation.liquidBio": "Liquid Biology", + "banner.menu.resultvalidation.malaria": "Malaria", + "banner.menu.resultvalidation.molecularBio": "Molecular Biology", + "banner.menu.resultvalidation.mycobacteriology": "Mycobacteriology", + "banner.menu.resultvalidation.mycology": "Mycology", + "banner.menu.resultvalidation.parasitology": "Parasitology", + "banner.menu.resultvalidation.serology": "Serology", + "banner.menu.resultvalidation.serology-immunology": "Serology-Immunology", + "banner.menu.resultvalidation.viralload": "Viral Load", + "banner.menu.resultvalidation.virology": "Virology", + "banner.menu.resultvalidation_routine": "Routine", + "banner.menu.resultvalidation_study": "Study", + "reports.followupRequired.byLocation": "Follow-up Required", + "button.label.loadnext": "Load Next Bundle", + "button.label.loadprevious": "Load Previous Bundle", + "sample.requestDate": "Request Date", + "select.program": "Program", + "referrer.label":"referrer", + "provider.email": "Email", + "print.barcode":"Print Barcode", + "save.success":"Save successful", + "request.samesite.order":"Place same site order", + "label.search.availablepanel":"Search Available panel", + "choose.availablepanel":"Choose Available panel", + "legend.search.availabletests":"Search through the available tests", + "label.search.available.targetest":"Search Available Tests", + "holder.choose.availabletest":"Choose Available Test", + "title.notestfoundmatching":"No test Found Matching", + "label.refertest.referencelab":"Refer test to a reference lab" + } From dc561c19cd31167eaf8cf1eff855dae366dc678a Mon Sep 17 00:00:00 2001 From: jona42-ui Date: Wed, 6 Dec 2023 20:08:39 +0300 Subject: [PATCH 6/8] clear formatting --- frontend/src/languages/en.json | 1073 ++++++++++++++++---------------- 1 file changed, 535 insertions(+), 538 deletions(-) diff --git a/frontend/src/languages/en.json b/frontend/src/languages/en.json index 45a9540f3b..be34929052 100644 --- a/frontend/src/languages/en.json +++ b/frontend/src/languages/en.json @@ -1,541 +1,538 @@ { - "language.select.label": "English", - "label.button.submit": "Submit", - "label.button.changepassword" : "Change Password", - "label.button.save": "Save", - "label.button.search" : "Search", - "label.button.range" : "Range", - "label.button.clear" : "Clear", - "label.button.confirm": "Confirm", - "label.button.cancel": "Cancel", - "label.button.confirmDelete": "Confirm Delete", - "login.title": "Login", - "login.subtitle": "Login", - "login.msg.username": "Username", - "login.msg.password": "Password", - "login.msg.username.missing": "A username is required", - "login.msg.password.missing": "A password is required", - "login.notice.message": "Notice: Access to this service is for authorized personnel only. If you do not have the expressed authorization of the administrator, you must exit now. This organization prohibits unauthorized access, disclosure, duplication, modification, diversion, destruction, loss, misuse, or theft of its information.", - "error.invalidcredentials": "Username or Password are incorrect", - "patient.label.modify" : "Add/Modify Patient" , - "patient.label.info" : "Patient Information", - "breadcrumb.home" : "Home", - "admin.legacy" :"Legacy Admin", - "banner.menu.billing" :"Billing", - "label.page.patientHistory" : "Patient History", - "workplan.page.title" :"Workplan {0}", - "workplan.panel.title" :"Workplan By Panel", - "workplan.panel.types" :"Panel Type", - "workplan.print" :"Print Workplan", - "workplan.run" :"Get Workplan", - "workplan.test.title" :"Workplan By Test", - "workplan.test.types" :"Test Type", - "workplan.title" :"Workplan", - "workplan.unit.types" :"Unit Type", - "workplan.priority.list" :"Priority", - "workplan.priority.title" :"Workplan By Priority", - "workplan.unit.title" :"Workplan By Unit", - "banner.menu.workplan" :"Workplan", - "banner.menu.workplan.panel" :"By Panel", - "banner.menu.workplan.unit" :"By Test Section", - "banner.menu.workplan.test" :"By Test Type", - "banner.menu.workplan.priority" :"By Priority", - "label.form.searchby" :"Search By", - "order.label.add" : "Add Order", - "order.label.modify":"Modify Order", - "result.noTestsFound": "No appropriate tests were found.", - "quick.entry.accession.number":"Accession Number", - "patient.subject.number":"Unique Health ID number", - "sample.entry.nextVisit.date":"Date of next visit", - "sample.entry.project.testName":"Test Name", - "sample.receivedDate":"Received Date", - "label.total.tests":"Total tests", - "result.nonconforming.item":"Sample or order is nonconforming OR test has been rejected", - "sample.entry.project.patient.and.testName":"Name/Code of patient {br} Test Name", - "label.button.remove":"Remove", - "reject.order.sample.notification": "You are rejecting a sample. This sample will be rejected and not appear in workplans once saved,no results can be entered for this order." , - "rulebuilder.label.ruleName" : "Rule Name", - "rulebuilder.label.toggleRule" : "Toggle Rule" , - "rulebuilder.label.addRuleConditions" : "Add Reflex Rule Conditions" , - "rulebuilder.label.overallOptions" : "Over All Option", - "rulebuilder.label.selectSample" : "Select Sample", - "rulebuilder.label.searchTest" : "Search Test" , - "rulebuilder.label.relation" : "Relation" , - "rulebuilder.label.dictValue" : "Dictionaly Value", - "rulebuilder.label.numericValue" : "Numeric value" , - "rulebuilder.label.numericValue2" : "Numeric value 2" , - "rulebuilder.label.textValue" : "Text value" , - "rulebuilder.label.addCondition" : "Add Condition", - "rulebuilder.label.removeCondition" : "Remove Condition" , - "rulebuilder.label.perfomActions" : "Perform the following actions", - "rulebuilder.label.noSuggestions" : "No suggestions available", - "rulebuilder.label.addInternalNote" : "Add Internal Note", - "rulebuilder.label.addExternalNote" : "Add External Note", - "rulebuilder.label.addPopup" : "Add Pop Up", - "rulebuilder.label.addAction" : "Add Action", - "rulebuilder.label.removeAction" : "Remove Action", - "rulebuilder.label.addRule" : "Add Rule", - "rulebuilder.label.removeRule" : "Deactivate Rule", - "rulebuilder.label.rule" : "Rule", - "rulebuilder.label.confirmDelete" : "Are you sure you want to deactivate this Rule?", - "rulebuilder.error.invalidNumeric" : "Invalid Numeric Value" , - "rulebuilder.error.invalidTest" : "Invalid Test", - "testcalculation.label.name" : "Calculation Name" , - "testcalculation.label.testResult" : "Test Result", - "testcalculation.label.mathFucntion" : "Mathematical Function" , - "testcalculation.label.integer" : "Integer" , - "testcalculation.label.patientAttribute" : "Patient Attribute" , - "testcalculation.label.calculation" : "Calculation" , - "testcalculation.label.searchNumericTest" : "Search Numeric Test" , - "testcalculation.label.insertOperation" : "Insert Operation" , - "testcalculation.label.selectDictionaryValue" : "Select Dictionary Value" , - "testcalculation.label.textValue" : "Text Value" , - "testcalculation.label.finalresult" : "Final Result", - "advanced.search": "Advanced Search", - "pathology.label.title" : "Pathology", - "pathology.label.blocks" : "Blocks", - "pathology.label.block" : "Block", - "pathology.label.addblock" : "Add Block(s)", - "pathology.label.slides" : "Slides", - "pathology.label.slide" : "Slide", - "pathology.label.addslide" : "Add Slide(s)", - "pathology.label.printlabel" : "Print Label", - "pathology.label.view" : "View", - "pathology.label.dashboard" : "Pathology DashBoard", - "pathology.label.techniques" : "Techniques Used", - "pathology.label.request" : "Requests", - "pathology.label.grossexam" : "Gross Exam", - "pathology.label.microexam" : "Microscopy Exam", - "pathology.label.conclusion" : "Conclusion", - "pathology.label.textconclusion" : "Text Conclusion", - "pathology.label.release" : "Ready For release", - "pathology.label.refer" : "Refer to ImmunoHistoChemistry", - "pathology.label.casesInProgress" : "Cases in Progress", - "pathology.label.review" : "Awaiting Pathology Review", - "pathology.label.requests" : "Additional Pathology Requests", - "pathology.label.complete" : "Complete", - "immunohistochemistry.label.title" : "Immunohistochemistry" , - "immunohistochemistry.label.report" : "Report" , - "immunohistochemistry.label.reports" : "Reports" , - "immunohistochemistry.label.addreport" : "Add Report" , - "immunohistochemistry.label.review" : "Awaiting Immunohistochemistry Review" , - "cytology.label.title" : "Cytology" , - "cytology.label.specimen" : "Specimen Adequacy" , - "cytology.label.negative" : "Negative For Intraepithelial Lesion or Malignancy" , - "cytology.label.cellabnomality" : "Epithelial Cell Abnomality" , - "cytology.label.squamous" : "Squamous" , - "cytology.label.glandular" : "Glandular" , - "cytology.label.other" : "Other Malignant Neoplasms" , - "cytology.label.neoplastic" : "Non-neoplastic cellular variations" , - "cytology.label.reactive" : "Reactive cellular changes" , - "cytology.label.organisms" : "Organisms" , - "cytology.label.otherResult" : " Other Diagnosis Result" , - "cytology.label.review" : "Awaiting Cytopathologist Review" , - "header.label.version" :"Version:", - "header.label.logout" :"Logout" , - "header.label.selectlocale" : "Select Locale" , - "sidenav.label.order" : "Order", - "sidenav.label.addorder" : "Add Order" , - "sidenav.label.editorder" : "Edit Order" , - "sidenav.label.incomingorder" : "Incoming Orders", - "sidenav.label.batchorder" : "Batch Order Entry" , - "sidenav.label.barcode" : "Barcode" , - "banner.menu.patient" : "Patient" , - "banner.menu.patient.addOrEdit" : "Add/Edit Patient" , - "banner.menu.patient.Create" : "Study" , - "banner.menu.patienthistory" : "Patient History" , - "banner.menu.nonconformity" : "Non-Conform", - "banner.menu.nonconformity.report" : "Report Non-Conforming Event" , - "banner.menu.nonconformity.view" : "View New Non-Conforming Events" , - "banner.menu.nonconformity.correctiveActions" : "Corrective actions" , - "sidenav.label.workplan" : "Workplan", - "sidenav.label.workplan.test" : "By Test Type", - "sidenav.label.workplan.panel" : "By Panel Type" , - "sidenav.label.workplan.unit" : "By Unit" , - "sidenav.label.workplan.priority" : "By Priority" , - "sidenav.label.pathology" : "Pathology", - "sidenav.label.immunochem" : "Immunohistochemistry", - "sidenav.label.cytology" : "Cytology" , - "sidenav.label.pathology.dashboard" : "DashBoard" , - "sidenav.label.results" : "Results", - "sidenav.label.results.unit" : "By Unit", - "sidenav.label.results.patient" : "By Patient" , - "sidenav.label.results.order" : "By Order" , - "sidenav.label.results.testdate" : "By Test Date" , - "sidenav.label.results.byrange" : "By Range of Order numbers" , - "sidenav.label.validation" : "Validation" , - "sidenav.label.validation.routine" : "Routine", - "sidenav.label.validation.study" : "Study", - "sidenav.label.validation.order" : "Search By Order" , - "sidenav.label.validation.testdate" : "Search By Test Date" , - "sidenav.label.reports" : "Reports" , - "sidenav.label.reports.routine" : "Routine" , - "sidenav.label.reports.study" : "Study" , - "sidenav.label.admin" : "Admin" , - "sidenav.label.admin.testmgt" : "Test Management" , - "sidenav.label.admin.testmgt.reflex" : "Reflex Tests Management" , - "sidenav.label.admin.testmgt.calculated" : "Calculated Value Tests Management" , - "sidenav.label.admin.program" : "Program Entry" , - "sidenav.label.admin.organizationmgt" : "Organization Management" , - "sidenav.label.admin.usermgt" : "User Management", - "sidenav.label.admin.labNumber" : "Lab Number Management", - "sidenav.title.statusreport":"Patient Status Report", - "sidenav.label.statusreport": "Patient Status Report", - "sidenav.title.aggregatereport":"Aggregate Reports", - "sidenav.label.statisticsreport" :"Statistics Report", - "sideNav.title.rejectionreport":"Rejection Report", - "sideNav.label.rejectionreport":"Rejection Report", - "sidenav.label.testsummary" :"Summary of All Tests", - "sideNav.label.hivtestsummary":"HIV Test Summary", - "sideNav.title.activityreport" :"Activity Report", - "sideNav.title.referredtestreport":"Referred Tests Report", - "sideNav.title.noncomformityreports":"Non conformity Reports", - "sideNav.label.bytesttype":"By Test Type", - "sideNav.label.bypaneltype":"By Panel Type", - "sideNav.label.byunit" :"By Unit", - "sideNav.label.referredtestreport" : "Referred Tests Report", - "sideNav.label.noncomformityreportsbydate": "By Date", - "sideNav.label.noncomformityreportsbyunit" :"By Unit and Reason", - "sideNav.title.delayedvalidation":"Delayed Validation", - "sideNav.label.delayedvalidation" : "Delayed Validation", - "sideNav.title.audittrail" :"Audit Trail", - "sideNav.label.audittrail" :"Audit Trail", - "sideNav.title.exportcsvfile" :"Export Routine CSV file", - "sideNav.label.exportcsvfile" :"Export Routine CSV file", - "sideNav.label.noncomformityreportsbylabno": "By Lab No", - "sideNav.label.noncomformitynotification" :"Non-conformity Notification", - "sideNav.label.followuprequired":"Follow-up Required", - "sideNav.title.exportbydate":"Export By Date", - "sideNav.label.generalreport": "General Report", - "sideNav.label.viralloaddataexport" :"Viral Load Data Export", - "sideNav.title.arvreports":"ARV Reports", - "sideNav.label.arvreports1":"ARV Initial Version 1", - "sideNav.label.arvreports2":"ARV Initial Version 2", - "sideNav.label.arvfollowup1":"ARV Follow-up Version 1", - "sideNav.label.arvfollowup2":"ARV Follow-up Version 2", - "sideNav.label.arvversion1": "ARV-Version 1", - "sideNav.title.eidreports" :"EID Reports", - "sideNav.label.eidreports1" :"EID Version 1", - "sideNav.label.eidreports2" :"EID Version 2", - "sideNav.title.vlreport":"VL Report", - "sideNav.label.vlversionnational":"VL version Nationale", - "sideNav.title.intermediatereport" : "Intermediate Report", - "sideNav.label.intermediatereport1":"Intermediate Version 1", - "sideNav.label.intermediatereport2":"Intermediate Version 2", - "sideNav.label.intermediatebyservice":"Intermediate By Service", - "sideNav.title.specialrequest":"Special Request ", - "sideNav.label.specialrequest":"Special Request ", - "sideNav.title.collectedarvpatientreports":"Collected ARV patient Report", - "sideNav.label.collectedarvpatientreports":"Collected ARV patient Report", - "sideNav.title.associatedpatientreport" :"Associated Patient Report", - "sideNav.label.associatedpatientreport" :"Associated Patient Report", - "sideNav.title.indicator":"Indicator", - "sideNav.label.sectionperformance":"Section Performance", - "patient.label.name" : "Name" , - "patient.label.sex" : "Sex" , - "patient.label.age" : "Age" , - "patient.label.nopatientid" : "Patient Id Doest Exist" , - "sample.label.orderdate" : "Oder Date" , - "sample.label.labnumber" : "Lab Number" , - "sample.label.labnumber.generate": "Generate", - "sample.label.facility" : "Referring Facility", - "sample.label.requester" : "Requester" , - "sample.label.dept" : "Ward/Dept/Unit" , - "label.button.uploadfile": "Upload file" , - "label.button.select": "Select" , - "label.button.add": "Add", - "order.title": "ORDER", - "label.text.generate": "generate", - "label.order.scan.text": "Scan OR Enter Manually OR", - "order.reception.time": "Reception Time (hh:mm) :", - "order.site.name": "Site Name:", - "order.search.site.name": "Search site Name", - "order.invalid.site.name": "Invalid site name", - "order.department.label": "ward/dept/unit:", - "order.search.requester.label": "Search Requester", - "order.invalid.requester.name.label": "invalid requester name", - "order.requester.firstName.label": "Requester's FirstName:", - "order.requester.lastName.label": "Requester's LastName:", - "order.requester.phone.label": "Requester Phone:", - "order.requester.fax.label": "Requester's Fax Number:", - "order.requester.email.label": "Requester's Email:", - "order.payment.status.label": "Patient payment status:", - "order.sampling.performed.label": "Sampling performed for analysis:", - "order.if.other.label": "if Other specify:", - "order.remember.site.and.requester.label": "Remember site and requester", - "order.result.reporting.heading": "RESULT REPORTING", - "sample.remove.action": "Remove Sample", - "sample.add.action": "Add Sample", - "order.test.request.heading": "Test Request", - "order.step.patient.info": "Patient Info", - "order.step.program.selection": "Program Selection", - "back.action.button": "Back", - "next.action.button": "Next", - "save.order.success.msg": "Sample Order Entry has been saved successfully", - "server.error.msg": "Oops, Server error please contact administrator", - "notification.title": "Notification Message", - "select.default.option.label": "Choose an option", - "yes.option": "Yes", - "no.option": "No", - "label.program": "Program", - "referral.label.testmethod":"Methods", - "referral.label.reason": "Referral Reason", - "referral.label.institute" :"Institute", - "referral.label.testtoperform":"Test to Perform", - "referral.label.sentdate" :"Sent Date", - "patient.label": "Patient", - "requester.label": "Requester", - "search.patient.label": "Search for Patient", - "referral.testresult.pastnote":"Past Notes", - "referral.label.sentdate":"Sent Date", - "referral.label.reason":"Referral Reason", - "referral.label.testtoperform":"Test to Perform", - "new.patient.label": "New Patient", - "sample.select.type": "Select sample type", - "sample.reject.label": "Reject Sample", - "sample.collection.date": "Collection Date", - "sample.collection.time": "Collection Time", - "collector.label" : "Collector", - "sample.search.panel.legend.text" : "Search through the available panels", - "sample.panel.label.text" : "Search Available panel", - "sample.panel.placeholder" : "Choose Available panel", - "sample.panel.search.error.msg": "No panel found matching", - "delete.success.msg": "Successfully Deleted", - "delete.error.msg": "Error while Deleting", - "success.add.edited.msg": "Successfully Added/Edited", - "error.add.edited.msg": "Error while Editing/Adding", - "edit.add.program.title" : "Add/Edit Program", - "new.program.label" : "New Program", - "program.name.label" : "Program Name", - "test.section.label" : "Test Section", - "assigned.technician.label": "Technician Assigned", - "assigned.pathologist.label" : "Pathologist Assigned", - "pathology.label.slide.number": "slide number", - "pathology.label.location": "Location", - "workplan.panel.selection.error.msg" : "This is an invalid error message.", - "home.label" : "Home", - "dashboard.in.progress.label": "In Progress", - "dashboard.in.progress.subtitle.label": "Awaiting Result Entry", - "dashboard.validation.ready.label": "Ready For Validation", - "dashboard.validation.ready.subtitle.label": "Awaiting Review", - "dashboard.complete.orders.label": "Orders Completed Today", - "dashboard.orders.subtitle.label": "Total Orders Completed Today", - "dashboard.turn.around.label": "Delayed Turn Around", - "dashboard.turn.around.subtitle.label": "More Than 96 hours", - "dashboard.avg.turn.around.label": "Average Turn Around time", - "dashboard.partially.completed.label": "Partially Completed Today", - "dashboard.partially.completed..subtitle.label": "Total Orders Completed Today", - "dashboard.user.orders.label": "Orders Entered By User", - "dashboard.user.orders.subtitle.label": "Entered by user Today", - "dashboard.rejected.orders": "Orders Rejected", - "dashboard.rejected.orders.subtitle": "Rejected By Lab Today", - "dashboard.unprints.results.label": "Un Printed Results", - "dashboard.unprints.results.subtitle.label": "Un Prited Results Today", - "label.electronic.orders" : "Electronic Orders", - "patient.dob": "Date of Birth", - "patient.male": "Male", - "patient.female": "Female", - "patient.first.name": "First Name", - "patient.last.name": "Last Name", - "patient.prev.lab.no": "Previous Lab Number", - "patient.id": "Patient Id", - "patient.age.years": "Age/Years", - "patient.age.months": "Months", - "patient.age.days": "Days", - "patient.address.town": "Town", - "patient.address.street": "Street", - "patient.address.camp": "Camp/Commune", - "patient.address.healthregion": "Region", - "patient.address.healthdistrict": "District", - "pateint.eduction": "Education", - "patient.maritalstatus": "Marital Status", - "patient.nationality": "Nationality", - "patient.nationality.other": "Specify Other nationality", - "patientcontact.person.firstname":"Contact first name", - "patientcontact.person.lastname": "Contact last name", - "patientcontact.person.email": "Contact Email", - "patient.label.contactphone": "Contact Phone:{PHONE_FORMAT}", - "patient.label.primaryphone": "Primary phone:{PHONE_FORMAT}", - "patient.gender": "Gender", - "label.button.externalsearch": "External Search", - "label.button.select.status": "Select Status" , - "label.button.select.technician": "Select Technician" , - "label.button.select.pathologist": "Select Pathologist" , - "label.button.select.test": "Select Test", - "assigned.cytopathologist.label" : "CytoPathologist Assigned" , - "label.search.patient" : "Search Patient" , - "immunohistochemistry.label.dashboard" : "Immunohistochemistry DashBoard" , - "cytology.label.dashboard" : "Cytology DashBoard" , - "label.button.start" : "Start" , - "label.button.sample" : "Sample" , - "search.label.accession" : "Enter Accession Number" , - "search.label.testunit" : "Select Test Unit" , - "search.label.testdate" : "Enter Test Date" , - "search.label.collectiondate" : "Enter Collection Date" , - "search.label.recieveddate" : "Enter Recieved Date" , - "search.label.fromaccession" : "From Accesion Number" , - "search.label.toaccession" : "To Accesion Number" , - "search.label.loadnext" : "Load Next 99 Records Starting at Lab Number" , - "search.label.analysis" : "Select Analysis Status" , - "search.label.test" : "Select Test Name" , - "search.label.sample" : "Select Sample Status" , - "pathology.label.report" : "Pathology Report", - "patient.natioanalid":"National ID", - "patient.label.additionalInfo": "Additional Information" , - "sample.label.orderpanel":"Order Panels", - "sample.label.noorder":"Order Doesnt Exist", - "sample.label.labnumber.new" : "New Lab Number" , - "sample.label.search.labnumber" : "Search By Accesion Number" , - "sample.label.search.patient" : "Search By Patient" , - "sample.label.search.Order" : "Search Order" , - "label.button.remove.slide": "Remove Slide", - "label.button.remove.block": "Remove Block", - "label.button.remove.report": "Remove Report", - "pathology.label.block.number": "Block number", - "pathology.label.block.add.number": "Number of Blocks to add", - "pathology.label.slide.add.number": "Number of Slides to add", - "button.label.genarateReport" : "Generate Report", - "emergencyContactInfo.title":"Emergency Contact Info", - "button.label.showHidePram" : "Show/Hide Report Parameter" , - "immunohistochemistry.label.numberOfCancer" : "Number of Cancer nuclei", - "immunohistochemistry.label.averageHer2" : "Average HER2 per nucleus" , - "immunohistochemistry.label.averageChrom" : "Average Chromozome 17 Sinals per nucleus", - "immunohistochemistry.label.ihcRatio" : "Ratio of Her2/neu Signals to Chromozome 17", - "immunohistochemistry.label.ihcScore" : "IHC (Cerb2 Score)" , - "immunohistochemistry.label.her2Pattern" : "CerbB2/HER 2 staining pattern" , - "immunohistochemistry.label.historicalDiagnosis" : "Histological Diagnosis", - "immunohistochemistry.label.molecularType" : " Molecular SubType" , - "immunohistochemistry.label.cellPercent" : "% of cell show nuclear staining with", - "immunohistochemistry.label.cellIntensity" : "intensity . Allred score", - "immunohistochemistry.label.outOf8" : "out of 8" , - "immunohistochemistry.label.mibName" : " MiB 1(ki-67) (Proliferative Index): ", - "immunohistochemistry.label.tumorCells" :"of tumor cells positive (cut of 20%)", - "immunohistochemistry.label.her2Assesment" :"HER 2 protein assesment is" , - "immunohistochemistry.label.her2ScoreOf" :"with a Score of", - "configure.labNumber.title" : "Lab Number Management", - "labNumber.type" : "Lab Number Type", - "labNumber.usePrefix": "Use Prefix", - "labNumber.prefix": "Prefix", - "labNumber.format.new": "New Format", - "labNumber.format.current": "Current Format" , - "validation.label.nonconform" : "= Sample or Order is nonconforming or Test has been rejected", - "notification.login.generic.error": "Error while attempting login", - "label.button.login.sso": "SSO Login", - "menu.billing.title": "Billing Menu Management", - "menu.billing.address": "Billing URL", - "menu.billing.active": "Billing Menu Active", - "sidenav.label.admin.menu": "Menu Configuration", - "sidenav.label.admin.menu.billing": "Billing Menu Configuration", - "menu.nonconform.title": "Non-Conformity Menu Management", - "menu.nonconform.active": "Non-Conformity Menu Active", - "sidenav.label.admin.menu.nonconform": "Non-Conform Menu Configuration", - "label.showChildren": "Show Child Elements", - "menu.patient.title": "Patient Menu Management", - "menu.patient.active": "Patient Menu Active", - "sidenav.label.admin.menu.patient": "Patient Menu Configuration", - "banner.menu.createInitial": "Initial Entry", - "banner.menu.createDouble": "Double Entry", - "banner.menu.patientEdit": "Edit", - "banner.menu.patientConsult": "View", - "sidenav.label.admin.menu.study": "Study Menu Configuration", - "menu.study.title": "Study Menu Configuration", - "menu.study.active": "Study Menu Active", - "banner.menu.sampleConsult": "View", - "banner.menu.sampleCreate" : "Study", - "banner.menu.study.eorders" : "Electronic Orders", - "banner.menu.reports.study": "Study", - "reports.export.byDate": "Export By Date", - "reports.export.byDate_routine": "Export Routine CSV File", - "reports.export.general": "General export", - "reports.export.valid": "Valid", - "reports.export.specific":"Viral Load Data Export", - "reports.auditTrail": "Audit Trail", - "openreports.patientreports.title": "Patient Status Report", - "reports.patient.ARV.version1 ": "ARV-Version 1", - "reports.patient.ARVFollowup.version1": "ARV Follow-up Version 1", - "reports.patient.ARVFollowup.version2": "ARV Follow-up Version 2", - "reports.patient.ARVInitial.version1": "ARV Initial Version 1", - "reports.patient.ARVInitial.version2": "ARV Initial Version 2", - "reports.patient.Indeterminate.location": "Indeterminate by Service", - "reports.patient.Indeterminate.version1": "Indeterminate Version 1", - "reports.patient.Indeterminate.version2": "Indeterminate Version 2", - "patient.report.associated.name": "Associated Patient Report", - "patient.report.collection.name": "Collected ARV Patient Report", - "project.ARVFollowupStudy.name": "Follow-up ARV", - "project.ARVStudies.name": "ARV", - "project.ARVStudy.name": "Initial ARV", - "project.EIDStudy.name": "EID", - "project.IndeterminateStudy.name": "Indeterminate", - "project.RTNStudy.name": "RTN", - "project.Recency.name": "Recency Testing", - "project.SequencingStudy.name": "Sequencing", - "project.SpecialRequestStudy.name": "Special Request", - "project.VLStudy.name": "VL", - "project.add.subtitle": "Add Project", - "project.add.title": "Add Project", - "project.browse.title": "Project", - "project.completedDate": "Completed Date", - "project.desc.short": "Project Descr.", - "project.description": "Project Description", - "project.edit.subtitle": "Edit Project", - "project.edit.title": "Edit Project", - "project.external.reference": "External Reference", - "openreports.patient.EID.version1": "EID Version 1", - "openreports.patient.EID.version2": "EID Version 2", - "openreports.patient.VL.version1": "VL Version Nationale", - "reports.patient.ARV.version1": "ARV-Version", - "reports.label.indicator": "Indicator", - "reports.label.indicator.performance": "Section Performance", - "banner.menu.report.validation.backlog": "Delayed Validation", - "reports.menu.covid": "Covid Report", - "reports.nonConformity.byDate.report": "By Date", - "reports.nonConformity.byLabno.report": "By Labno", - "reports.nonConformity.bySectionReason.report": "By Unit and Reason", - "reports.nonConformity.bySectionReason.title": "Non Conformity Report by Unit and Reason", - "reports.nonConformity.menu": "Non Conformity Reports", - "reports.nonConformity.notification.report": "Non-conformity notification", - "banner.menu.resultvalidation": "Validation", - "banner.menu.resultvalidation.bacteria": "Bacteria", - "banner.menu.resultvalidation.bench": "By Bench", - "banner.menu.resultvalidation.biochemistry": "Biochemistry", - "banner.menu.resultvalidation.cytobacteriology": "Cytobacteriology", - "banner.menu.resultvalidation.dnapcr": "DNA PCR", - "banner.menu.resultvalidation.ecbu": "ECBU", - "banner.menu.resultvalidation.endocrinologie": "Endocrinology", - "banner.menu.resultvalidation.genotyping": "Genotyping", - "banner.menu.resultvalidation.hemato-immunology": "Hemato-Immunology", - "banner.menu.resultvalidation.hematology": "Hematology", - "banner.menu.resultvalidation.immunology": "Immunology", - "banner.menu.resultvalidation.immunology.Haiti": "Immunology-Virology", - "banner.menu.resultvalidation.immunologyHematology": "Immunology - Hematology", - "banner.menu.resultvalidation.liquidBio": "Liquid Biology", - "banner.menu.resultvalidation.malaria": "Malaria", - "banner.menu.resultvalidation.molecularBio": "Molecular Biology", - "banner.menu.resultvalidation.mycobacteriology": "Mycobacteriology", - "banner.menu.resultvalidation.mycology": "Mycology", - "banner.menu.resultvalidation.parasitology": "Parasitology", - "banner.menu.resultvalidation.serology": "Serology", - "banner.menu.resultvalidation.serology-immunology": "Serology-Immunology", - "banner.menu.resultvalidation.viralload": "Viral Load", - "banner.menu.resultvalidation.virology": "Virology", - "banner.menu.resultvalidation_routine": "Routine", - "banner.menu.resultvalidation_study": "Study", - "reports.followupRequired.byLocation": "Follow-up Required", - "button.label.loadnext": "Load Next Bundle", - "button.label.loadprevious": "Load Previous Bundle", - "sample.requestDate": "Request Date", - "select.program": "Program", - "referrer.label":"referrer", - "provider.email": "Email", - "print.barcode":"Print Barcode", - "save.success":"Save successful", - "request.samesite.order":"Place same site order", - "label.search.availablepanel":"Search Available panel", - "choose.availablepanel":"Choose Available panel", - "legend.search.availabletests":"Search through the available tests", - "label.search.available.targetest":"Search Available Tests", - "holder.choose.availabletest":"Choose Available Test", - "title.notestfoundmatching":"No test Found Matching", - "label.refertest.referencelab":"Refer test to a reference lab" + "language.select.label": "English", + "label.button.submit": "Submit", + "label.button.changepassword" : "Change Password", + "label.button.save": "Save", + "label.button.search" : "Search", + "label.button.range" : "Range", + "label.button.clear" : "Clear", + "label.button.confirm": "Confirm", + "label.button.cancel": "Cancel", + "label.button.confirmDelete": "Confirm Delete", + "login.title": "Login", + "login.subtitle": "Login", + "login.msg.username": "Username", + "login.msg.password": "Password", + "login.msg.username.missing": "A username is required", + "login.msg.password.missing": "A password is required", + "login.notice.message": "Notice: Access to this service is for authorized personnel only. If you do not have the expressed authorization of the administrator, you must exit now. This organization prohibits unauthorized access, disclosure, duplication, modification, diversion, destruction, loss, misuse, or theft of its information.", + "error.invalidcredentials": "Username or Password are incorrect", + "patient.label.modify" : "Add/Modify Patient" , + "patient.label.info" : "Patient Information", + "breadcrumb.home" : "Home", + "admin.legacy" :"Legacy Admin", + "banner.menu.billing" :"Billing", + "label.page.patientHistory" : "Patient History", + "workplan.page.title" :"Workplan {0}", + "workplan.panel.title" :"Workplan By Panel", + "workplan.panel.types" :"Panel Type", + "workplan.print" :"Print Workplan", + "workplan.run" :"Get Workplan", + "workplan.test.title" :"Workplan By Test", + "workplan.test.types" :"Test Type", + "workplan.title" :"Workplan", + "workplan.unit.types" :"Unit Type", + "workplan.priority.list" :"Priority", + "workplan.priority.title" :"Workplan By Priority", + "workplan.unit.title" :"Workplan By Unit", + "banner.menu.workplan" :"Workplan", + "banner.menu.workplan.panel" :"By Panel", + "banner.menu.workplan.unit" :"By Test Section", + "banner.menu.workplan.test" :"By Test Type", + "banner.menu.workplan.priority" :"By Priority", + "label.form.searchby" :"Search By", + "order.label.add" : "Add Order", + "order.label.modify":"Modify Order", + "result.noTestsFound": "No appropriate tests were found.", + "quick.entry.accession.number":"Accession Number", + "patient.subject.number":"Unique Health ID number", + "sample.entry.nextVisit.date":"Date of next visit", + "sample.entry.project.testName":"Test Name", + "sample.receivedDate":"Received Date", + "label.total.tests":"Total tests", + "result.nonconforming.item":"Sample or order is nonconforming OR test has been rejected", + "sample.entry.project.patient.and.testName":"Name/Code of patient {br} Test Name", + "label.button.remove":"Remove", + "reject.order.sample.notification": "You are rejecting a sample. This sample will be rejected and not appear in workplans once saved,no results can be entered for this order." , + "rulebuilder.label.ruleName" : "Rule Name", + "rulebuilder.label.toggleRule" : "Toggle Rule" , + "rulebuilder.label.addRuleConditions" : "Add Reflex Rule Conditions" , + "rulebuilder.label.overallOptions" : "Over All Option", + "rulebuilder.label.selectSample" : "Select Sample", + "rulebuilder.label.searchTest" : "Search Test" , + "rulebuilder.label.relation" : "Relation" , + "rulebuilder.label.dictValue" : "Dictionaly Value", + "rulebuilder.label.numericValue" : "Numeric value" , + "rulebuilder.label.numericValue2" : "Numeric value 2" , + "rulebuilder.label.textValue" : "Text value" , + "rulebuilder.label.addCondition" : "Add Condition", + "rulebuilder.label.removeCondition" : "Remove Condition" , + "rulebuilder.label.perfomActions" : "Perform the following actions", + "rulebuilder.label.noSuggestions" : "No suggestions available", + "rulebuilder.label.addInternalNote" : "Add Internal Note", + "rulebuilder.label.addExternalNote" : "Add External Note", + "rulebuilder.label.addPopup" : "Add Pop Up", + "rulebuilder.label.addAction" : "Add Action", + "rulebuilder.label.removeAction" : "Remove Action", + "rulebuilder.label.addRule" : "Add Rule", + "rulebuilder.label.removeRule" : "Deactivate Rule", + "rulebuilder.label.rule" : "Rule", + "rulebuilder.label.confirmDelete" : "Are you sure you want to deactivate this Rule?", + "rulebuilder.error.invalidNumeric" : "Invalid Numeric Value" , + "rulebuilder.error.invalidTest" : "Invalid Test", + "testcalculation.label.name" : "Calculation Name" , + "testcalculation.label.testResult" : "Test Result", + "testcalculation.label.mathFucntion" : "Mathematical Function" , + "testcalculation.label.integer" : "Integer" , + "testcalculation.label.patientAttribute" : "Patient Attribute" , + "testcalculation.label.calculation" : "Calculation" , + "testcalculation.label.searchNumericTest" : "Search Numeric Test" , + "testcalculation.label.insertOperation" : "Insert Operation" , + "testcalculation.label.selectDictionaryValue" : "Select Dictionary Value" , + "testcalculation.label.textValue" : "Text Value" , + "testcalculation.label.finalresult" : "Final Result", + "advanced.search": "Advanced Search", + "pathology.label.title" : "Pathology", + "pathology.label.blocks" : "Blocks", + "pathology.label.block" : "Block", + "pathology.label.addblock" : "Add Block(s)", + "pathology.label.slides" : "Slides", + "pathology.label.slide" : "Slide", + "pathology.label.addslide" : "Add Slide(s)", + "pathology.label.printlabel" : "Print Label", + "pathology.label.view" : "View", + "pathology.label.dashboard" : "Pathology DashBoard", + "pathology.label.techniques" : "Techniques Used", + "pathology.label.request" : "Requests", + "pathology.label.grossexam" : "Gross Exam", + "pathology.label.microexam" : "Microscopy Exam", + "pathology.label.conclusion" : "Conclusion", + "pathology.label.textconclusion" : "Text Conclusion", + "pathology.label.release" : "Ready For release", + "pathology.label.refer" : "Refer to ImmunoHistoChemistry", + "pathology.label.casesInProgress" : "Cases in Progress", + "pathology.label.review" : "Awaiting Pathology Review", + "pathology.label.requests" : "Additional Pathology Requests", + "pathology.label.complete" : "Complete", + "immunohistochemistry.label.title" : "Immunohistochemistry" , + "immunohistochemistry.label.report" : "Report" , + "immunohistochemistry.label.reports" : "Reports" , + "immunohistochemistry.label.addreport" : "Add Report" , + "immunohistochemistry.label.review" : "Awaiting Immunohistochemistry Review" , + "cytology.label.title" : "Cytology" , + "cytology.label.specimen" : "Specimen Adequacy" , + "cytology.label.negative" : "Negative For Intraepithelial Lesion or Malignancy" , + "cytology.label.cellabnomality" : "Epithelial Cell Abnomality" , + "cytology.label.squamous" : "Squamous" , + "cytology.label.glandular" : "Glandular" , + "cytology.label.other" : "Other Malignant Neoplasms" , + "cytology.label.neoplastic" : "Non-neoplastic cellular variations" , + "cytology.label.reactive" : "Reactive cellular changes" , + "cytology.label.organisms" : "Organisms" , + "cytology.label.otherResult" : " Other Diagnosis Result" , + "cytology.label.review" : "Awaiting Cytopathologist Review" , + "header.label.version" :"Version:", + "header.label.logout" :"Logout" , + "header.label.selectlocale" : "Select Locale" , + "sidenav.label.order" : "Order", + "sidenav.label.addorder" : "Add Order" , + "sidenav.label.editorder" : "Edit Order" , + "sidenav.label.incomingorder" : "Incoming Orders", + "sidenav.label.batchorder" : "Batch Order Entry" , + "sidenav.label.barcode" : "Barcode" , + "banner.menu.patient" : "Patient" , + "banner.menu.patient.addOrEdit" : "Add/Edit Patient" , + "banner.menu.patient.Create" : "Study" , + "banner.menu.patienthistory" : "Patient History" , + "banner.menu.nonconformity" : "Non-Conform", + "banner.menu.nonconformity.report" : "Report Non-Conforming Event" , + "banner.menu.nonconformity.view" : "View New Non-Conforming Events" , + "banner.menu.nonconformity.correctiveActions" : "Corrective actions" , + "sidenav.label.workplan" : "Workplan", + "sidenav.label.workplan.test" : "By Test Type", + "sidenav.label.workplan.panel" : "By Panel Type" , + "sidenav.label.workplan.unit" : "By Unit" , + "sidenav.label.workplan.priority" : "By Priority" , + "sidenav.label.pathology" : "Pathology", + "sidenav.label.immunochem" : "Immunohistochemistry", + "sidenav.label.cytology" : "Cytology" , + "sidenav.label.pathology.dashboard" : "DashBoard" , + "sidenav.label.results" : "Results", + "sidenav.label.results.unit" : "By Unit", + "sidenav.label.results.patient" : "By Patient" , + "sidenav.label.results.order" : "By Order" , + "sidenav.label.results.testdate" : "By Test Date" , + "sidenav.label.results.byrange" : "By Range of Order numbers" , + "sidenav.label.validation" : "Validation" , + "sidenav.label.validation.routine" : "Routine", + "sidenav.label.validation.study" : "Study", + "sidenav.label.validation.order" : "Search By Order" , + "sidenav.label.validation.testdate" : "Search By Test Date" , + "sidenav.label.reports" : "Reports" , + "sidenav.label.reports.routine" : "Routine" , + "sidenav.label.reports.study" : "Study" , + "sidenav.label.admin" : "Admin" , + "sidenav.label.admin.testmgt" : "Test Management" , + "sidenav.label.admin.testmgt.reflex" : "Reflex Tests Management" , + "sidenav.label.admin.testmgt.calculated" : "Calculated Value Tests Management" , + "sidenav.label.admin.program" : "Program Entry" , + "sidenav.label.admin.organizationmgt" : "Organization Management" , + "sidenav.label.admin.usermgt" : "User Management", + "sidenav.label.admin.labNumber" : "Lab Number Management", + "sidenav.title.statusreport":"Patient Status Report", + "sidenav.label.statusreport": "Patient Status Report", + "sidenav.title.aggregatereport":"Aggregate Reports", + "sidenav.label.statisticsreport" :"Statistics Report", + "sideNav.title.rejectionreport":"Rejection Report", + "sideNav.label.rejectionreport":"Rejection Report", + "sidenav.label.testsummary" :"Summary of All Tests", + "sideNav.label.hivtestsummary":"HIV Test Summary", + "sideNav.title.activityreport" :"Activity Report", + "sideNav.title.referredtestreport":"Referred Tests Report", + "sideNav.title.noncomformityreports":"Non conformity Reports", + "sideNav.label.bytesttype":"By Test Type", + "sideNav.label.bypaneltype":"By Panel Type", + "sideNav.label.byunit" :"By Unit", + "sideNav.label.referredtestreport" : "Referred Tests Report", + "sideNav.label.noncomformityreportsbydate": "By Date", + "sideNav.label.noncomformityreportsbyunit" :"By Unit and Reason", + "sideNav.title.delayedvalidation":"Delayed Validation", + "sideNav.label.delayedvalidation" : "Delayed Validation", + "sideNav.title.audittrail" :"Audit Trail", + "sideNav.label.audittrail" :"Audit Trail", + "sideNav.title.exportcsvfile" :"Export Routine CSV file", + "sideNav.label.exportcsvfile" :"Export Routine CSV file", + "sideNav.label.noncomformityreportsbylabno": "By Lab No", + "sideNav.label.noncomformitynotification" :"Non-conformity Notification", + "sideNav.label.followuprequired":"Follow-up Required", + "sideNav.title.exportbydate":"Export By Date", + "sideNav.label.generalreport": "General Report", + "sideNav.label.viralloaddataexport" :"Viral Load Data Export", + "sideNav.title.arvreports":"ARV Reports", + "sideNav.label.arvreports1":"ARV Initial Version 1", + "sideNav.label.arvreports2":"ARV Initial Version 2", + "sideNav.label.arvfollowup1":"ARV Follow-up Version 1", + "sideNav.label.arvfollowup2":"ARV Follow-up Version 2", + "sideNav.label.arvversion1": "ARV-Version 1", + "sideNav.title.eidreports" :"EID Reports", + "sideNav.label.eidreports1" :"EID Version 1", + "sideNav.label.eidreports2" :"EID Version 2", + "sideNav.title.vlreport":"VL Report", + "sideNav.label.vlversionnational":"VL version Nationale", + "sideNav.title.intermediatereport" : "Intermediate Report", + "sideNav.label.intermediatereport1":"Intermediate Version 1", + "sideNav.label.intermediatereport2":"Intermediate Version 2", + "sideNav.label.intermediatebyservice":"Intermediate By Service", + "sideNav.title.specialrequest":"Special Request ", + "sideNav.label.specialrequest":"Special Request ", + "sideNav.title.collectedarvpatientreports":"Collected ARV patient Report", + "sideNav.label.collectedarvpatientreports":"Collected ARV patient Report", + "sideNav.title.associatedpatientreport" :"Associated Patient Report", + "sideNav.label.associatedpatientreport" :"Associated Patient Report", + "sideNav.title.indicator":"Indicator", + "sideNav.label.sectionperformance":"Section Performance", + "patient.label.name" : "Name" , + "patient.label.sex" : "Sex" , + "patient.label.age" : "Age" , + "patient.label.nopatientid" : "Patient Id Doest Exist" , + "sample.label.orderdate" : "Oder Date" , + "sample.label.labnumber" : "Lab Number" , + "sample.label.labnumber.generate": "Generate", + "sample.label.facility" : "Referring Facility", + "sample.label.requester" : "Requester" , + "sample.label.dept" : "Ward/Dept/Unit" , + "label.button.uploadfile": "Upload file" , + "label.button.select": "Select" , + "label.button.add": "Add", + "order.title": "ORDER", + "label.text.generate": "generate", + "label.order.scan.text": "Scan OR Enter Manually OR", + "order.reception.time": "Reception Time (hh:mm) :", + "order.site.name": "Site Name:", + "order.search.site.name": "Search site Name", + "order.invalid.site.name": "Invalid site name", + "order.department.label": "ward/dept/unit:", + "order.search.requester.label": "Search Requester", + "order.invalid.requester.name.label": "invalid requester name", + "order.requester.firstName.label": "Requester's FirstName:", + "order.requester.lastName.label": "Requester's LastName:", + "order.requester.phone.label": "Requester Phone:", + "order.requester.fax.label": "Requester's Fax Number:", + "order.requester.email.label": "Requester's Email:", + "order.payment.status.label": "Patient payment status:", + "order.sampling.performed.label": "Sampling performed for analysis:", + "order.if.other.label": "if Other specify:", + "order.remember.site.and.requester.label": "Remember site and requester", + "order.result.reporting.heading": "RESULT REPORTING", + "sample.remove.action": "Remove Sample", + "sample.add.action": "Add Sample", + "order.test.request.heading": "Test Request", + "order.step.patient.info": "Patient Info", + "order.step.program.selection": "Program Selection", + "back.action.button": "Back", + "next.action.button": "Next", + "save.order.success.msg": "Sample Order Entry has been saved successfully", + "server.error.msg": "Oops, Server error please contact administrator", + "notification.title": "Notification Message", + "select.default.option.label": "Choose an option", + "yes.option": "Yes", + "no.option": "No", + "label.program": "Program", + "referral.label.testmethod":"Methods", + "referral.label.reason": "Referral Reason", + "referral.label.institute" :"Institute", + "referral.label.testtoperform":"Test to Perform", + "referral.label.sentdate" :"Sent Date", + "patient.label": "Patient", + "requester.label": "Requester", + "search.patient.label": "Search for Patient", + "referral.testresult.pastnote":"Past Notes", + "new.patient.label": "New Patient", + "sample.select.type": "Select sample type", + "sample.reject.label": "Reject Sample", + "sample.collection.date": "Collection Date", + "sample.collection.time": "Collection Time", + "collector.label" : "Collector", + "sample.search.panel.legend.text" : "Search through the available panels", + "sample.panel.label.text" : "Search Available panel", + "sample.panel.placeholder" : "Choose Available panel", + "sample.panel.search.error.msg": "No panel found matching", + "delete.success.msg": "Successfully Deleted", + "delete.error.msg": "Error while Deleting", + "success.add.edited.msg": "Successfully Added/Edited", + "error.add.edited.msg": "Error while Editing/Adding", + "edit.add.program.title" : "Add/Edit Program", + "new.program.label" : "New Program", + "program.name.label" : "Program Name", + "test.section.label" : "Test Section", + "assigned.technician.label": "Technician Assigned", + "assigned.pathologist.label" : "Pathologist Assigned", + "pathology.label.slide.number": "slide number", + "pathology.label.location": "Location", + "workplan.panel.selection.error.msg" : "This is an invalid error message.", + "home.label" : "Home", + "dashboard.in.progress.label": "In Progress", + "dashboard.in.progress.subtitle.label": "Awaiting Result Entry", + "dashboard.validation.ready.label": "Ready For Validation", + "dashboard.validation.ready.subtitle.label": "Awaiting Review", + "dashboard.complete.orders.label": "Orders Completed Today", + "dashboard.orders.subtitle.label": "Total Orders Completed Today", + "dashboard.turn.around.label": "Delayed Turn Around", + "dashboard.turn.around.subtitle.label": "More Than 96 hours", + "dashboard.avg.turn.around.label": "Average Turn Around time", + "dashboard.partially.completed.label": "Partially Completed Today", + "dashboard.partially.completed..subtitle.label": "Total Orders Completed Today", + "dashboard.user.orders.label": "Orders Entered By User", + "dashboard.user.orders.subtitle.label": "Entered by user Today", + "dashboard.rejected.orders": "Orders Rejected", + "dashboard.rejected.orders.subtitle": "Rejected By Lab Today", + "dashboard.unprints.results.label": "Un Printed Results", + "dashboard.unprints.results.subtitle.label": "Un Prited Results Today", + "label.electronic.orders" : "Electronic Orders", + "patient.dob": "Date of Birth", + "patient.male": "Male", + "patient.female": "Female", + "patient.first.name": "First Name", + "patient.last.name": "Last Name", + "patient.prev.lab.no": "Previous Lab Number", + "patient.id": "Patient Id", + "patient.age.years": "Age/Years", + "patient.age.months": "Months", + "patient.age.days": "Days", + "patient.address.town": "Town", + "patient.address.street": "Street", + "patient.address.camp": "Camp/Commune", + "patient.address.healthregion": "Region", + "patient.address.healthdistrict": "District", + "pateint.eduction": "Education", + "patient.maritalstatus": "Marital Status", + "patient.nationality": "Nationality", + "patient.nationality.other": "Specify Other nationality", + "patientcontact.person.firstname":"Contact first name", + "patientcontact.person.lastname": "Contact last name", + "patientcontact.person.email": "Contact Email", + "patient.label.contactphone": "Contact Phone:{PHONE_FORMAT}", + "patient.label.primaryphone": "Primary phone:{PHONE_FORMAT}", + "patient.gender": "Gender", + "label.button.externalsearch": "External Search", + "label.button.select.status": "Select Status" , + "label.button.select.technician": "Select Technician" , + "label.button.select.pathologist": "Select Pathologist" , + "label.button.select.test": "Select Test", + "assigned.cytopathologist.label" : "CytoPathologist Assigned" , + "label.search.patient" : "Search Patient" , + "immunohistochemistry.label.dashboard" : "Immunohistochemistry DashBoard" , + "cytology.label.dashboard" : "Cytology DashBoard" , + "label.button.start" : "Start" , + "label.button.sample" : "Sample" , + "search.label.accession" : "Enter Accession Number" , + "search.label.testunit" : "Select Test Unit" , + "search.label.testdate" : "Enter Test Date" , + "search.label.collectiondate" : "Enter Collection Date" , + "search.label.recieveddate" : "Enter Recieved Date" , + "search.label.fromaccession" : "From Accesion Number" , + "search.label.toaccession" : "To Accesion Number" , + "search.label.loadnext" : "Load Next 99 Records Starting at Lab Number" , + "search.label.analysis" : "Select Analysis Status" , + "search.label.test" : "Select Test Name" , + "search.label.sample" : "Select Sample Status" , + "pathology.label.report" : "Pathology Report", + "patient.natioanalid":"National ID", + "patient.label.additionalInfo": "Additional Information" , + "sample.label.orderpanel":"Order Panels", + "sample.label.noorder":"Order Doesnt Exist", + "sample.label.labnumber.new" : "New Lab Number" , + "sample.label.search.labnumber" : "Search By Accesion Number" , + "sample.label.search.patient" : "Search By Patient" , + "sample.label.search.Order" : "Search Order" , + "label.button.remove.slide": "Remove Slide", + "label.button.remove.block": "Remove Block", + "label.button.remove.report": "Remove Report", + "pathology.label.block.number": "Block number", + "pathology.label.block.add.number": "Number of Blocks to add", + "pathology.label.slide.add.number": "Number of Slides to add", + "button.label.genarateReport" : "Generate Report", + "emergencyContactInfo.title":"Emergency Contact Info", + "button.label.showHidePram" : "Show/Hide Report Parameter" , + "immunohistochemistry.label.numberOfCancer" : "Number of Cancer nuclei", + "immunohistochemistry.label.averageHer2" : "Average HER2 per nucleus" , + "immunohistochemistry.label.averageChrom" : "Average Chromozome 17 Sinals per nucleus", + "immunohistochemistry.label.ihcRatio" : "Ratio of Her2/neu Signals to Chromozome 17", + "immunohistochemistry.label.ihcScore" : "IHC (Cerb2 Score)" , + "immunohistochemistry.label.her2Pattern" : "CerbB2/HER 2 staining pattern" , + "immunohistochemistry.label.historicalDiagnosis" : "Histological Diagnosis", + "immunohistochemistry.label.molecularType" : " Molecular SubType" , + "immunohistochemistry.label.cellPercent" : "% of cell show nuclear staining with", + "immunohistochemistry.label.cellIntensity" : "intensity . Allred score", + "immunohistochemistry.label.outOf8" : "out of 8" , + "immunohistochemistry.label.mibName" : " MiB 1(ki-67) (Proliferative Index): ", + "immunohistochemistry.label.tumorCells" :"of tumor cells positive (cut of 20%)", + "immunohistochemistry.label.her2Assesment" :"HER 2 protein assesment is" , + "immunohistochemistry.label.her2ScoreOf" :"with a Score of", + "configure.labNumber.title" : "Lab Number Management", + "labNumber.type" : "Lab Number Type", + "labNumber.usePrefix": "Use Prefix", + "labNumber.prefix": "Prefix", + "labNumber.format.new": "New Format", + "labNumber.format.current": "Current Format" , + "validation.label.nonconform" : "= Sample or Order is nonconforming or Test has been rejected", + "notification.login.generic.error": "Error while attempting login", + "label.button.login.sso": "SSO Login", + "menu.billing.title": "Billing Menu Management", + "menu.billing.address": "Billing URL", + "menu.billing.active": "Billing Menu Active", + "sidenav.label.admin.menu": "Menu Configuration", + "sidenav.label.admin.menu.billing": "Billing Menu Configuration", + "menu.nonconform.title": "Non-Conformity Menu Management", + "menu.nonconform.active": "Non-Conformity Menu Active", + "sidenav.label.admin.menu.nonconform": "Non-Conform Menu Configuration", + "label.showChildren": "Show Child Elements", + "menu.patient.title": "Patient Menu Management", + "menu.patient.active": "Patient Menu Active", + "sidenav.label.admin.menu.patient": "Patient Menu Configuration", + "banner.menu.createInitial": "Initial Entry", + "banner.menu.createDouble": "Double Entry", + "banner.menu.patientEdit": "Edit", + "banner.menu.patientConsult": "View", + "sidenav.label.admin.menu.study": "Study Menu Configuration", + "menu.study.title": "Study Menu Configuration", + "menu.study.active": "Study Menu Active", + "banner.menu.sampleConsult": "View", + "banner.menu.sampleCreate" : "Study", + "banner.menu.study.eorders" : "Electronic Orders", + "banner.menu.reports.study": "Study", + "reports.export.byDate": "Export By Date", + "reports.export.byDate_routine": "Export Routine CSV File", + "reports.export.general": "General export", + "reports.export.valid": "Valid", + "reports.export.specific":"Viral Load Data Export", + "reports.auditTrail": "Audit Trail", + "openreports.patientreports.title": "Patient Status Report", + "reports.patient.ARV.version1 ": "ARV-Version 1", + "reports.patient.ARVFollowup.version1": "ARV Follow-up Version 1", + "reports.patient.ARVFollowup.version2": "ARV Follow-up Version 2", + "reports.patient.ARVInitial.version1": "ARV Initial Version 1", + "reports.patient.ARVInitial.version2": "ARV Initial Version 2", + "reports.patient.Indeterminate.location": "Indeterminate by Service", + "reports.patient.Indeterminate.version1": "Indeterminate Version 1", + "reports.patient.Indeterminate.version2": "Indeterminate Version 2", + "patient.report.associated.name": "Associated Patient Report", + "patient.report.collection.name": "Collected ARV Patient Report", + "project.ARVFollowupStudy.name": "Follow-up ARV", + "project.ARVStudies.name": "ARV", + "project.ARVStudy.name": "Initial ARV", + "project.EIDStudy.name": "EID", + "project.IndeterminateStudy.name": "Indeterminate", + "project.RTNStudy.name": "RTN", + "project.Recency.name": "Recency Testing", + "project.SequencingStudy.name": "Sequencing", + "project.SpecialRequestStudy.name": "Special Request", + "project.VLStudy.name": "VL", + "project.add.subtitle": "Add Project", + "project.add.title": "Add Project", + "project.browse.title": "Project", + "project.completedDate": "Completed Date", + "project.desc.short": "Project Descr.", + "project.description": "Project Description", + "project.edit.subtitle": "Edit Project", + "project.edit.title": "Edit Project", + "project.external.reference": "External Reference", + "openreports.patient.EID.version1": "EID Version 1", + "openreports.patient.EID.version2": "EID Version 2", + "openreports.patient.VL.version1": "VL Version Nationale", + "reports.patient.ARV.version1": "ARV-Version", + "reports.label.indicator": "Indicator", + "reports.label.indicator.performance": "Section Performance", + "banner.menu.report.validation.backlog": "Delayed Validation", + "reports.menu.covid": "Covid Report", + "reports.nonConformity.byDate.report": "By Date", + "reports.nonConformity.byLabno.report": "By Labno", + "reports.nonConformity.bySectionReason.report": "By Unit and Reason", + "reports.nonConformity.bySectionReason.title": "Non Conformity Report by Unit and Reason", + "reports.nonConformity.menu": "Non Conformity Reports", + "reports.nonConformity.notification.report": "Non-conformity notification", + "banner.menu.resultvalidation": "Validation", + "banner.menu.resultvalidation.bacteria": "Bacteria", + "banner.menu.resultvalidation.bench": "By Bench", + "banner.menu.resultvalidation.biochemistry": "Biochemistry", + "banner.menu.resultvalidation.cytobacteriology": "Cytobacteriology", + "banner.menu.resultvalidation.dnapcr": "DNA PCR", + "banner.menu.resultvalidation.ecbu": "ECBU", + "banner.menu.resultvalidation.endocrinologie": "Endocrinology", + "banner.menu.resultvalidation.genotyping": "Genotyping", + "banner.menu.resultvalidation.hemato-immunology": "Hemato-Immunology", + "banner.menu.resultvalidation.hematology": "Hematology", + "banner.menu.resultvalidation.immunology": "Immunology", + "banner.menu.resultvalidation.immunology.Haiti": "Immunology-Virology", + "banner.menu.resultvalidation.immunologyHematology": "Immunology - Hematology", + "banner.menu.resultvalidation.liquidBio": "Liquid Biology", + "banner.menu.resultvalidation.malaria": "Malaria", + "banner.menu.resultvalidation.molecularBio": "Molecular Biology", + "banner.menu.resultvalidation.mycobacteriology": "Mycobacteriology", + "banner.menu.resultvalidation.mycology": "Mycology", + "banner.menu.resultvalidation.parasitology": "Parasitology", + "banner.menu.resultvalidation.serology": "Serology", + "banner.menu.resultvalidation.serology-immunology": "Serology-Immunology", + "banner.menu.resultvalidation.viralload": "Viral Load", + "banner.menu.resultvalidation.virology": "Virology", + "banner.menu.resultvalidation_routine": "Routine", + "banner.menu.resultvalidation_study": "Study", + "reports.followupRequired.byLocation": "Follow-up Required", + "button.label.loadnext": "Load Next Bundle", + "button.label.loadprevious": "Load Previous Bundle", + "sample.requestDate": "Request Date", + "select.program": "Program", + "referrer.label":"referrer", + "provider.email": "Email", + "print.barcode":"Print Barcode", + "save.success":"Save successful", + "request.samesite.order":"Place same site order", + "label.search.availablepanel":"Search Available panel", + "choose.availablepanel":"Choose Available panel", + "legend.search.availabletests":"Search through the available tests", + "label.search.available.targetest":"Search Available Tests", + "holder.choose.availabletest":"Choose Available Test", + "title.notestfoundmatching":"No test Found Matching", + "label.refertest.referencelab":"Refer test to a reference lab" } From 8cd46bcb8a88dfedf73eee935ad286cac9e975d1 Mon Sep 17 00:00:00 2001 From: jona42-ui Date: Wed, 6 Dec 2023 20:42:40 +0300 Subject: [PATCH 7/8] resolve failing hook rules --- frontend/src/components/addOrder/OrderReferralRequest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/addOrder/OrderReferralRequest.js b/frontend/src/components/addOrder/OrderReferralRequest.js index fde258b52d..133b9871cd 100644 --- a/frontend/src/components/addOrder/OrderReferralRequest.js +++ b/frontend/src/components/addOrder/OrderReferralRequest.js @@ -21,7 +21,6 @@ function requiredSymbol(value) { ); } -const intl = useIntl(); const header = [ { key: "reason", header: requiredSymbol(intl.formatMessage({ id: "referral.label.reason"})) }, { key: "referrer", header: intl.formatMessage({ id: "referrer.label" })}, @@ -42,6 +41,7 @@ const OrderReferralRequest = ({ referralRequests, setReferralRequests, }) => { + const intl = useIntl(); const [referralRows, setReferralRows] = useState([]); const { userSessionDetails } = useContext(UserSessionDetailsContext); From c4164c7eed5de5a43f7a49974f1cf9e75b833627 Mon Sep 17 00:00:00 2001 From: jona42-ui Date: Wed, 6 Dec 2023 20:54:02 +0300 Subject: [PATCH 8/8] minor changes --- .../addOrder/OrderReferralRequest.js | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/addOrder/OrderReferralRequest.js b/frontend/src/components/addOrder/OrderReferralRequest.js index 133b9871cd..f63cb4b13b 100644 --- a/frontend/src/components/addOrder/OrderReferralRequest.js +++ b/frontend/src/components/addOrder/OrderReferralRequest.js @@ -21,17 +21,6 @@ function requiredSymbol(value) { ); } -const header = [ - { key: "reason", header: requiredSymbol(intl.formatMessage({ id: "referral.label.reason"})) }, - { key: "referrer", header: intl.formatMessage({ id: "referrer.label" })}, - { - key: "institute", - header: requiredSymbol(intl.formatMessage({ id: "referral.label.institute"})), - }, - { key: "", header:intl.formatMessage({ id: "referral.label.sentdate"}) + "\n" + "(dd/mm/yyyy)" }, - { key: "name", header: requiredSymbol(intl.formatMessage({ id: "search.label.test" })) }, - -]; const OrderReferralRequest = ({ index, @@ -71,6 +60,18 @@ const OrderReferralRequest = ({ } } + const header = [ + { key: "reason", header: requiredSymbol(intl.formatMessage({ id: "referral.label.reason"})) }, + { key: "referrer", header: intl.formatMessage({ id: "referrer.label" })}, + { + key: "institute", + header: requiredSymbol(intl.formatMessage({ id: "referral.label.institute"})), + }, + { key: "", header:intl.formatMessage({ id: "referral.label.sentdate"}) + "\n" + "(dd/mm/yyyy)" }, + { key: "name", header: requiredSymbol(intl.formatMessage({ id: "search.label.test" })) }, + + ]; + const updateUIRender = () => { const rows = []; let obj = {};