Merge branch 'migration' into feat/action-report

This commit is contained in:
2025-12-01 17:58:36 +07:00
2 changed files with 10 additions and 1 deletions
@@ -23,6 +23,7 @@ type (
LangClassCode string
TranslatorSrcCode string
ScreeningFormTypeCode string
<<<<<<< HEAD
SurgerySizeCode string
SurgerySystemCode string
SurgeryTypeCode string
@@ -30,6 +31,8 @@ type (
BornMortalityCode string
BornLocationCode string
SpecimentDestCode string
=======
>>>>>>> migration
)
const (
@@ -198,6 +201,7 @@ const (
SFTCA ScreeningFormTypeCode = "form-a" // Formu A
SFTCB ScreeningFormTypeCode = "form-b" // Formu B
<<<<<<< HEAD
SSCSmall SurgerySizeCode = ""
SSCMedium SurgerySizeCode = ""
@@ -230,6 +234,8 @@ const (
SDCMicro SpecimentDestCode = ""
SDCLab SpecimentDestCode = ""
SDCNone SpecimentDestCode = ""
=======
>>>>>>> migration
)
type Soapi struct {