Uses of Interface
dev.dsf.bpe.v2.client.fhir.ClientConfig
Packages that use ClientConfig
-
Uses of ClientConfig in dev.dsf.bpe.v2.client.fhir
Methods in dev.dsf.bpe.v2.client.fhir that return types with arguments of type ClientConfig -
Uses of ClientConfig in dev.dsf.bpe.v2.service
Methods in dev.dsf.bpe.v2.service that return types with arguments of type ClientConfigModifier and TypeMethodDescriptionFhirClientProvider.getClientConfig
(String fhirServerId) FHIR client config for a FHIR server configured via YAML with the given fhirServerId.
Use#local
as the fhirServerId for a connection configuration to the local DSF FHIR server.
Use#<value>
as the fhirServerId for a connection configuration to a DSF FHIR server with an activeEndpoint
resource and the given fhirServerId as the "http://dsf.dev/sid/endpoint-identifier" value (ignoring the # character).