add chart tab kepesertaan

This commit is contained in:
2024-06-27 15:56:43 +07:00
parent 2a25c60cc2
commit 1c7e223195
3 changed files with 286 additions and 73 deletions

View File

@@ -0,0 +1,16 @@
package models
type TotalPesertaModel struct {
Peserta int `db:"peserta"`
Mgm_McuTotalParticipant int `db:"Mgm_McuTotalParticipant"`
}
type GenderPesertaModel struct {
M_PatientGender string `db:"M_PatientGender"`
Jumlah int `db:"Jumlah"`
}
type UmurPesertaModel struct {
Umur string `db:"umur"`
Total int `db:"total"`
}