Uses of Class
org.hl7.fhir.r4b.model.SupplyRequest.SupplyRequestParameterComponent
-
Packages that use SupplyRequest.SupplyRequestParameterComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of SupplyRequest.SupplyRequestParameterComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return SupplyRequest.SupplyRequestParameterComponent Modifier and Type Method Description protected SupplyRequest.SupplyRequestParameterComponentJsonParser. parseSupplyRequestParameterComponent(com.google.gson.JsonObject json)protected SupplyRequest.SupplyRequestParameterComponentXmlParser. parseSupplyRequestParameterComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of SupplyRequest.SupplyRequestParameterComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type SupplyRequest.SupplyRequestParameterComponent Modifier and Type Field Description protected List<SupplyRequest.SupplyRequestParameterComponent>SupplyRequest. parameterSpecific parameters for the ordered item.Methods in org.hl7.fhir.r4b.model that return SupplyRequest.SupplyRequestParameterComponent Modifier and Type Method Description SupplyRequest.SupplyRequestParameterComponentSupplyRequest. addParameter()SupplyRequest.SupplyRequestParameterComponentSupplyRequest.SupplyRequestParameterComponent. copy()SupplyRequest.SupplyRequestParameterComponentSupplyRequest. getParameterFirstRep()SupplyRequest.SupplyRequestParameterComponentSupplyRequest.SupplyRequestParameterComponent. setCode(CodeableConcept value)SupplyRequest.SupplyRequestParameterComponentSupplyRequest.SupplyRequestParameterComponent. setValue(DataType value)Methods in org.hl7.fhir.r4b.model that return types with arguments of type SupplyRequest.SupplyRequestParameterComponent Modifier and Type Method Description List<SupplyRequest.SupplyRequestParameterComponent>SupplyRequest. getParameter()Methods in org.hl7.fhir.r4b.model with parameters of type SupplyRequest.SupplyRequestParameterComponent Modifier and Type Method Description SupplyRequestSupplyRequest. addParameter(SupplyRequest.SupplyRequestParameterComponent t)voidSupplyRequest.SupplyRequestParameterComponent. copyValues(SupplyRequest.SupplyRequestParameterComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type SupplyRequest.SupplyRequestParameterComponent Modifier and Type Method Description SupplyRequestSupplyRequest. setParameter(List<SupplyRequest.SupplyRequestParameterComponent> theParameter)
-