update terbaru
This commit is contained in:
No files matched your search
@@ -202,6 +202,18 @@ func Migrasilokasi(c *gin.Context) {
|
||||
},
|
||||
Text: lokasi.Partial,
|
||||
},
|
||||
{
|
||||
Coding: []_struct.Coding{
|
||||
{
|
||||
System: "",
|
||||
Version: "",
|
||||
Code: "SMF",
|
||||
Display: lokasi.KodeSMF,
|
||||
UserSelected: true,
|
||||
},
|
||||
},
|
||||
Text: lokasi.NamaSMF,
|
||||
},
|
||||
}
|
||||
fhirLokasi.Contact = _struct.ExtendedContactDetail{
|
||||
|
||||
@@ -480,7 +492,7 @@ func Migrasilokasi(c *gin.Context) {
|
||||
err := mongoDB.Insertlokasi(fhirLokasi)
|
||||
|
||||
if err != nil {
|
||||
log.Printf("Gagal migrasi data praktisi %s: %v", lokasi.IDRuang, err)
|
||||
log.Printf("Gagal migrasi data lokasi %s: %v", lokasi.IDRuang, err)
|
||||
failedCount++
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user