diagnoses

package
v0.0.0-...-884fdb8 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2024 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 Diagnosis

type Diagnosis struct {
	ID           uuid.UUID
	Description  string
	PatientID    uuid.UUID
	CreatedAt    time.Time
	Prescription *string
}

type MockRepository

type MockRepository struct {
	mock.Mock
}

func (*MockRepository) AddDiagnosis

func (m *MockRepository) AddDiagnosis(diagnosis Diagnosis) error

type Repository

type Repository interface {
	AddDiagnosis(diagnosis Diagnosis) error
}

Jump to

Keyboard shortcuts

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