Merge branch 'migration' into feat/action-report
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user