New Feature menu Radiodiagnostik verifikasi Hasil

This commit is contained in:
2024-11-13 16:58:31 +07:00
parent 0f7bf12ef0
commit 4cdfc00116
8 changed files with 867 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
var CustomMessages = {
en: {
message: {
search: {
resulttype: "Result Type",
examination:"Examination",
noreg: "No. Reg / Name",
status: "Status",
resultcollection: "Result Collection",
},
toolbalTitle: "PATIENT",
tableListPatient: {
noreg: "NO. REG",
name: "NAME",
examination: "EXAMINATION",
verification: "VERIFICATION",
},
tableDetailPatient: {
noreg: "NO. REG",
name: "NAMA",
group: "GROUP",
examination: "EXAMINATION"
}
},
},
id: {
message: {
search: {
resulttype: "Tipe Hasil",
examination:"Pemeriksaan",
noreg: "No. Reg / Nama",
status: "Status",
resultcollection: "Pengambilan Hasil",
},
toolbalTitle: "PASIEN",
tableListPatient: {
noreg: "NO. REG",
name: "NAMA",
examination: "PEMERIKSAAN",
verification: "VERIFIKASI",
},
tableDetailPatient: {
noreg: "NO. REG",
name: "NAMA",
group:"GROUP",
examination: "PEMERIKSAAN"
}
},
},
};