Description: Record tables available via data portal
Properties included are:
- rectab_id - unique identifier for table
- table_name - used for selection in portal
- record_field_id - Showcase field which gives access to these records
- parent_id - the rectab_id for any table which is the parent to this one in a perent-child relationship
- title - human readable description
- available - data available iff value is 0
- private - data restricted unless 0
- nrows - approximate number of rows (will change with withdrawals)
- notes - text description of table contents/purpose
Select preferred format below then click Download to retrieve a copy of schema 17.
If you have wget available (typically on linux systems), then you can also obtain this schema using the command(s)
- wget -nd -O record_table.txt "biobank.ndph.ox.ac.uk/ukb/scdown.cgi?fmt=txt&id=17" (tab separated)
- wget -nd -O record_table.xml "biobank.ndph.ox.ac.uk/ukb/scdown.cgi?fmt=xml&id=17" (pseudo-xml)