NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Fictitious examples of Pick List Definitions

Example 1

illustration of example one

Example 2

Image Modified

Pick List Definition Versions

...

  • Query functions:
    • Ability to list all the Pick List Definitions loaded in the system.
    • Ability to dynamically resolve Pick List Definition with/without user supplied restrictions.
    • Ability to list all the Pick List Definitions that uses given Value Set Definition URI.
    • Here are some of the query methods available:
      • getPickListDefinitionById(String pickListId) - Returns pickList definition for supplied pickListId
      • getPickListDefinitionsForValueSetDefinition(URI valueSetDefinitionURI) - Returns all the pickList definitions that represents supplied value set definition URI
      • getPickListValueSetDefinition(String pickListId) - Returns an URI of the represented value set definition of the pickList
      • listPickListIds() - Returns a list of pickListIds that are available in the system
      • resolvePickList(String pickListId, boolean sortByText) - Resolves pickList definition for supplied pickListId
      • Wiki Markup*resolvePickListForTerm(String pickListId, String term, String matchAlgorithm, String language, String\[\] context, boolean sortByText)* \ - Resolves pickList definition by applying supplied arguments
        • ResolvedPickListEntryList : Contains the list of resolved Pick List Entries. Also provides helpful features to add, remove, enumerate Pick List Entries.

...