29.01.2015 Views

Using SNOMED CT with the UMLS - Medical Ontology Research

Using SNOMED CT with the UMLS - Medical Ontology Research

Using SNOMED CT with the UMLS - Medical Ontology Research

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Getting a single-use proxy ticket<br />

private AuthorizationPortType _authPortType;<br />

private String getSingleUseProxyTicket() {<br />

// Obtain a proxy granting ticket<br />

try {<br />

return _authPortType.getProxyTicket(_proxyGrantingTicket, "http://umlsks.nlm.nih.gov");<br />

} catch (RemoteException e) {<br />

System.err.println("SingleUseProxyTicket");<br />

e.printStackTrace();<br />

System.exit(2);<br />

}<br />

return null;<br />

}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!