Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EfficacyList ¶
type LatelyReport ¶
type LatelyReport struct { Id uint `json:"id" gorm:"column:id"` Name string `json:"name" gorm:"column:name"` Sex string `json:"sex" gorm:"column:sex"` Age uint `json:"age"` ICE string `json:"contact_phone"` BloodType string `json:"blood_type" gorm:"column:blood_type"` BloodSugar string `json:"blood_sugar" gorm:"column:blood_sugar"` HRres string `json:"HRres" gorm:"column:HRres"` BloodConcentration string `json:"blood_concentration" gorm:"column:blood_concentration"` LowTension string `json:"low_tension" gorm:"column:low_tension"` HighTension string `json:"high_tension" gorm:"column:high_tension"` HRV string `json:"HRV" gorm:"column:HRV"` Ph string `json:"ph" gorm:"column:ph"` Mah string `json:"mah" gorm:"column:mah"` Phi string `json:"phi" gorm:"column:phi"` Sh string `json:"sh" gorm:"column:sh"` Hs *bool `json:"hs" gorm:"column:hs"` Pacemaker *bool `json:"pacemaker" gorm:"column:pacemaker"` Other string `json:"other" gorm:"column:other"` CreatedAt time.Time `json:"create_at" gorm:"column:create_at"` }
type QuestionResultResponse ¶
Click to show internal directories.
Click to hide internal directories.