XDS.a Implementation Notes

From IHE Wiki
Revision as of 17:17, 21 May 2008 by Kevino (talk | contribs)
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.