|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableCodeSetDao
A Data-access-object interface for updating records in the code tables. In general, the methods provided by this interface should not be invoked by applications that require only code resolution. This API exists to support things like loading the values.
Method Summary | |
---|---|
int |
countCodeSystems(CodeSystemSearchCriteria searchCriteria)
Count code systems. |
CodeSystem |
findCodeSystem(String oid)
Find code system. |
List<CodeSystem> |
findCodeSystems(CodeSystemSearchCriteria searchCriteria)
Find code systems. |
List<CodeSystem> |
findCodeSystems(CodeSystemSearchCriteria searchCriteria,
int startRow,
int endRow)
Find code systems. |
ValueSet |
findValueSet(String name)
Find value set. |
ValueSetEntry |
findValueSetEntry(String valueSetName,
Code code)
Find value set entry. |
List<CodeSystem> |
getAllCodeSystems()
Gets the all code systems. |
void |
save(ValueSetEntry valueSet)
Save. |
void |
saveAll(Collection<VocabularyDomain> vocabularyDomain)
Save all. |
void |
saveAllCodedValues(Collection<CodedValue> values)
Save all coded values. |
void |
saveValueSet(ValueSet valueSet)
Save value set. |
Methods inherited from interface ca.infoway.messagebuilder.terminology.codeset.dao.CodeSetDao |
---|
findCodedValue, findValueByCodeSystem, selectAllVocabularyDomains, selectCodedValuesByVocabularyDomain, selectValueSetsByCode, selectValueSetsByVocabularyDomain, selectValueSetsByVocabularyDomain, selectValueSetsByVocabularyDomain, selectVocabularyDomain, selectVocabularyDomains |
Method Detail |
---|
CodeSystem findCodeSystem(String oid)
Find code system.
oid
- the oid
List<CodeSystem> getAllCodeSystems()
Gets the all code systems.
List<CodeSystem> findCodeSystems(CodeSystemSearchCriteria searchCriteria)
Find code systems.
searchCriteria
- the search criteria
List<CodeSystem> findCodeSystems(CodeSystemSearchCriteria searchCriteria, int startRow, int endRow)
Find code systems.
searchCriteria
- the search criteriastartRow
- the start rowendRow
- the end row
int countCodeSystems(CodeSystemSearchCriteria searchCriteria)
Count code systems.
searchCriteria
- the search criteria
void saveAll(Collection<VocabularyDomain> vocabularyDomain)
Save all.
vocabularyDomain
- the vocabulary domainvoid saveAllCodedValues(Collection<CodedValue> values)
Save all coded values.
values
- the valuesValueSetEntry findValueSetEntry(String valueSetName, Code code)
Find value set entry.
valueSetName
- the value set namecode
- the code
ValueSet findValueSet(String name)
Find value set.
name
- the name
void save(ValueSetEntry valueSet)
Save.
valueSet
- the value setvoid saveValueSet(ValueSet valueSet)
Save value set.
valueSet
- the value set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |