Uses of Class
org.ehrbase.api.service.TerminologyServer.SubsumptionResult
-
Packages that use TerminologyServer.SubsumptionResult Package Description org.ehrbase.api.service -
-
Uses of TerminologyServer.SubsumptionResult in org.ehrbase.api.service
Methods in org.ehrbase.api.service that return TerminologyServer.SubsumptionResult Modifier and Type Method Description TerminologyServer.SubsumptionResultTerminologyServer. subsumes(T conceptA, T conceptB)Evaluates if the concept B subsumes concept A.static TerminologyServer.SubsumptionResultTerminologyServer.SubsumptionResult. valueOf(String name)Returns the enum constant of this type with the specified name.static TerminologyServer.SubsumptionResult[]TerminologyServer.SubsumptionResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-