XDS.a Implementation Notes

From IHE Wiki
Revision as of 07:51, 20 May 2008 by BillM (talk | contribs) (New page: == ITI-15 Provide and Register Document Set == === Generating a URI === When generating a URI to put into the metadata element XDSDocumentEntry.URI, the implementer must remember to prope...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ITI-15 Provide and Register Document Set

Generating a URI

When generating a URI to put into the metadata element XDSDocumentEntry.URI, the implementer must remember to properly encode it. This is especially important when using the attribute XDSDocumentEntry.uniqueId in the URI string. This attribute can include the '^' character which is not legal in a URI. It must be escaped as %5E.