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.MatchTranslationOutcome.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.BuilderTranslationOutcome.Match.Builder. from(TranslationOutcome.Match match)TranslationOutcome.BuilderTranslationOutcome.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.BuilderTranslationOutcome.Builder. match(java.util.Collection<TranslationOutcome.Match> match)
-