| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient |
| Modifier and Type | Method and Description |
|---|---|
IOperationUntypedWithInputAndPartialOutput<T> |
IOperationUntypedWithInputAndPartialOutput.andParameter(String theName,
IBase theValue)
Use chained method calls to construct a Parameters input.
|
IOperationUntypedWithInputAndPartialOutput<T> |
IOperationUntypedWithInputAndPartialOutput.andSearchParameter(String theName,
IQueryParameterType theValue)
Use chained method calls to construct a Parameters input.
|
<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.withSearchParameter(Class<T> theParameterType,
String theName,
IQueryParameterType theValue)
Use chained method calls to construct a Parameters input.
|
Copyright © 2014–2017 University Health Network. All rights reserved.