Uses of Class
ca.infoway.messagebuilder.terminology.codeset.domain.CodedValue

Packages that use CodedValue
ca.infoway.messagebuilder.terminology.codeset.dao   
ca.infoway.messagebuilder.terminology.codeset.domain   
 

Uses of CodedValue in ca.infoway.messagebuilder.terminology.codeset.dao
 

Methods in ca.infoway.messagebuilder.terminology.codeset.dao that return CodedValue
 CodedValue HibernateCodeSetDao.findCodedValue(Code code)
          Find coded value.
 CodedValue CodeSetDao.findCodedValue(Code code)
          Find coded value.
 

Methods in ca.infoway.messagebuilder.terminology.codeset.dao that return types with arguments of type CodedValue
 List<CodedValue> HibernateCodeSetDao.selectCodedValuesByVocabularyDomain(Class<?> vocabularyDomainType)
          Select coded values by vocabulary domain.
 List<CodedValue> CodeSetDao.selectCodedValuesByVocabularyDomain(Class<?> vocabularyDomainType)
          Deprecated. 
 

Method parameters in ca.infoway.messagebuilder.terminology.codeset.dao with type arguments of type CodedValue
 void MutableCodeSetDao.saveAllCodedValues(Collection<CodedValue> values)
          Save all coded values.
 void HibernateCodeSetDao.saveAllCodedValues(Collection<CodedValue> values)
          Save all coded values.
 

Uses of CodedValue in ca.infoway.messagebuilder.terminology.codeset.domain
 

Methods in ca.infoway.messagebuilder.terminology.codeset.domain that return CodedValue
 CodedValue ValueSetEntry.getCodedValue()
          Gets the coded value.
 

Methods in ca.infoway.messagebuilder.terminology.codeset.domain that return types with arguments of type CodedValue
 List<CodedValue> CodedValue.getChildren()
          Gets the children.
 List<CodedValue> CodedValue.getParents()
          Gets the parents.
 

Methods in ca.infoway.messagebuilder.terminology.codeset.domain with parameters of type CodedValue
 void ValueSetEntry.setCodedValue(CodedValue codedValue)
          Sets the coded value.
 

Method parameters in ca.infoway.messagebuilder.terminology.codeset.domain with type arguments of type CodedValue
 void CodedValue.setChildren(List<CodedValue> children)
          Sets the children.
 void CodedValue.setParents(List<CodedValue> parents)
          Sets the parents.
 



Copyright © 2013. All Rights Reserved.