List<QualifiedParamList> |
SearchParameter.encode(FhirContext theContext,
Object theObject) |
BaseHttpClientInvocation |
TransactionMethodBinding.invokeClient(Object[] theArgs) |
BaseHttpClientInvocation |
SearchMethodBinding.invokeClient(Object[] theArgs) |
BaseHttpClientInvocation |
PageMethodBinding.invokeClient(Object[] theArgs) |
BaseHttpClientInvocation |
OperationMethodBinding.invokeClient(Object[] theArgs) |
BaseHttpClientInvocation |
HistoryMethodBinding.invokeClient(Object[] theArgs) |
BaseHttpClientInvocation |
GetTagsMethodBinding.invokeClient(Object[] theArgs) |
BaseHttpClientInvocation |
DynamicSearchMethodBinding.invokeClient(Object[] theArgs) |
BaseHttpClientInvocation |
DeleteMethodBinding.invokeClient(Object[] theArgs) |
HttpGetClientInvocation |
ConformanceMethodBinding.invokeClient(Object[] theArgs) |
abstract BaseHttpClientInvocation |
BaseMethodBinding.invokeClient(Object[] theArgs) |
IBundleProvider |
ReadMethodBinding.invokeServer(IRestfulServer<?> theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
Object |
PageMethodBinding.invokeServer(IRestfulServer<?> theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
IBundleProvider |
HistoryMethodBinding.invokeServer(IRestfulServer<?> theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
abstract Object |
BaseResourceReturningMethodBinding.invokeServer(IRestfulServer<?> theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
Object |
TransactionMethodBinding.invokeServer(IRestfulServer theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
IBundleProvider |
SearchMethodBinding.invokeServer(IRestfulServer theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
IBundleProvider |
DynamicSearchMethodBinding.invokeServer(IRestfulServer theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
Object |
SearchParameter.parse(FhirContext theContext,
List<QualifiedParamList> theString) |
protected IBundleProvider |
BaseMethodBinding.toResourceList(Object response) |
void |
SummaryEnumParameter.translateClientArgumentIntoQueryArgument(FhirContext theContext,
Object theSourceClientArgument,
Map<String,List<String>> theTargetQueryArguments,
IBaseResource theTargetResource) |
void |
SortParameter.translateClientArgumentIntoQueryArgument(FhirContext theContext,
Object theSourceClientArgument,
Map<String,List<String>> theTargetQueryArguments,
IBaseResource theTargetResource) |
void |
OperationParameter.translateClientArgumentIntoQueryArgument(FhirContext theContext,
Object theSourceClientArgument,
Map<String,List<String>> theTargetQueryArguments,
IBaseResource theTargetResource) |
void |
IParameter.translateClientArgumentIntoQueryArgument(FhirContext theContext,
Object theSourceClientArgument,
Map<String,List<String>> theTargetQueryArguments,
IBaseResource theTargetResource) |
void |
ElementsParameter.translateClientArgumentIntoQueryArgument(FhirContext theContext,
Object theSourceClientArgument,
Map<String,List<String>> theTargetQueryArguments,
IBaseResource theTargetResource) |
void |
DynamicSearchParameter.translateClientArgumentIntoQueryArgument(FhirContext theContext,
Object theSourceClientArgument,
Map<String,List<String>> theTargetQueryArguments,
IBaseResource theTargetResource) |
void |
CountParameter.translateClientArgumentIntoQueryArgument(FhirContext theContext,
Object theSourceClientArgument,
Map<String,List<String>> theTargetQueryArguments,
IBaseResource theTargetResource) |
Object |
SummaryEnumParameter.translateQueryParametersIntoServerArgument(RequestDetails theRequest,
BaseMethodBinding<?> theMethodBinding) |
Object |
SortParameter.translateQueryParametersIntoServerArgument(RequestDetails theRequest,
BaseMethodBinding<?> theMethodBinding) |
Object |
OperationParameter.translateQueryParametersIntoServerArgument(RequestDetails theRequest,
BaseMethodBinding<?> theMethodBinding) |
Object |
IParameter.translateQueryParametersIntoServerArgument(RequestDetails theRequest,
BaseMethodBinding<?> theMethodBinding)
This server method method takes the data received by the server in an incoming request, and translates that data into a single argument for a server method invocation.
|
Object |
ElementsParameter.translateQueryParametersIntoServerArgument(RequestDetails theRequest,
BaseMethodBinding<?> theMethodBinding) |
Object |
DynamicSearchParameter.translateQueryParametersIntoServerArgument(RequestDetails theRequest,
BaseMethodBinding<?> theMethodBinding) |
Object |
CountParameter.translateQueryParametersIntoServerArgument(RequestDetails theRequest,
BaseMethodBinding<?> theMethodBinding) |