Uses of Class
org.hl7.fhir.dstu2016may.model.Parameters
-
Packages that use Parameters Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model org.hl7.fhir.dstu2016may.utils.client -
-
Uses of Parameters in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return Parameters Modifier and Type Method Description protected ParametersJsonParser. parseParameters(com.google.gson.JsonObject json)protected ParametersXmlParser. parseParameters(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Parameters Modifier and Type Method Description protected voidJsonParser. composeParameters(String name, Parameters element)protected voidRdfParser. composeParameters(RdfGenerator.Complex parent, String parentType, String name, Parameters element, int index)protected voidXmlParser. composeParameters(String name, Parameters element)protected voidJsonParser. composeParametersInner(Parameters element)protected Parameters.ParametersParameterComponentJsonParser. parseParametersParametersParameterComponent(com.google.gson.JsonObject json, Parameters owner)protected Parameters.ParametersParameterComponentXmlParser. parseParametersParametersParameterComponent(org.xmlpull.v1.XmlPullParser xpp, Parameters owner) -
Uses of Parameters in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model declared as Parameters Modifier and Type Field Description protected ParametersGuidanceResponse. outputParametersTargetThe actual object that is the target of the reference (The output parameters of the evaluation, if any.Methods in org.hl7.fhir.dstu2016may.model that return Parameters Modifier and Type Method Description ParametersParameters. addParameter(Parameters.ParametersParameterComponent t)ParametersParameters. copy()ParametersGuidanceResponse. getOutputParametersTarget()protected ParametersParameters. typedCopy()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Parameters Modifier and Type Method Description GuidanceResponseGuidanceResponse. setOutputParametersTarget(Parameters value) -
Uses of Parameters in org.hl7.fhir.dstu2016may.utils.client
Methods in org.hl7.fhir.dstu2016may.utils.client that return Parameters Modifier and Type Method Description ParametersFHIRToolingClient. getTerminologyCapabilities()ParametersFHIRToolingClient. lookupCode(Map<String,String> params)<T extends Resource>
ParametersFHIRToolingClient. operateType(Class<T> resourceClass, String name, Parameters params)Methods in org.hl7.fhir.dstu2016may.utils.client with parameters of type Parameters Modifier and Type Method Description ValueSetFHIRToolingClient. expandValueset(ValueSet source, Parameters expParams)ValueSetFHIRToolingClient. expandValueset(ValueSet source, Parameters expParams, Map<String,String> params)<T extends Resource>
ParametersFHIRToolingClient. operateType(Class<T> resourceClass, String name, Parameters params)
-