lengkap belum account

This commit is contained in:
2025-05-15 13:45:45 +07:00
parent 1fb1caaf19
commit fd30463082
28 changed files with 1571 additions and 639 deletions

No files matched your search

+3 -1
View File
@@ -63,7 +63,9 @@ func InsertPatient(c *gin.Context) {
return
}
c.JSON(http.StatusOK, gin.H{
"data": rekamMedikNumber,
"Norm": rekamMedikNumber,
"id": req.ID.Hex(),
"Nama": req.Name,
"message": "Pasien berhasil di Buat",
})
}