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
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"` }
Click to show internal directories.
Click to hide internal directories.