Versions Compared

Key

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

...

  • Get concepts for terminology/version
    • getConcepts("138875005",...) for SNOMEDCT
    • TEST: Returns one concept, terminology id 138875005
  • Get concept for user based on previous call
    • Authenticate user who last modified concept 138875005
    • getConceptForUser() with new auth token 
    • TEST: Returns one concept, terminology id 138875005, last modified by appropriate user
    • TODO:  Comment this test out (assuming read-only server testing at the moment)
    Get single concept
    • getSingleConcept("138875005", ...) for SNOMEDCT
    • TEST: Returns one concept, terminology id 138875005
  • Get concept by id
    • getConcept(concept.getId(), ...)
    • TEST: Returns one concept, terminology id 138875005

...