ukbb

package
v0.0.0-...-66a4754 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2022 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const CodingFileRootURL = `https://biobank.ctsu.ox.ac.uk/crystal/codown.cgi`

Variables

This section is empty.

Functions

This section is empty.

Types

type CSVQuoteFixReadCloser

type CSVQuoteFixReadCloser struct {
	Close func() error
	// contains filtered or unexported fields
}

CSVQuoteFixReadCloser transparently replaces the invalid \" delimiter with ""

func NewCSVQuoteFixReadCloser

func NewCSVQuoteFixReadCloser(r io.ReadCloser) *CSVQuoteFixReadCloser

func (*CSVQuoteFixReadCloser) Read

func (m *CSVQuoteFixReadCloser) Read(p []byte) (n int, err error)

type DictionaryField

type DictionaryField struct {
	Path         string         `db:"Path"`
	Category     string         `db:"Category"`
	FieldID      int            `db:"FieldID"`
	Field        string         `db:"Field"`
	Participants int            `db:"Participants"`
	Items        int            `db:"Items"`
	Stability    string         `db:"Stability"`
	ValueType    string         `db:"ValueType"`
	Units        sql.NullString `db:"Units"`
	ItemType     string         `db:"ItemType"`
	Strata       string         `db:"Strata"`
	Sexed        string         `db:"Sexed"`
	Instances    int            `db:"Instances"`
	Array        int            `db:"Array"`
	Coding       sql.NullString `db:"coding_file_id"`
	Notes        sql.NullString `db:"Notes"`
	Link         string         `db:"Link"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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