Merge pull request #31 from dikstub-rssa/feat/be-setup-minio-30

feat (minio): done, upload wip
This commit is contained in:
Munawwirul Jamal
2025-09-24 09:55:59 +07:00
committed by GitHub
9 changed files with 446 additions and 0 deletions

No files matched your search

@@ -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 {