Uses of Interface
org.hl7.fhir.instance.model.api.IBaseParameters
-
Packages that use IBaseParameters Package Description ca.uhn.fhir.context.support ca.uhn.fhir.rest.gclient ca.uhn.fhir.util -
-
Uses of IBaseParameters in ca.uhn.fhir.context.support
Methods in ca.uhn.fhir.context.support that return IBaseParameters Modifier and Type Method Description IBaseParametersIContextValidationSupport.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 IBaseParameters Modifier and Type Interface Description interfaceIOperationUntypedWithInputAndPartialOutput<T extends IBaseParameters>Methods in ca.uhn.fhir.rest.gclient with type parameters of type IBaseParameters Modifier and Type Method Description <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. -
Uses of IBaseParameters in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return IBaseParameters Modifier and Type Method Description static IBaseParametersParametersUtil. newInstance(FhirContext theContext)Methods in ca.uhn.fhir.util with parameters of type IBaseParameters Modifier and Type Method Description static 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 paratemer value to a Parameters resourcestatic voidParametersUtil. addParameterToParameters(FhirContext theContext, IBaseParameters theParameters, String theName, String thePrimitiveDatatype, String theValue)Add a paratemer 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. addParameterToParametersInteger(FhirContext theCtx, IBaseParameters theParameters, String theName, int 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)static List<String>ParametersUtil. getNamedParameterValuesAsString(FhirContext theCtx, IBaseParameters theParameters, String theParameterName)
-