| Package | Description |
|---|---|
| ca.uhn.fhir.context.support | |
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.util |
| Modifier and Type | Method and Description |
|---|---|
IBaseParameters |
IContextValidationSupport.LookupCodeResult.toParameters(FhirContext theContext,
List<? extends IPrimitiveType<String>> theProperties) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IOperationUntypedWithInputAndPartialOutput<T extends IBaseParameters> |
| Modifier and Type | Method and Description |
|---|---|
<T extends IBaseParameters> |
IOperationUntyped.withNoParameters(Class<T> theOutputParameterType)
The operation does not require any input parameters
|
<T extends IBaseParameters> |
IOperationUntyped.withParameter(Class<T> theParameterType,
String theName,
IBase theValue)
Use chained method calls to construct a Parameters input.
|
<T extends IBaseParameters> |
IOperationUntyped.withParameters(T theParameters)
Use the given parameters resource as the input to the operation
|
<T extends IBaseParameters> |
IOperationUntyped.withSearchParameter(Class<T> theParameterType,
String theName,
IQueryParameterType theValue)
Use chained method calls to construct a Parameters input.
|
| Modifier and Type | Method and Description |
|---|---|
static IBaseParameters |
ParametersUtil.newInstance(FhirContext theContext) |
| Modifier and Type | Method and Description |
|---|---|
static 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 paratemer value to a Parameters resource
|
static void |
ParametersUtil.addParameterToParameters(FhirContext theContext,
IBaseParameters theParameters,
String theName,
String thePrimitiveDatatype,
String theValue)
Add a paratemer value to a Parameters resource
|
static 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.addParameterToParametersInteger(FhirContext theCtx,
IBaseParameters theParameters,
String theName,
int 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) |
static List<String> |
ParametersUtil.getNamedParameterValuesAsString(FhirContext theCtx,
IBaseParameters theParameters,
String theParameterName) |
Copyright © 2014–2019 University Health Network. All rights reserved.