update constlist
This commit is contained in:
@@ -9,17 +9,18 @@ type (
|
||||
)
|
||||
|
||||
const (
|
||||
UPCDoc UserPosisitionCode = "doctor" // Dokter
|
||||
UPCNur UserPosisitionCode = "nurse" // Perawat
|
||||
UPCNut UserPosisitionCode = "nutritionist" // Ahli gizi
|
||||
UPCLab UserPosisitionCode = "laborant" // Laboran
|
||||
UPCPha UserPosisitionCode = "pharmacy" // Farmasi
|
||||
UPCPay UserPosisitionCode = "payment" // Pembayaran
|
||||
UPCHur UserPosisitionCode = "human-resource" // Sumber Daya Manusia
|
||||
UPCGea UserPosisitionCode = "general-affair" // Bagian Umu
|
||||
UPCPav UserPosisitionCode = "payment-verificator" // Konfirmasi pembayaran
|
||||
UPCMan UserPosisitionCode = "management" // Manajemen
|
||||
UPCInt UserPosisitionCode = "specialist-intern" // PPDS
|
||||
UPCReg UserPosisitionCode = "registration" // Admisi/Pendaftaran
|
||||
UPCNur UserPosisitionCode = "nurse" // Perawat
|
||||
UPCDoc UserPosisitionCode = "doctor" // Dokter
|
||||
UPCNut UserPosisitionCode = "nutritionist" // Ahli gizi
|
||||
UPCMwi UserPosisitionCode = "mid-wife" // Bidan
|
||||
UPCLab UserPosisitionCode = "laborant" // Laboran
|
||||
UPCPha UserPosisitionCode = "pharmacy" // Farmasi
|
||||
UPCPay UserPosisitionCode = "payment" // Pembayaran
|
||||
UPCHur UserPosisitionCode = "human-resource" // Sumber Daya Manusia
|
||||
UPCGea UserPosisitionCode = "general-affair" // Bagian Umum
|
||||
UPCInt UserPosisitionCode = "specialist-intern" // PPDS
|
||||
UPCMan UserPosisitionCode = "management" // Manajemen
|
||||
|
||||
ITGCInfra ItemGroupCode = "infra"
|
||||
ITGCMedicine ItemGroupCode = "medicine"
|
||||
@@ -30,12 +31,12 @@ const (
|
||||
ITGCEmpFee ItemGroupCode = "employee-fee"
|
||||
ITGCDocFee ItemGroupCode = "doctor-fee"
|
||||
|
||||
IFGCBuilding InfraGroupCode = "building"
|
||||
IFGCFloor InfraGroupCode = "floor"
|
||||
IFGCRoom InfraGroupCode = "room"
|
||||
IFGCChamber InfraGroupCode = "chamber"
|
||||
IFGCBed InfraGroupCode = "bed"
|
||||
IFGCWarehouse InfraGroupCode = "warehouse"
|
||||
IFGCBuilding InfraGroupCode = "building" // Bangunan
|
||||
IFGCFloor InfraGroupCode = "floor" // Lantai
|
||||
IFGCRoom InfraGroupCode = "room" // Ruang
|
||||
IFGCChamber InfraGroupCode = "chamber" // Kamar
|
||||
IFGCBed InfraGroupCode = "bed" // Ranjang
|
||||
IFGCWarehouse InfraGroupCode = "warehouse" // Gudang/Depo
|
||||
|
||||
UTCReg UnitTypeCode = "reg" // Registrasi
|
||||
UTCExa UnitTypeCode = "exa" // Pemeriksaan
|
||||
|
||||
Reference in New Issue
Block a user