XDS.a Implementation Notes: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
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...
 
Kevino (talk | contribs)
No edit summary
Line 3: Line 3:
=== Generating a URI ===
=== 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.
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.
[[Category:Profile Implementations]]

Revision as of 17:17, 21 May 2008

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.