/
Case testNormalUseRestContent004
Case testNormalUseRestContent004
Overview
Test case for normal use of the REST content service get relationship methods
Procedure 1:
- Get SNOMEDCT concept 121000119106
- Get relationships for concept 121000119106
- Get relationship by terminologyId (from relationship retrieved for concept)
- TEST: relationship has terminologyId 4731220023
- TEST: relationship has source concept equal to retrieved concept
- Get relationship by id (from previous relationship)
- TEST: relationship equal to previous relationship
- Get ICD9CM concept 110-118.99
- Get relationships for concept 4816
- Get relationship by terminologyId (from relationship retrieved for concept)
- TEST: relationship has terminologyId D0000017
- TEST: relationship has source concept equal to retrieved concept
- Get relationship by id (from previous relationship)
- TEST: relationship equal to previous relationship
Expected Runtime
- < 5 s
Notes
- relationship retrieved by getRelationship is not strictly equal to relationship retrieved by getConcept.getRelationships()
, multiple selections available,
Related content
Example SQL Queries and associated Java Code
Example SQL Queries and associated Java Code
More like this
Searching
Searching
More like this
Case testNormalUseRestMetadata001
Case testNormalUseRestMetadata001
More like this
Internal Service APIs
Internal Service APIs
More like this
REST Examples
REST Examples
More like this
Domain Model
Domain Model
More like this