Merge branch 'dev' of github.com:dikstub-rssa/simrs-be into feat/be-upload-berkas-pasien-32

This commit is contained in:
dpurbosakti
2025-09-24 12:20:11 +07:00
9 changed files with 446 additions and 0 deletions
@@ -11,6 +11,7 @@ type (
CheckupScopeCode string
AmbulatoryClassCode string
InpatientClassCode string
UploadCode string
)
const (
@@ -64,6 +65,12 @@ const (
ICCICU InpatientClassCode = "icu" // ICU
ICCHCU InpatientClassCode = "hcu" // HCU
ICCVK InpatientClassCode = "vk" // Verlos kamer
UCPRN UploadCode = "person-resident-number" // Person Resident Number
UCPDL UploadCode = "person-driver-license" // Person Driver License
UCPP UploadCode = "person-passport" // Person Passport
UCPFC UploadCode = "person-family-card" // Person Family Card
UCMIR UploadCode = "mcu-item-result" // Mcu Item Result
)
func (ec EncounterClassCode) Code() string {