Uses of Class
org.linuxforhealth.fhir.term.service.TranslationOutcome.Match
-
Packages that use TranslationOutcome.Match Package Description org.linuxforhealth.fhir.term.service -
-
Uses of TranslationOutcome.Match in org.linuxforhealth.fhir.term.service
Methods in org.linuxforhealth.fhir.term.service that return TranslationOutcome.Match Modifier and Type Method Description TranslationOutcome.Match
TranslationOutcome.Match.Builder. build()
Methods in org.linuxforhealth.fhir.term.service that return types with arguments of type TranslationOutcome.Match Modifier and Type Method Description java.util.List<TranslationOutcome.Match>
TranslationOutcome. getMatch()
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.term.service with type arguments of type TranslationOutcome.Match Modifier and Type Method Description TranslationOutcome.Builder
TranslationOutcome.Builder. match(java.util.Collection<TranslationOutcome.Match> match)
-