Methods in se.cambio.cds.ts that throw UnknownPropertyException |
boolean |
TerminologyServiceImpl.hasAttributeOfValue(org.openehr.rm.datatypes.text.CodePhrase concept,
org.openehr.rm.datatypes.text.CodePhrase attribute,
org.openehr.rm.datatypes.text.CodePhrase value)
|
boolean |
TerminologyServiceImpl.hasPropertyOfValue(org.openehr.rm.datatypes.text.CodePhrase concept,
org.openehr.rm.datatypes.text.CodePhrase property,
org.openehr.rm.datatypes.text.CodePhrase value)
|
boolean |
TerminologyService.hasPropertyOfValue(org.openehr.rm.datatypes.text.CodePhrase concept,
org.openehr.rm.datatypes.text.CodePhrase property,
org.openehr.rm.datatypes.text.CodePhrase value)
Checks if given concept has a named attribute of given value |
boolean |
DummyTerminologyServicePlugin.hasPropertyOfValue(org.openehr.rm.datatypes.text.CodePhrase concept,
org.openehr.rm.datatypes.text.CodePhrase property,
org.openehr.rm.datatypes.text.CodePhrase value)
|
boolean |
CSVTerminologyServicePlugin.hasPropertyOfValue(org.openehr.rm.datatypes.text.CodePhrase concept,
org.openehr.rm.datatypes.text.CodePhrase property,
org.openehr.rm.datatypes.text.CodePhrase value)
|
List<org.openehr.rm.datatypes.text.DvCodedText> |
TerminologyServiceImpl.retrieveAllPossibleValues(org.openehr.rm.datatypes.text.CodePhrase attribute,
org.openehr.rm.datatypes.text.CodePhrase language)
|
List<org.openehr.rm.datatypes.text.DvCodedText> |
TerminologyService.retrieveAllPossibleValues(org.openehr.rm.datatypes.text.CodePhrase property,
org.openehr.rm.datatypes.text.CodePhrase language)
Retrieves all possible values of given attribute with labels in specified language |
List<org.openehr.rm.datatypes.text.DvCodedText> |
DummyTerminologyServicePlugin.retrieveAllPossibleValues(org.openehr.rm.datatypes.text.CodePhrase property,
org.openehr.rm.datatypes.text.CodePhrase language)
|
List<org.openehr.rm.datatypes.text.DvCodedText> |
CSVTerminologyServicePlugin.retrieveAllPossibleValues(org.openehr.rm.datatypes.text.CodePhrase property,
org.openehr.rm.datatypes.text.CodePhrase language)
|