| Package | Description |
|---|---|
| ca.uhn.fhir.context | |
| ca.uhn.fhir.model.base.composite | |
| ca.uhn.fhir.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
<T extends IRestfulClient> |
FhirContext.newRestfulClient(Class<T> theClientType,
String theServerBase)
Instantiates a new client instance.
|
| Modifier and Type | Method and Description |
|---|---|
IBaseResource |
BaseResourceReferenceDt.loadResource(IRestfulClient theClient)
Returns the referenced resource, fetching it if it has not already been loaded.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBasicClient
Base interface for a client supporting the mandatory operations as defined by
the FHIR specification.
|
interface |
IGenericClient |
| Modifier and Type | Method and Description |
|---|---|
<T extends IRestfulClient> |
IRestfulClientFactory.newClient(Class<T> theClientType,
String theServerBase)
Instantiates a new client instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRestfulClientFactory.validateServerBase(String theServerBase,
IHttpClient theHttpClient,
IRestfulClient theClient) |
void |
IRestfulClientFactory.validateServerBaseIfConfiguredToDoSo(String theServerBase,
IHttpClient theHttpClient,
IRestfulClient theClient)
This method is internal to HAPI - It may change in future versions, use with caution.
|
Copyright © 2014–2017 University Health Network. All rights reserved.