Package tilda.utils.cms
Class FHIRProviderDPC
- java.lang.Object
-
- tilda.utils.fhir.FHIRProvider
-
- tilda.utils.cms.FHIRProviderDPC
-
public class FHIRProviderDPC extends FHIRProvider
- Author:
- Laurent Hasson
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class tilda.utils.fhir.FHIRProvider
FHIRProvider.FhirEnitityCreator
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_DEFAULT_BASE_URI
protected java.lang.String
_fhirStoreUri
protected java.lang.String
_token
protected static org.apache.logging.log4j.Logger
LOG
-
Constructor Summary
Constructors Constructor Description FHIRProviderDPC(java.lang.String projectName, java.lang.String fhirStoreUri, java.lang.String applicationName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObject
fhirResourceSearch(java.lang.String resourceType, java.util.List<StringStringPair> params)
com.google.gson.JsonObject
fhirStoreCapabilities()
java.lang.String
getRootUrl()
java.lang.String
getToken()
-
Methods inherited from class tilda.utils.fhir.FHIRProvider
fhirResourceCreate, fhirResourceCreate, fhirResourceGet, fhirResourceSearchByIdentifier, fhirResourceSearchByIdentifier
-
-
-
-
Method Detail
-
fhirStoreCapabilities
public com.google.gson.JsonObject fhirStoreCapabilities() throws java.lang.Exception
- Specified by:
fhirStoreCapabilities
in classFHIRProvider
- Throws:
java.lang.Exception
-
getRootUrl
public java.lang.String getRootUrl() throws java.lang.Exception
- Specified by:
getRootUrl
in classFHIRProvider
- Throws:
java.lang.Exception
-
getToken
public java.lang.String getToken() throws java.lang.Exception
- Specified by:
getToken
in classFHIRProvider
- Throws:
java.lang.Exception
-
fhirResourceSearch
public com.google.gson.JsonObject fhirResourceSearch(java.lang.String resourceType, java.util.List<StringStringPair> params) throws java.lang.Exception
- Specified by:
fhirResourceSearch
in classFHIRProvider
- Throws:
java.lang.Exception
-
-