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

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

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

Methods in ca.infoway.messagebuilder.terminology.codeset.dao that return CodeSystem
 CodeSystem MutableCodeSetDao.findCodeSystem(String oid)
          Find code system.
 CodeSystem HibernateCodeSetDao.findCodeSystem(String oid)
          Find code system.
 

Methods in ca.infoway.messagebuilder.terminology.codeset.dao that return types with arguments of type CodeSystem
 List<CodeSystem> MutableCodeSetDao.findCodeSystems(CodeSystemSearchCriteria searchCriteria)
          Find code systems.
 List<CodeSystem> HibernateCodeSetDao.findCodeSystems(CodeSystemSearchCriteria searchCriteria)
          Find code systems.
 List<CodeSystem> MutableCodeSetDao.findCodeSystems(CodeSystemSearchCriteria searchCriteria, int startRow, int endRow)
          Find code systems.
 List<CodeSystem> HibernateCodeSetDao.findCodeSystems(CodeSystemSearchCriteria searchCriteria, int startRow, int endRow)
          Find code systems.
 List<CodeSystem> MutableCodeSetDao.getAllCodeSystems()
          Gets the all code systems.
 List<CodeSystem> HibernateCodeSetDao.getAllCodeSystems()
          Gets the all code systems.
 

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

Methods in ca.infoway.messagebuilder.terminology.codeset.domain that return CodeSystem
 CodeSystem CodedValue.getCodeSystem()
          Gets the code system.
 

Methods in ca.infoway.messagebuilder.terminology.codeset.domain with parameters of type CodeSystem
 void CodedValue.setCodeSystem(CodeSystem system)
          Sets the code system.
 



Copyright © 2013. All Rights Reserved.