
Uses of Class
org.hl7.fhir.r5.model.Parameters.ParametersParameterComponent
Packages that use Parameters.ParametersParameterComponent
-
Uses of Parameters.ParametersParameterComponent in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionExtensions.setParametersDefinition
(Parameters.ParametersParameterComponent context, ParameterDefinition value) Extensions.setParamFullUrl
(Parameters.ParametersParameterComponent context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionstatic ParameterDefinition
Extensions.getParametersDefinition
(Parameters.ParametersParameterComponent context) static String
Extensions.getParamFullUrl
(Parameters.ParametersParameterComponent context) Extensions.setParametersDefinition
(Parameters.ParametersParameterComponent context, ParameterDefinition value) Extensions.setParamFullUrl
(Parameters.ParametersParameterComponent context, String value) -
Uses of Parameters.ParametersParameterComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionprotected Parameters.ParametersParameterComponent
JsonParser.parseParametersParameterComponent
(com.google.gson.JsonObject json) protected Parameters.ParametersParameterComponent
XmlParser.parseParametersParameterComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeParametersParameterComponent
(String name, Parameters.ParametersParameterComponent element) protected void
RdfParser.composeParametersParameterComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Parameters.ParametersParameterComponent element, int index) protected void
XmlParser.composeParametersParameterComponent
(String name, Parameters.ParametersParameterComponent element) protected void
XmlParser.composeParametersParameterComponentElements
(Parameters.ParametersParameterComponent element) protected void
JsonParser.composeParametersParameterComponentProperties
(Parameters.ParametersParameterComponent element) protected boolean
XmlParser.parseParametersParameterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Parameters.ParametersParameterComponent res) protected void
JsonParser.parseParametersParameterComponentProperties
(com.google.gson.JsonObject json, Parameters.ParametersParameterComponent res) -
Uses of Parameters.ParametersParameterComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Parameters.ParametersParameterComponentModifier and TypeFieldDescriptionprotected List
<Parameters.ParametersParameterComponent> Parameters.parameter
A parameter passed to or received from the operation.protected List
<Parameters.ParametersParameterComponent> Parameters.ParametersParameterComponent.part
A named part of a multi-part parameter.Methods in org.hl7.fhir.r5.model that return Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionParameters.addParameter()
Parameters.ParametersParameterComponent.addPart()
Parameters.ParametersParameterComponent.addPart
(Parameters.ParametersParameterComponent t) Parameters.ParametersParameterComponent.copy()
Parameters.getParameter
(String name) Parameters.getParameterFirstRep()
Parameters.ParametersParameterComponent.getPartFirstRep()
Parameters.ParametersParameterComponent.setNameElement
(StringType value) Parameters.ParametersParameterComponent.setPart
(List<Parameters.ParametersParameterComponent> thePart) Parameters.ParametersParameterComponent.setResource
(Resource value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionParameters.getParameter()
Parameters.getParameters
(String name) Parameters.ParametersParameterComponent.getPart()
Methods in org.hl7.fhir.r5.model with parameters of type Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionParameters.addParameter
(Parameters.ParametersParameterComponent t) Parameters.ParametersParameterComponent.addPart
(Parameters.ParametersParameterComponent t) void
Parameters.ParametersParameterComponent.copyValues
(Parameters.ParametersParameterComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionParameters.setParameter
(List<Parameters.ParametersParameterComponent> theParameter) Parameters.ParametersParameterComponent.setPart
(List<Parameters.ParametersParameterComponent> thePart)