patient

package
v0.0.0-...-2741532 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Create

type Create interface {
	Execute(ctx context.Context, request *dto.CreatePatientRequest, caregiverID *uint64) (*dto.CreatePatientResponse, *apierr.Message)
}

type Delete

type Delete interface {
	Execute(ctx context.Context, patientID *uint64) *apierr.Message
}

type GetPatient

type GetPatient interface {
	Execute(ctx context.Context, patientID *uint64) (*dto.GetPatientResponse, *apierr.Message)
}

type NewPatientSession

type NewPatientSession interface {
	Execute(ctx context.Context, request *dto.NewPatientSessionRequest, socketID string) (*dto.NewPatientSessionResponse, *apierr.Message)
}

type RefreshSessionQR

type RefreshSessionQR interface {
	Execute(ctx context.Context, request *dto.RefreshSessionQRRequest, socketID string) (*dto.RefreshSessionQRResponse, *apierr.Message)
}

type Update

type Update interface {
	Execute(ctx context.Context, request *dto.UpdatePatientRequest, patientID *uint64) (*dto.UpdatePatientResponse, *apierr.Message)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL