Uses of Class
se.cambio.cds.ts.InvalidCodeException

Packages that use InvalidCodeException
se.cambio.cds.ts   
se.cambio.cds.util   
 

Uses of InvalidCodeException in se.cambio.cds.ts
 

Methods in se.cambio.cds.ts that throw InvalidCodeException
protected  boolean ICD10TerminologyServicePlugin.checkSubclassOf(String as, String bs)
           
protected  boolean CSVTerminologyServicePlugin.checkSubclassOf(String as, String bs)
           
 boolean TerminologyServiceImpl.isSubclassOf(org.openehr.rm.datatypes.text.CodePhrase a, org.openehr.rm.datatypes.text.CodePhrase b)
           
 boolean TerminologyService.isSubclassOf(org.openehr.rm.datatypes.text.CodePhrase a, org.openehr.rm.datatypes.text.CodePhrase b)
          Checks if codePhrase a is subclass of b with regards to subsumption relationship
 boolean DummyTerminologyServicePlugin.isSubclassOf(org.openehr.rm.datatypes.text.CodePhrase a, org.openehr.rm.datatypes.text.CodePhrase b)
           
 boolean CSVTerminologyServicePlugin.isSubclassOf(org.openehr.rm.datatypes.text.CodePhrase a, org.openehr.rm.datatypes.text.CodePhrase b)
           
 boolean TerminologyServiceImpl.isSubclassOf(org.openehr.rm.datatypes.text.CodePhrase code, Set<org.openehr.rm.datatypes.text.CodePhrase> codes)
           
 boolean TerminologyService.isSubclassOf(org.openehr.rm.datatypes.text.CodePhrase code, Set<org.openehr.rm.datatypes.text.CodePhrase> codes)
          Checks if the given code is subclass of any member of specified set of codes
 boolean DummyTerminologyServicePlugin.isSubclassOf(org.openehr.rm.datatypes.text.CodePhrase code, Set<org.openehr.rm.datatypes.text.CodePhrase> codes)
           
 boolean CSVTerminologyServicePlugin.isSubclassOf(org.openehr.rm.datatypes.text.CodePhrase code, Set<org.openehr.rm.datatypes.text.CodePhrase> codes)
           
 Node TerminologyServiceImpl.retrieveAllSubclasses(org.openehr.rm.datatypes.text.CodePhrase concept, org.openehr.rm.datatypes.text.CodePhrase language)
           
 Node TerminologyService.retrieveAllSubclasses(org.openehr.rm.datatypes.text.CodePhrase concept, org.openehr.rm.datatypes.text.CodePhrase language)
          Retrieves all subclasses of given concept with specified language
 Node DummyTerminologyServicePlugin.retrieveAllSubclasses(org.openehr.rm.datatypes.text.CodePhrase concept, org.openehr.rm.datatypes.text.CodePhrase language)
           
 Node CSVTerminologyServicePlugin.retrieveAllSubclasses(org.openehr.rm.datatypes.text.CodePhrase concept, org.openehr.rm.datatypes.text.CodePhrase language)
           
 

Uses of InvalidCodeException in se.cambio.cds.util
 

Methods in se.cambio.cds.util that throw InvalidCodeException
static boolean CDSTerminologyService.isSubclassOf(org.openehr.rm.datatypes.text.CodePhrase a, org.openehr.rm.datatypes.text.CodePhrase b)
           
static boolean CDSTerminologyService.isSubclassOf(org.openehr.rm.datatypes.text.CodePhrase a, Set<org.openehr.rm.datatypes.text.CodePhrase> b)
           
static Node CDSTerminologyService.retrieveAllSubclasses(org.openehr.rm.datatypes.text.CodePhrase concept, org.openehr.rm.datatypes.text.CodePhrase language)
           
static String CDSTerminologyService.retrieveTerm(org.openehr.rm.datatypes.text.CodePhrase concept, org.openehr.rm.datatypes.text.CodePhrase language)
           
 



Copyright © 2013 Cambio. All Rights Reserved.