models

package
v0.0.0-...-12eb309 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExamsResult

type ExamsResult struct {
	Patient  Patient
	Exams    map[string]int
	Modality string
}

type Patient

type Patient struct {
	ID        string    `firestore:"patient_id" json:"id"`
	Name      string    `firestore:"name" json:"name"`
	Birthdate time.Time `firestore:"birthdate" json:"birthdate"`
	Diagnosis string    `firestore:"diagnosis" json:"diagnosis"`
	Sex       bool      `firestore:"sex" json:"sex"`
}

Jump to

Keyboard shortcuts

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