Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdService ¶
type IdService struct {
SqlDB *pgx.Conn
}
func NewIdService ¶
func NewIdService(db *pgx.Conn) IdService
func (*IdService) CreateEncounterTable ¶
Create encounter id table
func (*IdService) CreatePatientTable ¶
Create patient id table
type LoincService ¶
type LoincService struct {
RedisClient *redisearch.Client
}
func (*LoincService) ImportLoinc ¶
func (l *LoincService) ImportLoinc() error
type SeedService ¶
type SeedService struct { UserService service.UserService RoleService service.RoleService }
Click to show internal directories.
Click to hide internal directories.