Uses of Class
org.hl7.fhir.dstu3.model.Parameters
Package
Description
-
Uses of Parameters in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected Parameters
JsonParser.parseParameters
(com.google.gson.JsonObject json) protected Parameters
XmlParser.parseParameters
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeParameters
(String name, Parameters element) protected void
RdfParser.composeParameters
(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
Modifier and TypeFieldDescriptionprotected Parameters
GuidanceResponse.outputParametersTarget
The actual object that is the target of the reference (The output parameters of the evaluation, if any.Modifier and TypeMethodDescriptionParameters.addParameter
(Parameters.ParametersParameterComponent t) Parameters.copy()
GuidanceResponse.getOutputParametersTarget()
Parameters.setParameter
(List<Parameters.ParametersParameterComponent> theParameter) protected Parameters
Parameters.typedCopy()
-
Uses of Parameters in org.hl7.fhir.dstu3.utils.client
Modifier and TypeMethodDescriptionFHIRToolingClient.getTerminologyCapabilities()
FHIRToolingClient.lookupCode
(Map<String, String> params) FHIRToolingClient.lookupCode
(Parameters p) <T extends Resource>
ParametersFHIRToolingClient.operateType
(Class<T> resourceClass, String name, Parameters params) FHIRToolingClient.transform
(Parameters p) Modifier and TypeMethodDescriptionFHIRToolingClient.expandValueset
(ValueSet source, Parameters expParams) FHIRToolingClient.lookupCode
(Parameters p) <T extends Resource>
ParametersFHIRToolingClient.operateType
(Class<T> resourceClass, String name, Parameters params) FHIRToolingClient.transform
(Parameters p)