| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IOperationUntypedWithInput<T extends IBaseParameters> |
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
|
| Modifier and Type | Method and Description |
|---|---|
static BaseHttpClientInvocation |
OperationMethodBinding.createOperationInvocation(FhirContext theContext,
String theResourceName,
String theId,
String theOperationName,
IBaseParameters theInput,
boolean theUseHttpGet) |
| Modifier and Type | Method and Description |
|---|---|
static IBaseParameters |
ParametersUtil.newInstance(FhirContext theContext) |
Copyright © 2014–2016 University Health Network. All rights reserved.