postgres

package
v0.0.0-...-057cdea Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2022 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPostgresClient

func NewPostgresClient()

Types

type DCMObject

type DCMObject struct {
	bun.BaseModel `bun:"table:dcm_objects"`

	ID                uuid.UUID `bun:",pk,type:uuid"`
	StudyInstanceUID  string    `bun:",type:string,notnull"`
	SeriesInstanceUID string    `bun:",type:string,notnull"`
	SOPInstanceUID    string    `bun:",type:string,notnull"`
	FileLocation      string    `bun:",type:string,notnull"`
	Created           int64     `bun:"type:integer"`
	Updated           int64     `bun:"type:integer"`
}

type DCMSeries

type DCMSeries struct {
}

type DCMStudy

type DCMStudy struct {
}

type PatientIOD

type PatientIOD struct {
	PatientName               string
	PatientID                 string
	PatientIDType             string
	Birthdate                 string
	Gender                    string
	QualityControlSubject     string
	ReferencedPatientSequence []string
}

Jump to

Keyboard shortcuts

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