public class FhirRead extends Object
Constructor and Description |
---|
FhirRead(ca.uhn.fhir.rest.client.api.IGenericClient client) |
Modifier and Type | Method and Description |
---|---|
org.hl7.fhir.instance.model.api.IBaseResource |
resourceById(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource,
org.hl7.fhir.instance.model.api.IIdType id,
String ifVersionMatches,
Boolean returnNull,
org.hl7.fhir.instance.model.api.IBaseResource returnResource,
Boolean throwError,
Map<ExtraParameters,Object> extraParameters) |
org.hl7.fhir.instance.model.api.IBaseResource |
resourceById(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource,
Long longId,
String ifVersionMatches,
Boolean returnNull,
org.hl7.fhir.instance.model.api.IBaseResource returnResource,
Boolean throwError,
Map<ExtraParameters,Object> extraParameters) |
org.hl7.fhir.instance.model.api.IBaseResource |
resourceById(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource,
String stringId,
String version,
String ifVersionMatches,
Boolean returnNull,
org.hl7.fhir.instance.model.api.IBaseResource returnResource,
Boolean throwError,
Map<ExtraParameters,Object> extraParameters) |
org.hl7.fhir.instance.model.api.IBaseResource |
resourceById(String resourceClass,
org.hl7.fhir.instance.model.api.IIdType id,
String ifVersionMatches,
Boolean returnNull,
org.hl7.fhir.instance.model.api.IBaseResource returnResource,
Boolean throwError,
Map<ExtraParameters,Object> extraParameters) |
org.hl7.fhir.instance.model.api.IBaseResource |
resourceById(String resourceClass,
Long longId,
String ifVersionMatches,
Boolean returnNull,
org.hl7.fhir.instance.model.api.IBaseResource returnResource,
Boolean throwError,
Map<ExtraParameters,Object> extraParameters) |
org.hl7.fhir.instance.model.api.IBaseResource |
resourceById(String resourceClass,
String stringId,
String ifVersionMatches,
String version,
Boolean returnNull,
org.hl7.fhir.instance.model.api.IBaseResource returnResource,
Boolean throwError,
Map<ExtraParameters,Object> extraParameters) |
org.hl7.fhir.instance.model.api.IBaseResource |
resourceByUrl(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource,
org.hl7.fhir.instance.model.api.IIdType iUrl,
String ifVersionMatches,
Boolean returnNull,
org.hl7.fhir.instance.model.api.IBaseResource returnResource,
Boolean throwError,
Map<ExtraParameters,Object> extraParameters) |
org.hl7.fhir.instance.model.api.IBaseResource |
resourceByUrl(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource,
String url,
String ifVersionMatches,
Boolean returnNull,
org.hl7.fhir.instance.model.api.IBaseResource returnResource,
Boolean throwError,
Map<ExtraParameters,Object> extraParameters) |
org.hl7.fhir.instance.model.api.IBaseResource |
resourceByUrl(String resourceClass,
org.hl7.fhir.instance.model.api.IIdType iUrl,
String ifVersionMatches,
Boolean returnNull,
org.hl7.fhir.instance.model.api.IBaseResource returnResource,
Boolean throwError,
Map<ExtraParameters,Object> extraParameters) |
org.hl7.fhir.instance.model.api.IBaseResource |
resourceByUrl(String resourceClass,
String url,
String ifVersionMatches,
Boolean returnNull,
org.hl7.fhir.instance.model.api.IBaseResource returnResource,
Boolean throwError,
Map<ExtraParameters,Object> extraParameters) |
public org.hl7.fhir.instance.model.api.IBaseResource resourceById(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource, org.hl7.fhir.instance.model.api.IIdType id, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
public org.hl7.fhir.instance.model.api.IBaseResource resourceById(String resourceClass, org.hl7.fhir.instance.model.api.IIdType id, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
public org.hl7.fhir.instance.model.api.IBaseResource resourceById(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource, String stringId, String version, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
public org.hl7.fhir.instance.model.api.IBaseResource resourceById(String resourceClass, String stringId, String ifVersionMatches, String version, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
public org.hl7.fhir.instance.model.api.IBaseResource resourceById(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource, Long longId, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
public org.hl7.fhir.instance.model.api.IBaseResource resourceById(String resourceClass, Long longId, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
public org.hl7.fhir.instance.model.api.IBaseResource resourceByUrl(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource, org.hl7.fhir.instance.model.api.IIdType iUrl, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
public org.hl7.fhir.instance.model.api.IBaseResource resourceByUrl(String resourceClass, org.hl7.fhir.instance.model.api.IIdType iUrl, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
public org.hl7.fhir.instance.model.api.IBaseResource resourceByUrl(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource, String url, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
Apache Camel