se.cambio.cds.util
Class CDSTerminologyService
java.lang.Object
se.cambio.cds.util.CDSTerminologyService
public class CDSTerminologyService
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isSubclassOf
public static boolean isSubclassOf(org.openehr.rm.datatypes.text.CodePhrase a,
org.openehr.rm.datatypes.text.CodePhrase b)
throws UnsupportedTerminologyException,
InvalidCodeException
- Throws:
UnsupportedTerminologyException
InvalidCodeException
isSubclassOf
public static boolean isSubclassOf(org.openehr.rm.datatypes.text.CodePhrase a,
Set<org.openehr.rm.datatypes.text.CodePhrase> b)
throws UnsupportedTerminologyException,
InvalidCodeException
- Throws:
UnsupportedTerminologyException
InvalidCodeException
retrieveAllSubclasses
public static Node retrieveAllSubclasses(org.openehr.rm.datatypes.text.CodePhrase concept,
org.openehr.rm.datatypes.text.CodePhrase language)
throws UnsupportedTerminologyException,
UnsupportedLanguageException,
InvalidCodeException
- Throws:
UnsupportedTerminologyException
UnsupportedLanguageException
InvalidCodeException
retrieveAll
public static List<Node> retrieveAll(String terminologyId,
org.openehr.rm.datatypes.text.CodePhrase language)
throws UnsupportedTerminologyException,
UnsupportedLanguageException
- Throws:
UnsupportedTerminologyException
UnsupportedLanguageException
retrieveTerm
public static String retrieveTerm(org.openehr.rm.datatypes.text.CodePhrase concept,
org.openehr.rm.datatypes.text.CodePhrase language)
throws UnsupportedTerminologyException,
UnsupportedLanguageException,
InvalidCodeException
- Throws:
UnsupportedTerminologyException
UnsupportedLanguageException
InvalidCodeException
getSupportedTerminologies
public Collection<String> getSupportedTerminologies()
getDelegate
public static CDSTerminologyService getDelegate()
Copyright © 2013 Cambio. All Rights Reserved.