Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Text service is used to retrieve XML data from the CLAIMS Direct Data Warehouse.

To access the full text through SQL, use the following command:

Code Block
SELECT xml.f_patent_document( xml.f_ucid2id(‘US-5551212-A’), null );

The full text can also be viewed using CDWI (see Viewing the XML Record).

Return to Top

How can I access patent images?

...