feat/order-things: adjust entities
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
package organization
|
||||
|
||||
type (
|
||||
ContractPositionCode string
|
||||
EmployeePositionCode string
|
||||
InternPosisitionCode string
|
||||
ItemGroupCode string
|
||||
InfraGroupCode string
|
||||
UnitTypeCode string
|
||||
DoctorFeeTypeCode string
|
||||
ActionBillingCode string
|
||||
ContractPositionCode string
|
||||
EmployeePositionCode string
|
||||
InternPosisitionCode string
|
||||
ItemGroupCode string
|
||||
InfraGroupCode string
|
||||
ProdcedureRoomTypeCode string
|
||||
UnitTypeCode string
|
||||
DoctorFeeTypeCode string
|
||||
ActionBillingCode string
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -53,6 +54,9 @@ const (
|
||||
IFGCCounter InfraGroupCode = "counter" // Counter
|
||||
IFGCPubScreen InfraGroupCode = "public-screen" // Public Screen
|
||||
|
||||
PRTLight ProdcedureRoomTypeCode = "light" // Ringan
|
||||
PRTSurgery ProdcedureRoomTypeCode = "roomed" // Dikamarkan
|
||||
|
||||
UTCReg UnitTypeCode = "reg" // Registrasi
|
||||
UTCExa UnitTypeCode = "exa" // Pemeriksaan
|
||||
UTCPay UnitTypeCode = "pay" // Pembayaran
|
||||
|
||||
Reference in New Issue
Block a user