Difference between revisions of "PTOproperty"
Jump to navigation
Jump to search
(Created page with "Return to Patent Data Specifications. Table "public.ptoproperty" Column | Type | Modifiers -----------------+---------------...") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | Return to [[ | + | Return to [[PTO Tables]]. |
+ | ==Table Structure== | ||
Table "public.ptoproperty" | Table "public.ptoproperty" | ||
Column | Type | Modifiers | Column | Type | Modifiers | ||
− | + | ----------------+------------------------+----------- | |
reel_no | integer | | reel_no | integer | | ||
frame_no | integer | | frame_no | integer | | ||
Line 11: | Line 12: | ||
filingdate | date | | filingdate | date | | ||
invention_title | character varying(500) | | invention_title | character varying(500) | | ||
+ | |||
+ | Example of table entries: | ||
reel_no | frame_no | documentid | country | kind | filingdate | invention_title | reel_no | frame_no | documentid | country | kind | filingdate | invention_title | ||
Line 29: | Line 32: | ||
3625 | 888 | D244454 | US | B1 | | | 3625 | 888 | D244454 | US | B1 | | | ||
3625 | 888 | 06467046 | US | X0 | 1983-02-16 | PLATING CURRENT AUTOMATIC SWITCHING METHOD AND APPARATUS | 3625 | 888 | 06467046 | US | X0 | 1983-02-16 | PLATING CURRENT AUTOMATIC SWITCHING METHOD AND APPARATUS | ||
+ | |||
+ | ==Table Variables== | ||
+ | ==Table Purpose== | ||
+ | ==Current Problems== | ||
+ | [[Category: Internal]] | ||
+ | [[Internal Classification: Data Tables| ]] |
Latest revision as of 12:13, 20 January 2017
Return to PTO Tables.
Table Structure
Table "public.ptoproperty" Column | Type | Modifiers ----------------+------------------------+----------- reel_no | integer | frame_no | integer | documentid | character varying(20) | country | character varying(500) | kind | character varying(3) | filingdate | date | invention_title | character varying(500) |
Example of table entries:
reel_no | frame_no | documentid | country | kind | filingdate | invention_title --------+----------+------------+---------+------+------------+------------------------------------------------------------------------------ 1280 | 340 | 08326711 | US | X0 | 1994-10-20 | SYSTEMS AND METHODS FOR PROMOTING TISSUE GROWTH 1280 | 340 | 5858003 | US | B1 | 1999-01-12 | SYSTEMS AND METHODS FOR PROMOTING TISSUE GROWTH 3625 | 888 | 05855408 | US | X0 | 1977-11-28 | OPTICAL FIBRE HAVING LOW MODE DISPERSION 3625 | 888 | 4149772 | US | B1 | 1979-04-17 | OPTICAL FIBRE HAVING LOW MODE DISPERSION 3625 | 888 | 05517218 | US | X0 | | 3625 | 888 | 3936602 | US | B1 | | 3625 | 888 | 05574608 | US | X0 | 1975-05-05 | POLYMER COATED HEAT INSULATED ELECTRICAL CONDUCTOR AND METHOD OF MANUFACTURE 3625 | 888 | 4131690 | US | B1 | 1978-12-26 | POLYMER COATED HEAT INSULATED ELECTRICAL CONDUCTOR AND METHOD OF MANUFACTURE 3625 | 888 | 05604353 | US | X0 | | 3625 | 888 | D244456 | US | B1 | | 3625 | 888 | 05604141 | US | X0 | | 3625 | 888 | D244831 | US | B1 | | 3625 | 888 | 05604142 | US | X0 | | 3625 | 888 | D244454 | US | B1 | | 3625 | 888 | 06467046 | US | X0 | 1983-02-16 | PLATING CURRENT AUTOMATIC SWITCHING METHOD AND APPARATUS