public class LexEVSResolvedValueSetServiceImpl extends java.lang.Object implements LexEVSResolvedValueSetService
Constructor and Description |
---|
LexEVSResolvedValueSetServiceImpl() |
LexEVSResolvedValueSetServiceImpl(LexBIGService lbs) |
Modifier and Type | Method and Description |
---|---|
LexBIGService |
getLexBIGService()
Return the associated LexBIGService instance; lazy initialized as
required.
|
AbsoluteCodingSchemeVersionReferenceList |
getListOfCodingSchemeVersionsUsedInResolution(CodingScheme cs)
Return a list of AbsoluteCodingSchemeVersionReference that was used for resolving the resolvedValueSet
|
CodingScheme |
getResolvedValueSetForValueSetURI(java.net.URI uri) |
java.util.List<CodingScheme> |
getResolvedValueSetsForConceptReference(ConceptReference ref) |
ResolvedConceptReferenceList |
getValueSetEntitiesForURI(java.lang.String uri) |
ResolvedConceptReferencesIterator |
getValueSetIteratorForURI(java.lang.String uri) |
java.util.List<CodingScheme> |
listAllResolvedValueSets() |
public LexEVSResolvedValueSetServiceImpl()
public LexEVSResolvedValueSetServiceImpl(LexBIGService lbs)
public java.util.List<CodingScheme> listAllResolvedValueSets() throws LBException
listAllResolvedValueSets
in interface LexEVSResolvedValueSetService
LBException
public AbsoluteCodingSchemeVersionReferenceList getListOfCodingSchemeVersionsUsedInResolution(CodingScheme cs)
getListOfCodingSchemeVersionsUsedInResolution
in interface LexEVSResolvedValueSetService
codingScheme-
- The resolvedValueSet CodingSchemeLBException
public java.util.List<CodingScheme> getResolvedValueSetsForConceptReference(ConceptReference ref)
getResolvedValueSetsForConceptReference
in interface LexEVSResolvedValueSetService
public CodingScheme getResolvedValueSetForValueSetURI(java.net.URI uri)
getResolvedValueSetForValueSetURI
in interface LexEVSResolvedValueSetService
public ResolvedConceptReferenceList getValueSetEntitiesForURI(java.lang.String uri)
getValueSetEntitiesForURI
in interface LexEVSResolvedValueSetService
public ResolvedConceptReferencesIterator getValueSetIteratorForURI(java.lang.String uri)
getValueSetIteratorForURI
in interface LexEVSResolvedValueSetService
public LexBIGService getLexBIGService()