NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languageJava
titleJava Code Snippet
LexBIGService lbs  = (LexBIGService)ApplicationServiceProvider.getApplicationServiceFromUrl(serviceUrl, "EvsServiceInfo");

<?xml version="1.0" encoding="utf-8"?>
<html>
<source lang = java>

Code Block
<nowiki>
    CodedNodeGraphGrid
CodedNodeGraph cng = clientlbs.getNodeGraph(
	                             org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentificationString codingScheme, 
	                            org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag, 	
	                            String  org.LexGrid.LexBIG.DataModel.cagrid.RelationContainerIdentificationrelationsContainerName (Optional);
</nowiki>

</source>

...