
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Parameters.Parameter
Packages that use Parameters.Parameter
-
Uses of Parameters.Parameter in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Parameters.ParameterModifier and TypeMethodDescriptionParameters.addParameter()
Adds and returns a new value for parameter ()Parameters.Parameter.addPart()
Adds and returns a new value for part ()Parameters.Parameter.addPart
(Parameters.Parameter theValue) Adds a given new value for part ()Parameters.getParameterFirstRep()
Gets the first repetition for parameter (), creating it if it does not already exist.Parameters.Parameter.getPartFirstRep()
Gets the first repetition for part (), creating it if it does not already exist.Parameters.Parameter.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()Parameters.Parameter.setPart
(List<Parameters.Parameter> theValue) Sets the value(s) for part ()Parameters.Parameter.setResource
(ca.uhn.fhir.model.api.IResource theValue) Sets the value(s) for resource ()Parameters.Parameter.setValue
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for value[x] ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Parameters.ParameterModifier and TypeMethodDescriptionParameters.getParameter()
Gets the value(s) for parameter ().Parameters.Parameter.getPart()
Gets the value(s) for part ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Parameters.ParameterModifier and TypeMethodDescriptionParameters.addParameter
(Parameters.Parameter theValue) Adds a given new value for parameter ()Parameters.Parameter.addPart
(Parameters.Parameter theValue) Adds a given new value for part ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Parameters.ParameterModifier and TypeMethodDescriptionParameters.setParameter
(List<Parameters.Parameter> theValue) Sets the value(s) for parameter ()Parameters.Parameter.setPart
(List<Parameters.Parameter> theValue) Sets the value(s) for part ()