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

# Conflicts:
#	cmd/main-migration/migrations/atlas.sum
#	internal/use-case/main-use-case/encounter/case.go
This commit is contained in:
vanilia
2025-11-04 11:51:19 +07:00
12 changed files with 37 additions and 36 deletions

No files matched your search

@@ -138,7 +138,7 @@ func Create(input e.CreateDto) (*d.Data, error) {
return err
}
if subCodeAmbulatory == ere.ACCCac || subCodeAmbulatory == ere.ACCCad {
if subCodeAmbulatory == ere.ACCChemo {
chemoCreate := ec.CreateDto{
Encounter_Id: &data.Id,
Status_Code: erc.DVCNew,