Page History
...
Code Block | ||
---|---|---|
| ||
getMinimalSourceAssertedValueSetSchemes() |
Description: | Lists all coding schemes – no entities resolved | ||||
---|---|---|---|---|---|
Input: | none | ||||
Output: | List<CodingScheme> | ||||
Exception: | LBException | ||||
Implementation Details: | Implementation:
|
Coding Scheme Read Functions
- Get value sets by concept reference - Input an object that matches namespace and unique code of a value set member to return a list of containing schemes
- Get value sets by entity code - input is entity code only, no namespace is defined to read the value set that contains this as a value set member
- Get a single value set for its unique URI - The input should be an unique identifier for a coding scheme representation of a value set in the system
- Get a value set or value sets defined by a unique entity - The input is a unique entity code that identifies the top node of a given value set
- Get scheme references for a coding scheme representation - Pulls from a coding scheme those schemes from which the entities of the coding scheme representation of the value set is derived.
Get Value Sets by Concept Reference
Code Block | ||
---|---|---|
| ||
getSourceAssertedValueSetsForConceptReference(ConceptReference ref) |
Description: | Lists all coding schemes containing a particular concept reference | ||||||
---|---|---|---|---|---|---|---|
Input: | ConceptReference ref - Configurable to contain both the unique identifier and the namespace of the target coding scheme (both are tied to the asserting source in this case) | ||||||
Output: | List<CodingScheme> | ||||||
Exception: | none | ||||||
Implementation Details: | Implementation:
|
Resolved Concept Reference Read Functions
...