![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.SupplyRequest.SupplyRequestParameterComponent
Packages that use SupplyRequest.SupplyRequestParameterComponent
-
Uses of SupplyRequest.SupplyRequestParameterComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SupplyRequest.SupplyRequestParameterComponentModifier and TypeMethodDescriptionJsonParser.parseSupplyRequestSupplyRequestParameterComponent
(com.google.gson.JsonObject json, SupplyRequest owner) XmlParser.parseSupplyRequestSupplyRequestParameterComponent
(org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner) Methods in org.hl7.fhir.r4.formats with parameters of type SupplyRequest.SupplyRequestParameterComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeSupplyRequestSupplyRequestParameterComponent
(String name, SupplyRequest.SupplyRequestParameterComponent element) protected void
RdfParser.composeSupplyRequestSupplyRequestParameterComponent
(Turtle.Complex parent, String parentType, String name, SupplyRequest.SupplyRequestParameterComponent element, int index) protected void
XmlParser.composeSupplyRequestSupplyRequestParameterComponent
(String name, SupplyRequest.SupplyRequestParameterComponent element) protected void
XmlParser.composeSupplyRequestSupplyRequestParameterComponentElements
(SupplyRequest.SupplyRequestParameterComponent element) protected void
JsonParser.composeSupplyRequestSupplyRequestParameterComponentInner
(SupplyRequest.SupplyRequestParameterComponent element) protected boolean
XmlParser.parseSupplyRequestSupplyRequestParameterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner, SupplyRequest.SupplyRequestParameterComponent res) protected void
JsonParser.parseSupplyRequestSupplyRequestParameterComponentProperties
(com.google.gson.JsonObject json, SupplyRequest owner, SupplyRequest.SupplyRequestParameterComponent res) -
Uses of SupplyRequest.SupplyRequestParameterComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SupplyRequest.SupplyRequestParameterComponentModifier and TypeFieldDescriptionSupplyRequest.parameter
Specific parameters for the ordered item.Methods in org.hl7.fhir.r4.model that return SupplyRequest.SupplyRequestParameterComponentModifier and TypeMethodDescriptionSupplyRequest.addParameter()
SupplyRequest.SupplyRequestParameterComponent.copy()
SupplyRequest.getParameterFirstRep()
SupplyRequest.SupplyRequestParameterComponent.setCode
(CodeableConcept value) Methods in org.hl7.fhir.r4.model that return types with arguments of type SupplyRequest.SupplyRequestParameterComponentMethods in org.hl7.fhir.r4.model with parameters of type SupplyRequest.SupplyRequestParameterComponentModifier and TypeMethodDescriptionSupplyRequest.addParameter
(SupplyRequest.SupplyRequestParameterComponent t) void
SupplyRequest.SupplyRequestParameterComponent.copyValues
(SupplyRequest.SupplyRequestParameterComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type SupplyRequest.SupplyRequestParameterComponentModifier and TypeMethodDescriptionSupplyRequest.setParameter
(List<SupplyRequest.SupplyRequestParameterComponent> theParameter)