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