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.ParameterSupplyRequest.Parameter.Builder. build()Build theSupplyRequest.ParameterMethods 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.BuilderSupplyRequest.Parameter.Builder. from(SupplyRequest.Parameter parameter)SupplyRequest.BuilderSupplyRequest.Builder. parameter(SupplyRequest.Parameter... parameter)Specific parameters for the ordered item.protected voidSupplyRequest.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.BuilderSupplyRequest.Builder. parameter(Collection<SupplyRequest.Parameter> parameter)Specific parameters for the ordered item.
-