Uses of Class
org.linuxforhealth.fhir.term.service.LookupOutcome.Designation
-
Packages that use LookupOutcome.Designation Package Description org.linuxforhealth.fhir.term.service -
-
Uses of LookupOutcome.Designation in org.linuxforhealth.fhir.term.service
Methods in org.linuxforhealth.fhir.term.service that return LookupOutcome.Designation Modifier and Type Method Description LookupOutcome.Designation
LookupOutcome.Designation.Builder. build()
Methods in org.linuxforhealth.fhir.term.service that return types with arguments of type LookupOutcome.Designation Modifier and Type Method Description java.util.List<LookupOutcome.Designation>
LookupOutcome. getDesignation()
Methods in org.linuxforhealth.fhir.term.service with parameters of type LookupOutcome.Designation Modifier and Type Method Description LookupOutcome.Builder
LookupOutcome.Builder. designation(LookupOutcome.Designation... designation)
LookupOutcome.Designation.Builder
LookupOutcome.Designation.Builder. from(LookupOutcome.Designation designation)
Method parameters in org.linuxforhealth.fhir.term.service with type arguments of type LookupOutcome.Designation Modifier and Type Method Description LookupOutcome.Builder
LookupOutcome.Builder. designation(java.util.Collection<LookupOutcome.Designation> designation)
-