Merge branch 'migration' of https://github.com/dikstub-rssa/simrs-be into feat/sync-from-simx-160
This commit is contained in:
No files matched your search
@@ -123,6 +123,7 @@ const (
|
||||
DTCGC DocTypeCode = "general-consent"
|
||||
DTCVSCL DocTypeCode = "vclaim-control-letter" // vclaim control letter
|
||||
DTCResume DocTypeCode = "resume" // Resume
|
||||
DTCScreening DocTypeCode = "screening" // Screening
|
||||
|
||||
ETCPerson EntityTypeCode = "person"
|
||||
ETCEncounter EntityTypeCode = "encounter"
|
||||
|
||||
@@ -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 (
|
||||
@@ -44,14 +45,17 @@ const (
|
||||
ITGCDocFee ItemGroupCode = "doctor-fee"
|
||||
ITGCMedAct ItemGroupCode = "medical-action"
|
||||
|
||||
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
|
||||
IFGCCounter InfraGroupCode = "counter" // Counter
|
||||
IFGCPubScreen InfraGroupCode = "public-screen" // Public Screen
|
||||
IFGCBuilding InfraGroupCode = "building" // Bangunan
|
||||
IFGCFloor InfraGroupCode = "floor" // Lantai
|
||||
IFGCProcedureRoom InfraGroupCode = "procedure-room" // Ruang Tindakan
|
||||
IFGCChamber InfraGroupCode = "chamber" // Kamar
|
||||
IFGCBed InfraGroupCode = "bed" // Ranjang
|
||||
IFGCWarehouse InfraGroupCode = "warehouse" // Gudang/Depo
|
||||
IFGCCounter InfraGroupCode = "counter" // Counter
|
||||
IFGCPubScreen InfraGroupCode = "public-screen" // Public Screen
|
||||
|
||||
PRTCProcedure ProdcedureRoomTypeCode = "procedure" // Ringan
|
||||
PRTCOperating ProdcedureRoomTypeCode = "operating" // Dikamarkan
|
||||
|
||||
UTCReg UnitTypeCode = "reg" // Registrasi
|
||||
UTCExa UnitTypeCode = "exa" // Pemeriksaan
|
||||
|
||||
Reference in New Issue
Block a user