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