Class FhirUpdate


  • public class FhirUpdate
    extends Object
    API for the "update" operation, which performs a logical delete on a server resource
    • Constructor Detail

      • FhirUpdate

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

      • resource

        public ca.uhn.fhir.rest.api.MethodOutcome resource​(org.hl7.fhir.instance.model.api.IBaseResource resource,
                                                           org.hl7.fhir.instance.model.api.IIdType id,
                                                           ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn,
                                                           Map<ExtraParameters,​Object> extraParameters)
      • resource

        public ca.uhn.fhir.rest.api.MethodOutcome resource​(String resourceAsString,
                                                           org.hl7.fhir.instance.model.api.IIdType id,
                                                           ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn,
                                                           Map<ExtraParameters,​Object> extraParameters)
      • resource

        public ca.uhn.fhir.rest.api.MethodOutcome resource​(org.hl7.fhir.instance.model.api.IBaseResource resource,
                                                           String stringId,
                                                           ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn,
                                                           Map<ExtraParameters,​Object> extraParameters)
      • resource

        public ca.uhn.fhir.rest.api.MethodOutcome resource​(String resourceAsString,
                                                           String stringId,
                                                           ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn,
                                                           Map<ExtraParameters,​Object> extraParameters)
      • resourceBySearchUrl

        public ca.uhn.fhir.rest.api.MethodOutcome resourceBySearchUrl​(org.hl7.fhir.instance.model.api.IBaseResource resource,
                                                                      String url,
                                                                      ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn,
                                                                      Map<ExtraParameters,​Object> extraParameters)
      • resourceBySearchUrl

        public ca.uhn.fhir.rest.api.MethodOutcome resourceBySearchUrl​(String resourceAsString,
                                                                      String url,
                                                                      ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn,
                                                                      Map<ExtraParameters,​Object> extraParameters)