NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

Final Proposal Description and Sign Off

/**

* @param cns Parameter cns: This CodedNodeSet must have a set of restrictions appropriate for query building and fully ready to be resolved. Cannot be null

Parameter direction: * @param direction incoming or outgoing edges will have to be designated by one of these Enumerations.  Cannot be null

Parameter depth: * @param depth This allows depth control of the query including resolving only neighbors or a full resolution if depth is known. Entering -1 allows full resolution,  0 will return null

Parameter associations: * @param associations The name or names of the edges in the graph (will have to be Must exist as a supported association the code system).  Null returns all associations

Return Value * @return List<ResolvedConceptReference>: a list of minimally populated concept references including code, namespace

* entity description and coding scheme uri and version. These objects are the result of a graph resolution without 

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

...

* The parameter set will be defaulted to the following: 

* SortOptionList: null No – No sort options allowed

* LocalNameList: null No – No restrictions on property names

* PropertyType: null No – 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

...