|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CodeSetDao
Defines the interface for performing database searches against the Code Set model.
Method Summary | |
---|---|
CodedValue |
findCodedValue(Code code)
Find coded value. |
ValueSetEntry |
findValueByCodeSystem(Class<?> vocabularyDomainType,
String code,
String codeSystemOid)
Find value by code system. |
List<VocabularyDomain> |
selectAllVocabularyDomains()
Select all vocabulary domains. |
List<CodedValue> |
selectCodedValuesByVocabularyDomain(Class<?> vocabularyDomainType)
Deprecated. |
List<ValueSetEntry> |
selectValueSetsByCode(Class<?> vocabularyDomainType,
String code)
Select value sets by code. |
List<ValueSetEntry> |
selectValueSetsByVocabularyDomain(Class<?> vocabularyDomainType)
Deprecated. |
List<ValueSetEntry> |
selectValueSetsByVocabularyDomain(String vocabularyDomainType)
Select value sets by vocabulary domain. |
List<ValueSetEntry> |
selectValueSetsByVocabularyDomain(String jurisdictionCode,
VocabularyDomain vocabularyDomainType)
Select value sets by vocabulary domain. |
VocabularyDomain |
selectVocabularyDomain(String type)
Select vocabulary domain. |
List<VocabularyDomain> |
selectVocabularyDomains(CodeSearchCriteria searchCriteria)
Select vocabulary domains. |
Method Detail |
---|
ValueSetEntry findValueByCodeSystem(Class<?> vocabularyDomainType, String code, String codeSystemOid)
Find value by code system.
vocabularyDomainType
- the vocabulary domain typecode
- the codecodeSystemOid
- the code system oid
List<ValueSetEntry> selectValueSetsByCode(Class<?> vocabularyDomainType, String code)
Select value sets by code.
vocabularyDomainType
- the vocabulary domain typecode
- the code
@Deprecated List<ValueSetEntry> selectValueSetsByVocabularyDomain(Class<?> vocabularyDomainType)
Select value sets by vocabulary domain.
vocabularyDomainType
- the vocabulary domain type
List<ValueSetEntry> selectValueSetsByVocabularyDomain(String vocabularyDomainType)
Select value sets by vocabulary domain.
vocabularyDomainType
- the vocabulary domain type
List<ValueSetEntry> selectValueSetsByVocabularyDomain(String jurisdictionCode, VocabularyDomain vocabularyDomainType)
Select value sets by vocabulary domain.
jurisdictionCode
- the jurisdiction codevocabularyDomainType
- the vocabulary domain type
@Deprecated List<CodedValue> selectCodedValuesByVocabularyDomain(Class<?> vocabularyDomainType)
Select coded values by vocabulary domain.
vocabularyDomainType
- the vocabulary domain type
List<VocabularyDomain> selectAllVocabularyDomains()
Select all vocabulary domains.
VocabularyDomain selectVocabularyDomain(String type)
Select vocabulary domain.
type
- the type
List<VocabularyDomain> selectVocabularyDomains(CodeSearchCriteria searchCriteria)
Select vocabulary domains.
searchCriteria
- the search criteria
CodedValue findCodedValue(Code code)
Find coded value.
code
- the code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |