Uses of Class
com.ibm.fhir.model.resource.SupplyRequest.Parameter
-
Packages that use SupplyRequest.Parameter Package Description com.ibm.fhir.model.resource -
-
Uses of SupplyRequest.Parameter in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SupplyRequest.Parameter Modifier and Type Method Description SupplyRequest.Parameter
SupplyRequest.Parameter.Builder. build()
Build theSupplyRequest.Parameter
Methods in com.ibm.fhir.model.resource that return types with arguments of type SupplyRequest.Parameter Modifier and Type Method Description List<SupplyRequest.Parameter>
SupplyRequest. getParameter()
Specific parameters for the ordered item.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type SupplyRequest.Parameter Modifier and Type Method Description SupplyRequest.Builder
SupplyRequest.Builder. parameter(Collection<SupplyRequest.Parameter> parameter)
Specific parameters for the ordered item.
-