feat (vaccine-data): add migration and fix entity
This commit is contained in:
No files matched your search
@@ -32,6 +32,7 @@ type (
|
||||
BornLocationCode string
|
||||
SpecimentDestCode string
|
||||
ProcedureReportType string
|
||||
VaccineTypeCode string
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -243,6 +244,21 @@ const (
|
||||
|
||||
PRTProcedure ProcedureReportType = "procedure"
|
||||
PRTSurgery ProcedureReportType = "surgery"
|
||||
|
||||
VaccineBCG VaccineTypeCode = "BCG" // BCG
|
||||
VaccineIPV VaccineTypeCode = "IPV" // IPV
|
||||
VaccineTD VaccineTypeCode = "TD" // TD
|
||||
VaccinePCVPneumoni VaccineTypeCode = "PCVPneumoni" // PCV pneumoni
|
||||
VaccineRotavirus VaccineTypeCode = "ROTAVIRUS" // ROTAVIRUS
|
||||
VaccineDT VaccineTypeCode = "DT" // DT
|
||||
VaccineTT VaccineTypeCode = "TT" // TT
|
||||
VaccineMRCampak VaccineTypeCode = "MRCampak" // MR / Campak
|
||||
VaccineHB VaccineTypeCode = "HB" // HB
|
||||
VaccineHIV VaccineTypeCode = "HIV" // HIV
|
||||
VaccineDPT VaccineTypeCode = "DPT" // DPT
|
||||
VaccineInfluenzaBType VaccineTypeCode = "INFLUENZABType" // INFLUENSA tipe B
|
||||
VaccinePolioOPV VaccineTypeCode = "PolioOPV" // Polio OPV
|
||||
VaccinePolioDrops VaccineTypeCode = "PolioDrops" // Polio Tetes
|
||||
)
|
||||
|
||||
type Soapi struct {
|
||||
|
||||
Reference in New Issue
Block a user