Uses of Interface
org.hl7.fhir.instance.model.api.IBaseParameters
Packages that use IBaseParameters
-
Uses of IBaseParameters in ca.uhn.fhir.context.support
Methods in ca.uhn.fhir.context.support that return IBaseParametersModifier and TypeMethodDescriptionIValidationSupport.LookupCodeResult.toParameters(FhirContext theContext, List<? extends IPrimitiveType<String>> theProperties) -
Uses of IBaseParameters in ca.uhn.fhir.rest.gclient
Classes in ca.uhn.fhir.rest.gclient with type parameters of type IBaseParametersModifier and TypeInterfaceDescriptioninterfaceMethods in ca.uhn.fhir.rest.gclient with type parameters of type IBaseParametersModifier and TypeMethodDescription<T extends IBaseParameters>
IOperationUntypedWithInput<T>IOperationUntyped.withNoParameters(Class<T> theOutputParameterType)The operation does not require any input parameters<T extends IBaseParameters>
IOperationUntypedWithInputAndPartialOutput<T>IOperationUntyped.withParameter(Class<T> theParameterType, String theName, IBase theValue)Use chained method calls to construct a Parameters input.<T extends IBaseParameters>
IOperationUntypedWithInputAndPartialOutput<T>IOperationUntyped.withParameters(T theParameters)Use the given parameters resource as the input to the operation<T extends IBaseParameters>
IOperationUntypedWithInputAndPartialOutput<T>IOperationUntyped.withSearchParameter(Class<T> theParameterType, String theName, IQueryParameterType theValue)Use chained method calls to construct a Parameters input.Methods in ca.uhn.fhir.rest.gclient with parameters of type IBaseParametersModifier and TypeMethodDescriptionIPatch.withFhirPatch(IBaseParameters thePatchBody)The body of the patch document using FHIR Patch syntax as described at http://hl7.org/fhir/fhirpatch.html -
Uses of IBaseParameters in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return IBaseParametersModifier and TypeMethodDescriptionstatic IBaseParametersParametersUtil.newInstance(FhirContext theContext)Methods in ca.uhn.fhir.util with parameters of type IBaseParametersModifier and TypeMethodDescriptionstatic IBaseParametersUtil.addParameterToParameters(FhirContext theContext, IBaseParameters theParameters, String theName)Add a parameter with no value (typically because we'll be adding sub-parameters)static voidParametersUtil.addParameterToParameters(FhirContext theContext, IBaseParameters theParameters, String theName, Object theValue)Add a parameter value to a Parameters resourcestatic voidParametersUtil.addParameterToParameters(FhirContext theContext, IBaseParameters theParameters, String theName, String thePrimitiveDatatype, String theValue)Add a parameter value to a Parameters resourcestatic voidParametersUtil.addParameterToParametersBoolean(FhirContext theCtx, IBaseParameters theParameters, String theName, boolean theValue)static voidParametersUtil.addParameterToParametersCode(FhirContext theCtx, IBaseParameters theParameters, String theName, String theValue)static voidParametersUtil.addParameterToParametersDecimal(FhirContext theCtx, IBaseParameters theParameters, String theName, BigDecimal theValue)static voidParametersUtil.addParameterToParametersInteger(FhirContext theCtx, IBaseParameters theParameters, String theName, int theValue)static voidParametersUtil.addParameterToParametersLong(FhirContext theCtx, IBaseParameters theParameters, String theName, long theValue)static voidParametersUtil.addParameterToParametersReference(FhirContext theCtx, IBaseParameters theParameters, String theName, String theReference)static voidParametersUtil.addParameterToParametersString(FhirContext theCtx, IBaseParameters theParameters, String theName, String theValue)static voidParametersUtil.addParameterToParametersUri(FhirContext theCtx, IBaseParameters theParameters, String theName, String theValue)ParametersUtil.getNamedParameterPartAsString(FhirContext theCtx, IBaseParameters theParameters, String thePartName, String theParameterName)ParametersUtil.getNamedParameterValueAsInteger(FhirContext theCtx, IBaseParameters theParameters, String theParameterName)ParametersUtil.getNamedParameterValuesAsInteger(FhirContext theCtx, IBaseParameters theParameters, String theParameterName)ParametersUtil.getNamedParameterValuesAsString(FhirContext theCtx, IBaseParameters theParameters, String theParameterName)