| Package | Description |
|---|---|
| ca.uhn.fhir.context | |
| ca.uhn.fhir.model.base.composite | |
| ca.uhn.fhir.rest.client | |
| 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 |
IGenericClient |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseClient |
class |
GenericClient |
| Modifier and Type | Method and Description |
|---|---|
<T extends IRestfulClient> |
RestfulClientFactory.newClient(Class<T> theClientType,
String theServerBase)
Instantiates a new client instance
|
<T extends IRestfulClient> |
IRestfulClientFactory.newClient(Class<T> theClientType,
String theServerBase)
Instantiates a new client instance
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBasicClient
Base interface for a client supporting the mandatory operations as defined by
the FHIR specification.
|
Copyright © 2014–2016 University Health Network. All rights reserved.