WormBase Model:Address

From WormBaseWiki
Revision as of 10:59, 10 August 2010 by Pdavis (talk | contribs) (Created page with '__TOC__ WormBase Models == Curator Comments/Description == == Model == <pre> #Address Street_address Text // multiple lines including town, state, zip/postcode…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

WormBase Models

Curator Comments/Description

Model

#Address  Street_address Text        // multiple lines including town, state, zip/postcode, whatever
          Country UNIQUE Text
          Institution UNIQUE Text    
          Email Text                 // multiple emails allowed
          Main_phone    Text         // phone number for the institution, I presume
          Lab_phone     Text
          Office_phone  Text
          Other_phone   Text UNIQUE Text  // second text can be used to indicate type
          Fax           Text UNIQUE Text  // second text can be used to differentiate
                                          // multiple fax numbers if present (optional)
          Web_page      Text    // web page is part of the address info I think

Proposed Changes

This hash is used in the Person class, should unify all models to use the Address hash