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)
|