Documentation ¶
Index ¶
- type CancerService
- func (cancerService *CancerService) CreateCancerOptions(info *cancer.Options) (err error)
- func (cancerService *CancerService) GetCancerOptionsByUid(uid uint) (info cancer.Options, err error)
- func (cancerService *CancerService) GetCancerQuestions() (list []cancer.Questions, err error)
- func (cancerService *CancerService) GetScreenReport(uid uint) (list []cancerRes.ScreenReport, err error)
- func (cancerService *CancerService) UpdateCancerOptions(id uint, co *cancer.Options) (err error)
- type ServiceGroup
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancerService ¶
type CancerService struct{}
func (*CancerService) CreateCancerOptions ¶
func (cancerService *CancerService) CreateCancerOptions(info *cancer.Options) (err error)
CreateCancerOptions 创建癌症选项集
func (*CancerService) GetCancerOptionsByUid ¶
func (cancerService *CancerService) GetCancerOptionsByUid(uid uint) (info cancer.Options, err error)
GetCancerOptionsByUid 获取用户癌症选项集
func (*CancerService) GetCancerQuestions ¶
func (cancerService *CancerService) GetCancerQuestions() (list []cancer.Questions, err error)
GetCancerQuestions 获取癌症问题列表
func (*CancerService) GetScreenReport ¶
func (cancerService *CancerService) GetScreenReport(uid uint) (list []cancerRes.ScreenReport, err error)
GetScreenReport 获取筛查报告
func (*CancerService) UpdateCancerOptions ¶
func (cancerService *CancerService) UpdateCancerOptions(id uint, co *cancer.Options) (err error)
UpdateCancerOptions 更新用户健康管理标签
type ServiceGroup ¶
type ServiceGroup struct {
CancerService
}
Click to show internal directories.
Click to hide internal directories.