Uses of Class
com.ibm.fhir.term.service.TranslationOutcome.Match
-
Packages that use TranslationOutcome.Match Package Description com.ibm.fhir.term.service -
-
Uses of TranslationOutcome.Match in com.ibm.fhir.term.service
Methods in com.ibm.fhir.term.service that return TranslationOutcome.Match Modifier and Type Method Description TranslationOutcome.Match
TranslationOutcome.Match.Builder. build()
Methods in com.ibm.fhir.term.service that return types with arguments of type TranslationOutcome.Match Modifier and Type Method Description List<TranslationOutcome.Match>
TranslationOutcome. getMatch()
Methods in com.ibm.fhir.term.service with parameters of type TranslationOutcome.Match Modifier and Type Method Description protected TranslationOutcome.Match.Builder
TranslationOutcome.Match.Builder. from(TranslationOutcome.Match match)
TranslationOutcome.Builder
TranslationOutcome.Builder. match(TranslationOutcome.Match... match)
Method parameters in com.ibm.fhir.term.service with type arguments of type TranslationOutcome.Match Modifier and Type Method Description TranslationOutcome.Builder
TranslationOutcome.Builder. match(Collection<TranslationOutcome.Match> match)
-