clinicalresults

package
v0.0.0-...-009ff64 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the clinicalresults type in the database.
	Label = "clinical_results"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldGeneralDiscomfort holds the string denoting the generaldiscomfort vertex property in the database.
	FieldGeneralDiscomfort = "general_discomfort"
	// FieldFever holds the string denoting the fever vertex property in the database.
	FieldFever = "fever"
	// FieldThirdAge holds the string denoting the thirdage vertex property in the database.
	FieldThirdAge = "third_age"
	// FieldDyspnea holds the string denoting the dyspnea vertex property in the database.
	FieldDyspnea = "dyspnea"

	// Table holds the table name of the clinicalresults in the database.
	Table = "clinical_results"
	// TestTable is the table the holds the test relation/edge.
	TestTable = "clinical_results"
	// TestInverseTable is the table name for the Test entity.
	// It exists in this package in order to avoid circular dependency with the "test" package.
	TestInverseTable = "tests"
	// TestColumn is the table column denoting the test relation/edge.
	TestColumn = "test_clinical"
)

Variables

Columns holds all SQL columns for clinicalresults fields.

View Source
var ForeignKeys = []string{
	"test_clinical",
}

ForeignKeys holds the SQL foreign-keys that are owned by the ClinicalResults type.

Functions

func And

And groups list of predicates with the AND operator between them.

func Dyspnea

func Dyspnea(v bool) predicate.ClinicalResults

Dyspnea applies equality check predicate on the "dyspnea" field. It's identical to DyspneaEQ.

func DyspneaEQ

func DyspneaEQ(v bool) predicate.ClinicalResults

DyspneaEQ applies the EQ predicate on the "dyspnea" field.

func DyspneaNEQ

func DyspneaNEQ(v bool) predicate.ClinicalResults

DyspneaNEQ applies the NEQ predicate on the "dyspnea" field.

func Fever

Fever applies equality check predicate on the "fever" field. It's identical to FeverEQ.

func FeverEQ

func FeverEQ(v bool) predicate.ClinicalResults

FeverEQ applies the EQ predicate on the "fever" field.

func FeverNEQ

func FeverNEQ(v bool) predicate.ClinicalResults

FeverNEQ applies the NEQ predicate on the "fever" field.

func GeneralDiscomfort

func GeneralDiscomfort(v bool) predicate.ClinicalResults

GeneralDiscomfort applies equality check predicate on the "generalDiscomfort" field. It's identical to GeneralDiscomfortEQ.

func GeneralDiscomfortEQ

func GeneralDiscomfortEQ(v bool) predicate.ClinicalResults

GeneralDiscomfortEQ applies the EQ predicate on the "generalDiscomfort" field.

func GeneralDiscomfortNEQ

func GeneralDiscomfortNEQ(v bool) predicate.ClinicalResults

GeneralDiscomfortNEQ applies the NEQ predicate on the "generalDiscomfort" field.

func HasTest

func HasTest() predicate.ClinicalResults

HasTest applies the HasEdge predicate on the "test" edge.

func HasTestWith

func HasTestWith(preds ...predicate.Test) predicate.ClinicalResults

HasTestWith applies the HasEdge predicate on the "test" edge with a given conditions (other predicates).

func ID

ID filters vertices based on their identifier.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...uuid.UUID) predicate.ClinicalResults

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...uuid.UUID) predicate.ClinicalResults

IDNotIn applies the NotIn predicate on the ID field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups list of predicates with the OR operator between them.

func ThirdAge

func ThirdAge(v bool) predicate.ClinicalResults

ThirdAge applies equality check predicate on the "thirdAge" field. It's identical to ThirdAgeEQ.

func ThirdAgeEQ

func ThirdAgeEQ(v bool) predicate.ClinicalResults

ThirdAgeEQ applies the EQ predicate on the "thirdAge" field.

func ThirdAgeNEQ

func ThirdAgeNEQ(v bool) predicate.ClinicalResults

ThirdAgeNEQ applies the NEQ predicate on the "thirdAge" field.

Types

This section is empty.

Jump to

Keyboard shortcuts

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