
Uses of Class
org.hl7.fhir.r5.model.SupplyRequest.SupplyRequestParameterComponent
Packages that use SupplyRequest.SupplyRequestParameterComponent
-
Uses of SupplyRequest.SupplyRequestParameterComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return SupplyRequest.SupplyRequestParameterComponentModifier and TypeMethodDescriptionJsonParser.parseSupplyRequestParameterComponent
(com.google.gson.JsonObject json) XmlParser.parseSupplyRequestParameterComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type SupplyRequest.SupplyRequestParameterComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeSupplyRequestParameterComponent
(String name, SupplyRequest.SupplyRequestParameterComponent element) protected void
RdfParser.composeSupplyRequestParameterComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, SupplyRequest.SupplyRequestParameterComponent element, int index) protected void
XmlParser.composeSupplyRequestParameterComponent
(String name, SupplyRequest.SupplyRequestParameterComponent element) protected void
XmlParser.composeSupplyRequestParameterComponentElements
(SupplyRequest.SupplyRequestParameterComponent element) protected void
JsonParser.composeSupplyRequestParameterComponentProperties
(SupplyRequest.SupplyRequestParameterComponent element) protected boolean
XmlParser.parseSupplyRequestParameterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyRequest.SupplyRequestParameterComponent res) protected void
JsonParser.parseSupplyRequestParameterComponentProperties
(com.google.gson.JsonObject json, SupplyRequest.SupplyRequestParameterComponent res) -
Uses of SupplyRequest.SupplyRequestParameterComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type SupplyRequest.SupplyRequestParameterComponentModifier and TypeFieldDescriptionSupplyRequest.parameter
Specific parameters for the ordered item.Methods in org.hl7.fhir.r5.model that return SupplyRequest.SupplyRequestParameterComponentModifier and TypeMethodDescriptionSupplyRequest.addParameter()
SupplyRequest.SupplyRequestParameterComponent.copy()
SupplyRequest.getParameterFirstRep()
SupplyRequest.SupplyRequestParameterComponent.setCode
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type SupplyRequest.SupplyRequestParameterComponentMethods in org.hl7.fhir.r5.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.r5.model with type arguments of type SupplyRequest.SupplyRequestParameterComponentModifier and TypeMethodDescriptionSupplyRequest.setParameter
(List<SupplyRequest.SupplyRequestParameterComponent> theParameter)