Uses of Class
org.hl7.fhir.r4.model.SupplyRequest.SupplyRequestParameterComponent
-
Packages that use SupplyRequest.SupplyRequestParameterComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of SupplyRequest.SupplyRequestParameterComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SupplyRequest.SupplyRequestParameterComponent Modifier and Type Method Description protected SupplyRequest.SupplyRequestParameterComponentJsonParser. parseSupplyRequestSupplyRequestParameterComponent(com.google.gson.JsonObject json, SupplyRequest owner)protected SupplyRequest.SupplyRequestParameterComponentXmlParser. parseSupplyRequestSupplyRequestParameterComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner) -
Uses of SupplyRequest.SupplyRequestParameterComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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(Type value)Methods in org.hl7.fhir.r4.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.r4.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.r4.model with type arguments of type SupplyRequest.SupplyRequestParameterComponent Modifier and Type Method Description SupplyRequestSupplyRequest. setParameter(List<SupplyRequest.SupplyRequestParameterComponent> theParameter)
-