NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

any indication of where they existed in the graph before the resolution.

*  * This method requires some knowledge of building queries into the LexEVS system's CodedNodeSet API, including the capability

* of building a CodedNodeSet set of restrictions through restriction method calls.  Within the scope of this method, 

* the CodedNodeSet will be resolved to a ResolvedConceptReferenceList  using the method  *



Code Block
languagejava
resolveToList(

...



SortOptionList sortOptions, LocalNameList propertyNames,

...



PropertyType[] propertyTypes, int maxToReturn)

...



throws LBInvocationException,LBParameterException;



* The parameter set will be defaulted to the following: 

* SortOptionList: null – No sort options allowed

* LocalNameList: null – No restrictions on property names

* PropertyType: null – No restrictions on property types

* int: 10 Maximum return limited to ten entities.


* Null value for associations will return values for all associations.  Otherwise queries will be generated depending on each

* association name.


* Exceptions would be handled in this method and an appropriately messaged RuntimeException would be thrown on failure.

* The ResolvedConceptReference objects returned contain only the code, name space, entityDescription, coding scheme URI, and coding scheme version.

* It will not contain any entities or their properties or targetOf or sourceOf links to other entities.   */


public List<ResolvedConceptReference> getAssociatedConcepts(CodedNodeSet cns, Direction direction, int depth,  NameAndValueList association);

...