Class FhirBundleResponse

  • All Implemented Interfaces:
    java.io.Serializable

    @DefaultSchema(org.apache.beam.sdk.schemas.AutoValueSchema.class)
    public abstract class FhirBundleResponse
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • FhirBundleResponse

        public FhirBundleResponse()
    • Method Detail

      • getFhirBundleParameter

        public abstract FhirBundleParameter getFhirBundleParameter()
        FhirBundleParameter represents a FHIR bundle in JSON format to be executed on a FHIR store.
      • getResponse

        public abstract java.lang.String getResponse()
        HTTP response from the FHIR store after attempting to write the Bundle method. The value varies depending on BATCH vs TRANSACTION bundles.