Merge branch 'migration' of github.com:dikstub-rssa/simrs-be into feat/patient

This commit is contained in:
dpurbosakti
2025-09-03 14:32:55 +07:00
7 changed files with 161 additions and 6 deletions
@@ -14,6 +14,7 @@ import (
doctor "simrs-vx/internal/domain/main-entities/doctor"
doctorfee "simrs-vx/internal/domain/main-entities/doctor-fee"
employee "simrs-vx/internal/domain/main-entities/employee"
encounter "simrs-vx/internal/domain/main-entities/encounter"
ethnic "simrs-vx/internal/domain/main-entities/ethnic"
infra "simrs-vx/internal/domain/main-entities/infra"
installation "simrs-vx/internal/domain/main-entities/installation"
@@ -125,6 +126,7 @@ func GetEntities() []any {
&language.Language{},
&personrelative.PersonRelative{},
&patient.Patient{},
&encounter.Encounter{},
}
}