v1alpha

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 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 PatientRecord

type PatientRecord struct {
	ID             primitive.ObjectID `json:"_id" bson:"_id,omitempty"`
	CustomerSource string             `json:"customerSource" bson:"customerSource,omitempty"`
	CustomerID     string             `json:"customerID" bson:"customerID,omitempty"`
	Size           string             `json:"size" bson:"size,omitempty"`
	Species        string             `json:"species" bson:"species,omitempty"`
	Breed          string             `json:"breed" bson:"breed,omitempty"`
	Gender         string             `json:"gender" bson:"gender,omitempty"`
	Name           string             `json:"name" bson:"name,omitempty"`
	Birthday       string             `json:"birthday" bson:"birthday,omitempty"`
	SpecialDetail  string             `json:"specialDetail" bson:"specialDetail,omitempty"`
	AnimalID       string             `json:"animalID" bson:"animalID,omitempty"`
	Color          string             `json:"color" bson:"color,omitempty"`
	ChipNumber     string             `json:"chipNumber" bson:"chipNumber,omitempty"`
	Notes          []string           `json:"notes" bson:"notes,omitempty"`
}

Jump to

Keyboard shortcuts

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