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

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

Code Block
<nowiki>
<CQLQuery xmlns="http://CQL.caBIG/1/gov.nih.nci.cagrid.CQLQuery">
    <Target name="org.LexGrid.concepts.Concept">
        <Attribute name="_entityCode" value="C12345" predicate="EQUAL_TO"/>
    </Target>
</CQLQuery>
</nowiki>

</source>

...