
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 TypeInterfaceDescriptioninterface
Methods 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 IBaseParameters
ParametersUtil.newInstance
(FhirContext theContext) Methods in ca.uhn.fhir.util with parameters of type IBaseParametersModifier and TypeMethodDescriptionstatic IBase
ParametersUtil.addParameterToParameters
(FhirContext theContext, IBaseParameters theParameters, String theName) Add a parameter with no value (typically because we'll be adding sub-parameters)static void
ParametersUtil.addParameterToParameters
(FhirContext theContext, IBaseParameters theParameters, String theName, Object theValue) Add a parameter value to a Parameters resourcestatic void
ParametersUtil.addParameterToParameters
(FhirContext theContext, IBaseParameters theParameters, String theName, String thePrimitiveDatatype, String theValue) Add a parameter value to a Parameters resourcestatic void
ParametersUtil.addParameterToParametersBoolean
(FhirContext theCtx, IBaseParameters theParameters, String theName, boolean theValue) static void
ParametersUtil.addParameterToParametersCode
(FhirContext theCtx, IBaseParameters theParameters, String theName, String theValue) static void
ParametersUtil.addParameterToParametersDecimal
(FhirContext theCtx, IBaseParameters theParameters, String theName, BigDecimal theValue) static void
ParametersUtil.addParameterToParametersInteger
(FhirContext theCtx, IBaseParameters theParameters, String theName, int theValue) static void
ParametersUtil.addParameterToParametersLong
(FhirContext theCtx, IBaseParameters theParameters, String theName, long theValue) static void
ParametersUtil.addParameterToParametersReference
(FhirContext theCtx, IBaseParameters theParameters, String theName, String theReference) static void
ParametersUtil.addParameterToParametersString
(FhirContext theCtx, IBaseParameters theParameters, String theName, String theValue) static void
ParametersUtil.addParameterToParametersUri
(FhirContext theCtx, IBaseParameters theParameters, String theName, String theValue) BundleBuilder.addTransactionFhirPatchEntry
(IBaseParameters thePatch) Adds a FHIRPatch patch bundle to the transaction.BundleBuilder.addTransactionFhirPatchEntry
(IIdType theTarget, IBaseParameters thePatch) Adds a FHIRPatch patch bundle to the transactionParametersUtil.getNamedParameterPartAsString
(FhirContext theCtx, IBaseParameters theParameters, String thePartName, String theParameterName) ParametersUtil.getNamedParameterValueAsInteger
(FhirContext theCtx, IBaseParameters theParameters, String theParameterName) ParametersUtil.getNamedParameterValueAsString
(FhirContext theCtx, IBaseParameters theParameters, String theParameterName) ParametersUtil.getNamedParameterValuesAsInteger
(FhirContext theCtx, IBaseParameters theParameters, String theParameterName) ParametersUtil.getNamedParameterValuesAsString
(FhirContext theCtx, IBaseParameters theParameters, String theParameterName)