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.

...

  1. Create a method over the Graph API that allows a CodedNodeSet to be passed as a parameter along with an Enumeration value indicating direction, a value for the depth of the resolution, and one or more associations.
  2. Return a List of Minimally populated ResolvedConceptReferences. 
  3. Constraints:

    • Will not require current RMI users to update their client jar
  4. Features:
    • Will provide a loader for the graph database (Kind of a “duh”, but I would like it specified)
    • Will provide instructions on the use of the loader, including any dependencies on existing services
  5. Architecture – can include a line that says this will be specified at a later date, if not ready

    • Specify which Graph DB will need to be installed on which tiers
    • Specify any other services that need to be installed on which tiers

Method Signature

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

...