
Uses of Class
org.hl7.fhir.dstu3.model.Parameters
Packages that use Parameters
-
Uses of Parameters in org.hl7.fhir.dstu3.context
Methods in org.hl7.fhir.dstu3.context that return Parameters -
Uses of Parameters in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ParametersModifier and TypeMethodDescriptionprotected Parameters
JsonParser.parseParameters
(com.google.gson.JsonObject json) protected Parameters
XmlParser.parseParameters
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type ParametersModifier and TypeMethodDescriptionprotected void
JsonParser.composeParameters
(String name, Parameters element) protected void
RdfParser.composeParameters
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Parameters element, int index) protected void
XmlParser.composeParameters
(String name, Parameters element) protected void
XmlParser.composeParametersElements
(Parameters element) protected void
JsonParser.composeParametersInner
(Parameters element) protected boolean
XmlParser.parseParametersContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Parameters res) protected Parameters.ParametersParameterComponent
JsonParser.parseParametersParametersParameterComponent
(com.google.gson.JsonObject json, Parameters owner) protected Parameters.ParametersParameterComponent
XmlParser.parseParametersParametersParameterComponent
(org.xmlpull.v1.XmlPullParser xpp, Parameters owner) protected boolean
XmlParser.parseParametersParametersParameterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Parameters owner, Parameters.ParametersParameterComponent res) protected void
JsonParser.parseParametersParametersParameterComponentProperties
(com.google.gson.JsonObject json, Parameters owner, Parameters.ParametersParameterComponent res) protected void
JsonParser.parseParametersProperties
(com.google.gson.JsonObject json, Parameters res) -
Uses of Parameters in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ParametersModifier and TypeFieldDescriptionprotected Parameters
GuidanceResponse.outputParametersTarget
The actual object that is the target of the reference (The output parameters of the evaluation, if any.Methods in org.hl7.fhir.dstu3.model that return ParametersModifier and TypeMethodDescriptionParameters.addParameter
(Parameters.ParametersParameterComponent t) Parameters.copy()
GuidanceResponse.getOutputParametersTarget()
Parameters.setParameter
(List<Parameters.ParametersParameterComponent> theParameter) protected Parameters
Parameters.typedCopy()
Methods in org.hl7.fhir.dstu3.model with parameters of type Parameters