se.cambio.cds.util
Class CDSTerminologyService

Package class diagram package CDSTerminologyService
java.lang.Object
  extended by se.cambio.cds.util.CDSTerminologyService

public class CDSTerminologyService
extends Object


Method Summary
static CDSTerminologyService getDelegate()
           
 Collection<String> getSupportedTerminologies()
           
static boolean isSubclassOf(org.openehr.rm.datatypes.text.CodePhrase a, org.openehr.rm.datatypes.text.CodePhrase b)
           
static boolean isSubclassOf(org.openehr.rm.datatypes.text.CodePhrase a, Set<org.openehr.rm.datatypes.text.CodePhrase> b)
           
static List<Node> retrieveAll(String terminologyId, org.openehr.rm.datatypes.text.CodePhrase language)
           
static Node retrieveAllSubclasses(org.openehr.rm.datatypes.text.CodePhrase concept, org.openehr.rm.datatypes.text.CodePhrase language)
           
static String retrieveTerm(org.openehr.rm.datatypes.text.CodePhrase concept, org.openehr.rm.datatypes.text.CodePhrase language)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.