Uses of Interface
com.ibm.fhir.client.FHIRClient
-
Packages that use FHIRClient Package Description com.ibm.fhir.cli.invoker com.ibm.fhir.client com.ibm.fhir.client.impl -
-
Uses of FHIRClient in com.ibm.fhir.cli.invoker
Fields in com.ibm.fhir.cli.invoker declared as FHIRClient Modifier and Type Field Description protected FHIRClient
OperationInvoker. client
Methods in com.ibm.fhir.cli.invoker that return FHIRClient Modifier and Type Method Description protected FHIRClient
OperationInvoker. getClient(Properties properties)
Retrieves a new FHIRClient instance using the specified properties. -
Uses of FHIRClient in com.ibm.fhir.client
Methods in com.ibm.fhir.client that return FHIRClient Modifier and Type Method Description static FHIRClient
FHIRClientFactory. getClient(Properties properties)
-
Uses of FHIRClient in com.ibm.fhir.client.impl
Classes in com.ibm.fhir.client.impl that implement FHIRClient Modifier and Type Class Description class
FHIRClientImpl
Provides an implementation of the FHIRClient interface, which can be used as a high-level API for invoking FHIR REST APIs.
-