
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 voidJsonParser.composeSupplyRequestParameterComponent(String name, SupplyRequest.SupplyRequestParameterComponent element) protected voidRdfParser.composeSupplyRequestParameterComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, SupplyRequest.SupplyRequestParameterComponent element, int index) protected voidXmlParser.composeSupplyRequestParameterComponent(String name, SupplyRequest.SupplyRequestParameterComponent element) protected voidXmlParser.composeSupplyRequestParameterComponentElements(SupplyRequest.SupplyRequestParameterComponent element) protected voidJsonParser.composeSupplyRequestParameterComponentProperties(SupplyRequest.SupplyRequestParameterComponent element) protected booleanXmlParser.parseSupplyRequestParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyRequest.SupplyRequestParameterComponent res) protected voidJsonParser.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.parameterSpecific 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) voidSupplyRequest.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)