Class FhirRead


  • public class FhirRead
    extends Object
    API method for "read" operations
    • Constructor Detail

      • FhirRead

        public FhirRead​(ca.uhn.fhir.rest.client.api.IGenericClient client)
    • Method Detail

      • resourceById

        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)
      • resourceById

        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)
      • resourceById

        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)
      • resourceById

        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)
      • resourceById

        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)
      • resourceById

        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)
      • resourceByUrl

        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)
      • resourceByUrl

        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)
      • resourceByUrl

        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)
      • resourceByUrl

        public 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)