Uses of Class
org.linuxforhealth.fhir.model.resource.SupplyRequest.Parameter
-
Packages that use SupplyRequest.Parameter Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of SupplyRequest.Parameter in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return SupplyRequest.Parameter Modifier and Type Method Description SupplyRequest.Parameter
SupplyRequest.Parameter.Builder. build()
Build theSupplyRequest.Parameter
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type SupplyRequest.Parameter Modifier and Type Method Description java.util.List<SupplyRequest.Parameter>
SupplyRequest. getParameter()
Specific parameters for the ordered item.Methods in org.linuxforhealth.fhir.model.resource with parameters of type SupplyRequest.Parameter Modifier and Type Method Description protected SupplyRequest.Parameter.Builder
SupplyRequest.Parameter.Builder. from(SupplyRequest.Parameter parameter)
SupplyRequest.Builder
SupplyRequest.Builder. parameter(SupplyRequest.Parameter... parameter)
Specific parameters for the ordered item.protected void
SupplyRequest.Parameter.Builder. validate(SupplyRequest.Parameter parameter)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type SupplyRequest.Parameter Modifier and Type Method Description SupplyRequest.Builder
SupplyRequest.Builder. parameter(java.util.Collection<SupplyRequest.Parameter> parameter)
Specific parameters for the ordered item.
-