public interface SourceAssertedValueSetService
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends Entity> |
getAllSourceAssertedValueSetEntities() |
AbsoluteCodingSchemeVersionReferenceList |
getListOfCodingSchemeVersionsUsedInResolution(CodingScheme cs)
Return a list of AbsoluteCodingSchemeVersionReferences that were used for resolving the resolvedValueSet
|
java.util.List<CodingScheme> |
getMinimalSourceAssertedValueSetSchemes()
Returns a minimal (i.e. no entities included) coding scheme object list
|
ResolvedConceptReferenceList |
getSourceAssertedValueSetEntitiesForURI(java.lang.String uri)
Returns a list of ResolvedConceptReference representations of
the entities belonging to the CodingScheme representation of
this value set identified by its uri designation as a String
|
java.util.List<CodingScheme> |
getSourceAssertedValueSetforTopNodeEntityCode(java.lang.String matchCode)
Returns a list of Coding Scheme representations of a value set
with the code that has the class instance defined relationship to this value set
top node
|
java.util.List<CodingScheme> |
getSourceAssertedValueSetforValueSetMemberEntityCode(java.lang.String matchCode)
Returns a list of coding scheme representations
of a value set containing entities with this entity code.
|
CodingScheme |
getSourceAssertedValueSetForValueSetURI(java.net.URI uri)
Gets the coding scheme representation of a value set for the unique uri of the value set
|
ResolvedConceptReferencesIterator |
getSourceAssertedValueSetIteratorForURI(java.lang.String uri)
Returns an iterator over ResolvedConceptReference representations of
the entities belonging to the CodingScheme representation of
this value set identified by its uri designation as a String
|
java.util.List<CodingScheme> |
getSourceAssertedValueSetsForConceptReference(ConceptReference ref)
Returns a list of Coding Scheme representations of value sets for an entity represented
as a ConceptReference
|
java.util.List<AbsoluteCodingSchemeVersionReference> |
getSourceAssertedValueSetsforTextSearch(java.lang.String matchText,
SearchExtension.MatchAlgorithm matchType)
Returns a list of very minimal references to a coding scheme representation
of a value set containing an entity with a similar or exact textual representation
of the matchText parameter.
|
java.util.List<java.lang.String> |
getSourceAssertedValueSetTopNodesForRootCode(java.lang.String rootCode)
Assumes a hierarchy of value sets is divided amongst a set of root nodes that have a
relationship to this rootCode parameter which is a unique entity identifier in the system.
|
java.util.List<CodingScheme> |
listAllSourceAssertedValueSets()
Returns a list of coding scheme representations of value sets.
|
CodingScheme |
listResolvedValueSetForDescription(java.lang.String description)
Returns a fully resolved coding scheme representation of a value set.
|
java.util.List<CodingScheme> listAllSourceAssertedValueSets() throws LBException
LBException
CodingScheme listResolvedValueSetForDescription(java.lang.String description) throws LBException
LBException
java.util.List<CodingScheme> getMinimalSourceAssertedValueSetSchemes() throws LBException
LBException
java.util.List<CodingScheme> getSourceAssertedValueSetsForConceptReference(ConceptReference ref)
ConceptReference
- ref: Requires a coding scheme reference and unique entity idCodingScheme getSourceAssertedValueSetForValueSetURI(java.net.URI uri) throws LBException
URI
- uri - Representation of URI coding scheme identifierLBException
ResolvedConceptReferenceList getSourceAssertedValueSetEntitiesForURI(java.lang.String uri)
String
- uri - URI string representation of coding scheme identifierResolvedConceptReferencesIterator getSourceAssertedValueSetIteratorForURI(java.lang.String uri)
String
- uri URI string representation of coding scheme identifierjava.util.List<CodingScheme> getSourceAssertedValueSetforTopNodeEntityCode(java.lang.String matchCode) throws LBException
String
- matchCode - value set top node referenceLBException
java.util.List<AbsoluteCodingSchemeVersionReference> getSourceAssertedValueSetsforTextSearch(java.lang.String matchText, SearchExtension.MatchAlgorithm matchType) throws LBException
String
- matchText - Text to matchMatchAlgorithm
- matchType - Property type and algorithm matchLBException
AbsoluteCodingSchemeVersionReferenceList getListOfCodingSchemeVersionsUsedInResolution(CodingScheme cs)
codingScheme
- - The resolvedValueSet CodingSchemeLBException
java.util.List<java.lang.String> getSourceAssertedValueSetTopNodesForRootCode(java.lang.String rootCode)
rootCode
- - Unique identifier for the top asserted value set rootjava.util.List<? extends Entity> getAllSourceAssertedValueSetEntities()
java.util.List<CodingScheme> getSourceAssertedValueSetforValueSetMemberEntityCode(java.lang.String matchCode) throws LBException
String
- matchCode - Exact match for value set top node identifierLBException